Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
PostCSS minor version bump
Svelte minor version bump
Rollup major update to version ^2.7
Note:
`@rollup/plugin-commonjs` was not updated due to issue with sapper:
sveltejs/sapper#1151
  • Loading branch information
wildpow authored and babichjacob committed Jun 7, 2020
1 parent eb9fdae commit 44869de
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 15 deletions.
83 changes: 71 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-svelte3": "^2.7.3",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.27",
"postcss": "^7.0.28",
"postcss-import": "^12.0.1",
"postcss-load-config": "^2.1.0",
"postcss-preset-env": "^6.7.0",
"rollup": "^1.20.0",
"rollup": "^2.7.0",
"rollup-plugin-babel": "^4.0.2",
"rollup-plugin-svelte": "^5.0.1",
"rollup-plugin-terser": "^5.3.0",
"sapper": "^0.27.0",
"svelte": "^3.0.0",
"svelte": "^3.22.0",
"svelte-preprocess": "^3.7.4",
"tailwindcss": "^1.4.4"
}
Expand Down

0 comments on commit 44869de

Please sign in to comment.