Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent 261ef43 commit 5c121fc
Show file tree
Hide file tree
Showing 10 changed files with 775 additions and 601 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ plugins:
path: .yarn/plugins/plugin-auto-install.cjs
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v1.9.2/index.cjs'

yarnPath: .yarn/releases/yarn-4.0.0-rc.51.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.52.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@qiwi/multi-semantic-release": "7.0.0",
"@types/eslint": "8.44.3",
"@typescript-eslint/parser": "6.7.2",
"@typescript-eslint/parser": "6.7.3",
"@willbooster/prettier-config": "9.1.1",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.50.0",
Expand All @@ -35,10 +35,10 @@
"micromatch": "4.0.5",
"pinst": "3.0.0",
"prettier": "3.0.3",
"sort-package-json": "2.5.1",
"sort-package-json": "2.6.0",
"typescript": "5.2.2"
},
"packageManager": "[email protected].51",
"packageManager": "[email protected].52",
"engines": {
"node": ">= 18"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/shared-lib-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@types/eslint": "8.44.3",
"@types/micromatch": "4.0.2",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@types/micromatch": "4.0.3",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@willbooster/eslint-config-ts": "10.5.0",
"@willbooster/prettier-config": "9.1.1",
"blitz": "2.0.0-beta.33",
"build-ts": "10.0.1",
"build-ts": "10.0.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -54,9 +54,9 @@
"lint-staged": "14.0.1",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.5.1",
"sort-package-json": "2.6.0",
"typescript": "5.2.2",
"vitest": "0.34.5"
"vitest": "0.34.6"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
},
"devDependencies": {
"@types/eslint": "8.44.3",
"@types/micromatch": "4.0.2",
"@types/node": "20.6.5",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@types/micromatch": "4.0.3",
"@types/node": "20.7.2",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@willbooster/eslint-config-ts": "10.5.0",
"@willbooster/prettier-config": "9.1.1",
"build-ts": "10.0.1",
"build-ts": "10.0.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -58,9 +58,9 @@
"lint-staged": "14.0.1",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.5.1",
"sort-package-json": "2.6.0",
"typescript": "5.2.2",
"vitest": "0.34.5"
"vitest": "0.34.6"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@babel/core": "7.22.20",
"@babel/core": "7.23.0",
"@mdx-js/react": "2.3.0",
"@storybook/addon-actions": "7.4.5",
"@storybook/addon-docs": "7.4.5",
Expand All @@ -45,15 +45,15 @@
"@storybook/react": "7.4.5",
"@storybook/testing-library": "0.2.1",
"@types/eslint": "8.44.3",
"@types/micromatch": "4.0.2",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@types/micromatch": "4.0.3",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@willbooster/eslint-config-ts-react": "10.1.7",
"@willbooster/prettier-config": "9.1.1",
"babel-loader": "9.1.3",
"build-ts": "10.0.1",
"build-ts": "10.0.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -69,9 +69,9 @@
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sort-package-json": "2.5.1",
"sort-package-json": "2.6.0",
"typescript": "5.2.2",
"vitest": "0.34.5"
"vitest": "0.34.6"
},
"peerDependencies": {
"react": "~18.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@types/eslint": "8.44.3",
"@types/micromatch": "4.0.2",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@types/micromatch": "4.0.3",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@willbooster/eslint-config-ts": "10.5.0",
"@willbooster/prettier-config": "9.1.1",
"build-ts": "10.0.1",
"build-ts": "10.0.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -53,9 +53,9 @@
"lint-staged": "14.0.1",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.5.1",
"sort-package-json": "2.6.0",
"typescript": "5.2.2",
"vitest": "0.34.5"
"vitest": "0.34.6"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"devDependencies": {
"@types/eslint": "8.44.3",
"@types/kill-port": "2.0.1",
"@types/micromatch": "4.0.2",
"@types/node": "20.6.5",
"@types/yargs": "17.0.25",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@types/micromatch": "4.0.3",
"@types/node": "20.7.2",
"@types/yargs": "17.0.26",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@willbooster/eslint-config-ts": "10.5.0",
"@willbooster/prettier-config": "9.1.1",
"build-ts": "10.0.1",
"build-ts": "10.0.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -50,10 +50,10 @@
"lint-staged": "14.0.1",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.5.1",
"type-fest": "4.3.1",
"sort-package-json": "2.6.0",
"type-fest": "4.3.2",
"typescript": "5.2.2",
"vitest": "0.34.5",
"vitest": "0.34.6",
"yargs": "17.7.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.17.18",
"@types/react": "18.2.22",
"@types/node": "18.18.1",
"@types/react": "18.2.23",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 5c121fc

Please sign in to comment.