Skip to content

[enhancement] Update dependencies #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,875 changes: 2,499 additions & 1,376 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"pretest": "npm run build",
"test": "mocha",
"prebuild": "rm -rf dist && mkdir dist",
"prebuild": "rimraf dist && mkdir dist",
"build": "npm run build:constants && npm run build:deps && npm run build:bundlers",
"build:bundlers": "tsc -p . && rollup -c",
"build:deps": "node scripts/build-polyfills.js",
Expand All @@ -26,21 +26,22 @@
"author": "",
"license": "MIT",
"dependencies": {
"rollup-plugin-inject": "^3.0.0"
"@rollup/plugin-inject": "^4.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"browserify-fs": "^1.0.0",
"buffer-es6": "^4.9.2",
"crypto-browserify": "^3.11.0",
"debug": "^4.1.1",
"mocha": "^6.1.4",
"np": "^5.0.3",
"np": "^6.5.0",
"process-es6": "^0.11.2",
"rimraf": "^3.0.2",
"rollup": "^1.15.4",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-license": "^0.9.0",
"rollup-plugin-node-resolve": "^5.0.2",
"rollup-plugin-license": "^2.2.0",
"serve": "^11.0.1",
"typescript": "^3.5.2"
},
Expand Down
4 changes: 2 additions & 2 deletions polyfills/LICENSE-browserify-fs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ Repository: undefined

---

Name: rollup-plugin-node-resolve
Name: @rollup/plugin-node-resolve
Version: 5.0.1
License: MIT
Private: false
Description: Bundle third-party dependencies in node_modules
Repository: undefined
Homepage: https://github.com/rollup/rollup-plugin-node-resolve#readme
Homepage: https://github.com/rollup/@rollup/plugin-node-resolve#readme
Author: Rich Harris <[email protected]>

---
Expand Down
Loading