Skip to content

Commit

Permalink
chore(commonjs): update offending packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jul 27, 2020
1 parent 97c29ff commit 6d952c6
Show file tree
Hide file tree
Showing 8 changed files with 904 additions and 2,478 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -19,30 +19,30 @@
},
"dependencies": {
"conventional-commits-parser": "^3.1.0",
"semver": "^7.1.1",
"semver": "^7.3.2",
"write-pkg": "^4.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"ava": "^2.4.0",
"chalk": "^2.4.2",
"codecov-lite": "^0.3.1",
"del-cli": "^3.0.0",
"del-cli": "^3.0.1",
"eslint-config-rollup": "^0.1.0",
"execa": "^2.1.0",
"globby": "^10.0.1",
"globby": "^10.0.2",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"nyc": "^14.1.1",
"pnpm": "^4.13.0",
"pnpm": "^4.14.4",
"prettier": "^1.19.1",
"prettier-plugin-package": "^0.3.1",
"ts-node": "^8.5.4",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"tslib": "^1.10.0",
"typescript": "^3.7.4",
"yaml": "^1.7.2"
"tslib": "^1.13.0",
"typescript": "^3.9.7",
"yaml": "^1.10.0"
},
"ava": {
"files": [
Expand Down
20 changes: 10 additions & 10 deletions packages/babel/package.json
Expand Up @@ -50,19 +50,19 @@
"rollup": "^1.20.0||^2.0.0"
},
"dependencies": {
"@babel/helper-module-imports": "^7.7.4",
"@rollup/pluginutils": "^3.0.8"
"@babel/helper-module-imports": "^7.10.4",
"@rollup/pluginutils": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-external-helpers": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-json": "^4.0.0",
"@babel/core": "^7.10.5",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-json": "^4.1.0",
"@types/babel__core": "^7.1.9",
"rollup": "^2.0.0",
"rollup": "^2.23.0",
"source-map": "^0.6.1"
},
"ava": {
Expand Down
1 change: 0 additions & 1 deletion packages/dynamic-import-vars/package.json
Expand Up @@ -58,7 +58,6 @@
"devDependencies": {
"acorn": "^7.1.1",
"acorn-dynamic-import": "^4.0.0",
"ava": "^2.4.0",
"prettier": "^2.0.5",
"rollup": "^2.7.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/multi-entry/package.json
Expand Up @@ -47,9 +47,9 @@
"matched": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"rollup": "^2.0.0",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"rollup": "^2.23.0",
"rollup-plugin-babel": "^4.4.0"
},
"ava": {
Expand Down
10 changes: 5 additions & 5 deletions packages/node-resolve/package.json
Expand Up @@ -57,14 +57,14 @@
"resolve": "^1.17.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-typescript": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^13.0.2",
"@rollup/plugin-json": "^4.1.0",
"es5-ext": "^0.10.53",
"rollup": "^2.12.0",
"rollup": "^2.23.0",
"source-map": "^0.7.3",
"string-capitalize": "^1.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/url/package.json
Expand Up @@ -44,18 +44,18 @@
"rollup": "^1.20.0||^2.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.4",
"make-dir": "^3.0.0",
"mime": "^2.4.4"
"@rollup/pluginutils": "^3.1.0",
"make-dir": "^3.1.0",
"mime": "^2.4.6"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.5",
"del": "^5.1.0",
"globby": "^10.0.1",
"rollup": "^2.0.0",
"rollup-plugin-babel": "^4.3.3"
"globby": "^10.0.2",
"rollup": "^2.23.0",
"rollup-plugin-babel": "^4.4.0"
},
"ava": {
"files": [
Expand Down
18 changes: 9 additions & 9 deletions packages/yaml/package.json
Expand Up @@ -41,18 +41,18 @@
"rollup": "^1.20.0 || ^2.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.1",
"js-yaml": "^3.13.1",
"@rollup/pluginutils": "^3.1.0",
"js-yaml": "^3.14.0",
"tosource": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"del-cli": "^3.0.0",
"rollup": "^2.0.0",
"rollup-plugin-babel": "^4.3.3",
"source-map-support": "^0.5.16"
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-node-resolve": "^7.1.3",
"del-cli": "^3.0.1",
"rollup": "^2.23.0",
"rollup-plugin-babel": "^4.4.0",
"source-map-support": "^0.5.19"
},
"ava": {
"files": [
Expand Down

0 comments on commit 6d952c6

Please sign in to comment.