Skip to content

Commit

Permalink
⬆️ chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guanghechen committed Aug 19, 2023
1 parent 22541e4 commit 2c25097
Show file tree
Hide file tree
Showing 39 changed files with 702 additions and 501 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@
"@rollup/plugin-replace": "^5.0.2",
"@types/command-exists": "^1.2.0",
"@types/jest": "29.5.3",
"@types/node": "^16.18.39",
"@types/node": "^16.18.41",
"ci-info": "^3.8.0",
"commander": "^11.0.0",
"cross-env": "^7.0.3",
"depcheck": "^1.4.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"is-ci": "^3.0.1",
"jest": "^29.6.2",
"lerna": "7.1.4",
"lint-staged": "13.2.3",
"lerna": "7.1.5",
"lint-staged": "14.0.0",
"npm-run-all": "4.1.5",
"pinst": "3.0.0",
"prettier": "3.0.1",
"prettier": "3.0.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2",
"rollup": "^3.28.0",
"stylus": "0.59.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/chalk-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@guanghechen/eslint-config": "^5.0.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
],
"dependencies": {
"@guanghechen/eslint-config": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0"
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0"
},
"peerDependencies": {
"eslint": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"README.md"
],
"dependencies": {
"eslint-plugin-import": "^2.28.0"
"eslint-plugin-import": "^2.28.1"
},
"peerDependencies": {
"eslint": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-cipher-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-cipher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
4 changes: 2 additions & 2 deletions packages/helper-commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@guanghechen/invariant": "^5.0.4",
"command-exists": "^1.2.9",
"commander": "^11.0.0",
"execa": "^7.2.0",
"execa": "^8.0.0",
"inquirer": "9.2.10",
"js-yaml": "^4.1.0"
},
Expand All @@ -59,6 +59,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-func/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-git-cipher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
4 changes: 2 additions & 2 deletions packages/helper-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"dependencies": {
"@guanghechen/invariant": "^5.0.4",
"@guanghechen/utility-types": "^5.0.4",
"execa": "^7.2.0"
"execa": "^8.0.0"
},
"devDependencies": {
"@guanghechen/chalk-logger": "^5.0.4",
"@guanghechen/helper-jest": "^5.0.4",
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-is/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-mac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-plop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/helper-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/invariant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
4 changes: 2 additions & 2 deletions packages/mini-copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@guanghechen/invariant": "^5.0.4",
"@guanghechen/utility-types": "^5.0.4",
"clipboardy": "^3.0.0",
"execa": "^7.2.0"
"execa": "^8.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/postcss-modules-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/rollup-config-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
},
"peerDependencies": {
"rollup": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
},
"dependencies": {
"@guanghechen/helper-npm": "^5.0.5",
"@rollup/plugin-commonjs": "25.0.3",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-node-resolve": "15.2.0",
"@rollup/plugin-typescript": "11.1.2",
"import-meta-resolve": "^3.0.0",
"rollup-plugin-dts": "^5.3.1"
"rollup-plugin-dts": "^6.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2",
"rollup": "^3.28.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/script-doc-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/tool-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@guanghechen/rollup-config-cli": "^5.0.5",
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.27.2",
"rollup": "^3.28.0",
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/tool-git-cipher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@guanghechen/helper-plop": "^5.0.5",
"@guanghechen/helper-storage": "^5.0.4",
"@guanghechen/invariant": "^5.0.4",
"execa": "^7.2.0",
"execa": "^8.0.0",
"inquirer": "9.2.10",
"micromatch": "^4.0.5",
"node-plop": "~0.31.1"
Expand All @@ -68,7 +68,7 @@
"@types/micromatch": "^4.0.2",
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.27.2",
"rollup": "^3.28.0",
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/tool-mini-copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@guanghechen/rollup-config-cli": "^5.0.5",
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.27.2",
"rollup": "^3.28.0",
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/utility-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.27.2"
"rollup": "^3.28.0"
}
}

0 comments on commit 2c25097

Please sign in to comment.