Skip to content

Commit

Permalink
⬆️ chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guanghechen committed Jul 15, 2023
1 parent fc2688b commit 4f0f471
Show file tree
Hide file tree
Showing 41 changed files with 1,852 additions and 2,714 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/lerna/schemas/lerna-schema.json",
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": ["*.md", "**/__test__/**/*"],
"changelog": {
"preset": "@guanghechen/conventional-changelog"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,35 @@
"node-plop/inquirer": "^9.1.4"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.9",
"@rollup/plugin-replace": "^5.0.2",
"@types/command-exists": "^1.2.0",
"@types/jest": "29.5.1",
"@types/node": "^16.18.26",
"@types/jest": "29.5.3",
"@types/node": "^16.18.38",
"ci-info": "^3.8.0",
"clsx": "^1.2.1",
"commander": "^10.0.1",
"commander": "^11.0.0",
"cross-env": "^7.0.3",
"depcheck": "^1.4.3",
"eslint": "8.40.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"is-ci": "^3.0.1",
"jest": "^29.5.0",
"lerna": "6.6.2",
"lint-staged": "13.2.2",
"jest": "^29.6.1",
"lerna": "7.1.3",
"lint-staged": "13.2.3",
"npm-run-all": "4.1.5",
"pinst": "3.0.0",
"prettier": "2.8.8",
"rimraf": "^5.0.0",
"rollup": "^3.21.5",
"rimraf": "^5.0.1",
"rollup": "^3.26.2",
"stylus": "0.59.0",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
10 changes: 5 additions & 5 deletions packages/chalk-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@guanghechen/helper-is": "^5.0.1",
"@guanghechen/invariant": "^5.0.1",
"@guanghechen/utility-types": "^5.0.1",
"chalk": "^5.2.0",
"dayjs": "^1.11.7",
"chalk": "^5.3.0",
"dayjs": "^1.11.9",
"json5": "^2.2.3"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
2 changes: 1 addition & 1 deletion packages/conventional-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"README.md"
],
"dependencies": {
"gitmojis": "^3.13.4"
"gitmojis": "^3.13.5"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"README.md"
],
"dependencies": {
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@guanghechen/eslint-config": "5.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
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.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2"
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0"
},
"peerDependencies": {
"eslint": "^8.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-cipher-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-cipher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
10 changes: 5 additions & 5 deletions packages/helper-commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"@guanghechen/helper-string": "^5.0.1",
"@guanghechen/invariant": "^5.0.1",
"command-exists": "^1.2.9",
"commander": "^10.0.1",
"commander": "^11.0.0",
"execa": "^7.1.1",
"inquirer": "9.2.0",
"inquirer": "9.2.8",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
10 changes: 5 additions & 5 deletions packages/helper-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"@guanghechen/helper-storage": "^5.0.1",
"@guanghechen/invariant": "^5.0.1",
"@guanghechen/utility-types": "^5.0.1",
"@types/semver": "^7.3.13",
"semver": "^7.5.0"
"@types/semver": "^7.5.0",
"semver": "^7.5.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-func/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-git-cipher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@guanghechen/chalk-logger": "^5.0.1",
"@guanghechen/helper-jest": "^5.0.1",
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@guanghechen/chalk-logger": "^5.0.1",
"@guanghechen/helper-jest": "^5.0.1",
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-is/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
8 changes: 4 additions & 4 deletions packages/helper-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"@guanghechen/helper-func": "^5.0.1",
"@guanghechen/helper-is": "^5.0.1",
"@jest/globals": "^29.5.0",
"jest": "^29.5.0"
"@jest/globals": "^29.6.1",
"jest": "^29.6.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-mac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
10 changes: 5 additions & 5 deletions packages/helper-plop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"@guanghechen/helper-option": "^5.0.1",
"@guanghechen/helper-string": "^5.0.1",
"@guanghechen/invariant": "^5.0.1",
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"minimist": "^1.2.8",
"mock-stdin": "^1.0.0",
"node-plop": "^0.31.1",
"ora": "^6.3.0",
"ora": "^6.3.1",
"plop": "^3.1.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
},
"jest": {
"coverageThreshold": {
Expand Down
6 changes: 3 additions & 3 deletions packages/helper-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}
6 changes: 3 additions & 3 deletions packages/helper-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.5"
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.2"
}
}

0 comments on commit 4f0f471

Please sign in to comment.