Skip to content

Commit

Permalink
chore: remove unused devDependencies and upgrade remaining (#401)
Browse files Browse the repository at this point in the history
* remove unused esm and http-server devDependency
* upgrade all devDependencies
  • Loading branch information
ctavan committed Mar 5, 2020
1 parent ba65bd1 commit ee039ee
Show file tree
Hide file tree
Showing 8 changed files with 558 additions and 548 deletions.
12 changes: 6 additions & 6 deletions examples/browser-rollup/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/browser-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"uuid": "file:../../.local"
},
"devDependencies": {
"rollup": "^1.24.0",
"rollup": "^1.32.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.2.0"
}
Expand Down
73 changes: 45 additions & 28 deletions examples/browser-webpack/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/browser-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"uuid": "file:../../.local"
},
"devDependencies": {
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9"
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}
73 changes: 45 additions & 28 deletions examples/node-webpack/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/node-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"uuid": "file:../../.local"
},
"devDependencies": {
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9"
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}

0 comments on commit ee039ee

Please sign in to comment.