Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit b8c962a

Browse files
committed
chore!: upgrade dependencies
BREAKING CHANGE: major version changes in `@rollup/plugin-commonjs` and `@rollup/plugin-replace`
1 parent 7a14d21 commit b8c962a

File tree

2 files changed

+380
-349
lines changed

2 files changed

+380
-349
lines changed

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@
4242
"postpublish": "yarn pinst --enable"
4343
},
4444
"dependencies": {
45-
"@rollup/plugin-alias": "^3.1.2",
46-
"@rollup/plugin-commonjs": "^19.0.0",
45+
"@rollup/plugin-alias": "^3.1.5",
46+
"@rollup/plugin-commonjs": "^20.0.0",
4747
"@rollup/plugin-json": "^4.1.0",
48-
"@rollup/plugin-node-resolve": "^13.0.0",
49-
"@rollup/plugin-replace": "^2.4.2",
48+
"@rollup/plugin-node-resolve": "^13.0.4",
49+
"@rollup/plugin-replace": "^3.0.0",
5050
"cac": "^6.7.3",
51-
"chalk": "^4.1.1",
51+
"chalk": "^4.1.2",
5252
"consola": "^2.15.3",
5353
"defu": "^5.0.0",
5454
"detect-indent": "^6.1.0",
55-
"esbuild": "^0.12.15",
55+
"esbuild": "^0.12.18",
5656
"execa": "^5.1.1",
5757
"fs-extra": "^10.0.0",
5858
"glob": "^7.1.7",
59-
"jiti": "^1.10.1",
60-
"mkdist": "^0.3.2",
61-
"rollup": "^2.53.2",
59+
"jiti": "^1.11.0",
60+
"mkdist": "^0.3.3",
61+
"rollup": "^2.56.0",
6262
"rollup-plugin-dts": "^3.0.2",
6363
"rollup-plugin-esbuild": "4.5.0",
6464
"sort-package-json": "^1.50.0",
@@ -67,33 +67,33 @@
6767
"v8-compile-cache": "^2.3.0"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "^7.14.6",
71-
"@babel/plugin-transform-runtime": "^7.14.5",
72-
"@babel/preset-env": "^7.14.7",
73-
"@babel/preset-typescript": "^7.14.5",
74-
"@babel/runtime": "^7.14.6",
70+
"@babel/core": "^7.15.0",
71+
"@babel/plugin-transform-runtime": "^7.15.0",
72+
"@babel/preset-env": "^7.15.0",
73+
"@babel/preset-typescript": "^7.15.0",
74+
"@babel/runtime": "^7.14.8",
7575
"@release-it/conventional-changelog": "^3.0.1",
7676
"@types/execa": "^2.0.0",
7777
"@types/fs-extra": "^9.0.12",
7878
"@types/glob": "^7.1.4",
7979
"@types/jest": "^26.0.24",
80-
"@types/node": "^14.17.5",
81-
"@typescript-eslint/eslint-plugin": "^4.28.3",
82-
"@typescript-eslint/parser": "^4.28.3",
83-
"codecov": "^3.8.2",
80+
"@types/node": "^14.17.9",
81+
"@typescript-eslint/eslint-plugin": "^4.29.0",
82+
"@typescript-eslint/parser": "^4.29.0",
83+
"codecov": "^3.8.3",
8484
"conventional-changelog-conventionalcommits": "^4.6.0",
85-
"eslint": "^7.30.0",
85+
"eslint": "^7.32.0",
8686
"eslint-config-prettier": "^8.3.0",
87-
"eslint-plugin-jest": "^24.3.6",
87+
"eslint-plugin-jest": "^24.4.0",
8888
"eslint-plugin-prettier": "^3.4.0",
8989
"eslint-plugin-promise": "^5.1.0",
9090
"husky": "^7.0.1",
9191
"jest": "^27.0.6",
9292
"jest-environment-node": "^27.0.6",
93-
"lint-staged": "^11.0.1",
93+
"lint-staged": "^11.1.2",
9494
"pinst": "^2.1.6",
9595
"prettier": "^2.3.2",
96-
"release-it": "14.10.0",
96+
"release-it": "14.10.1",
9797
"semver": "^7.3.5",
9898
"typescript": "^4.3.5"
9999
},

0 commit comments

Comments
 (0)