Skip to content

Commit

Permalink
build(deps): Update rollup and rollup plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoner committed Mar 17, 2020
1 parent c9c0008 commit 59dfb38
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 90 deletions.
11 changes: 5 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
"version": "1.0.0",
"devDependencies": {
"@pyoner/svelte-ts-preprocess": "1.2.1",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@wessberg/rollup-plugin-ts": "^1.2.13",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"prettier-plugin-svelte": "^0.7.0",
"pretty-quick": "^2.0.1",
"rollup": "^1.29.0",
"rollup-plugin-analyzer": "^3.2.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.2.0",
"sirv-cli": "^0.4.5",
Expand All @@ -30,8 +29,8 @@
"start:dev": "sirv public --dev"
},
"dependencies": {
"@pyoner/svelte-form": "^0.0.0",
"@pyoner/svelte-form-ajv": "workspace:^0.0.0",
"@pyoner/svelte-form": "^0.1.0",
"@pyoner/svelte-form-ajv": "workspace:^0.1.0",
"ajv": "^6.12.0"
}
}
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@types/jest": "^23.3.2",
"@types/node": "^10.11.0",
"colors": "^1.3.2",
Expand All @@ -115,11 +118,8 @@
"prompt": "^1.0.0",
"replace-in-file": "^3.4.2",
"rimraf": "^2.6.2",
"rollup": "^0.67.0",
"rollup": "^1.20.0",
"rollup-plugin-analyzer": "^3.2.2",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.18.0",
"semantic-release": "^15.9.16",
Expand Down
Loading

0 comments on commit 59dfb38

Please sign in to comment.