Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari committed Aug 21, 2020
1 parent f6ca72e commit dd37267
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 531 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,55 +16,55 @@
"author": "Bernardo Ferrari",
"license": "GPL-3.0",
"dependencies": {
"@figma/plugin-typings": "^1.15.0",
"@figma/plugin-typings": "^1.16.1",
"clipboard-copy": "^3.1.0",
"prism-theme-night-owl": "^1.4.0",
"sirv-cli": "^1.0.5",
"sirv-cli": "^1.0.6",
"svelte-prism": "^1.1.3",
"tailwindcss": "^1.6.2"
"tailwindcss": "^1.7.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-image": "^2.0.4",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"autoprefixer": "^9.8.6",
"cross-env": "^7.0.2",
"css-loader": "^4.2.1",
"cssnano": "^4.1.10",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"figma-api-stub": "0.0.43",
"file-loader": "^6.0.0",
"jest": "^26.2.2",
"mini-css-extract-plugin": "^0.9.0",
"jest": "^26.4.1",
"mini-css-extract-plugin": "^0.10.0",
"postcss": "^7.0.32",
"postcss-load-config": "^2.1.0",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"rollup": "^2.23.1",
"rollup": "^2.26.4",
"rollup-plugin-html-bundle": "0.0.3",
"rollup-plugin-livereload": "^1.1.0",
"rollup-plugin-postcss": "^3.1.4",
"rollup-plugin-postcss": "^3.1.5",
"rollup-plugin-purgecss": "^1.0.0",
"rollup-plugin-svelte": "^5.2.3",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.0",
"style-loader": "^1.2.1",
"svelte": "^3.24.1",
"svelte-loader": "^2.13.6",
"svelte-preprocess": "^4.0.10",
"ts-jest": "^26.1.4",
"svelte-preprocess": "^4.1.1",
"ts-jest": "^26.2.0",
"ts-loader": "^8.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",
"typescript": "^4.0.2",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
Expand Down
Loading

0 comments on commit dd37267

Please sign in to comment.