Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 88da3b0 commit 0afbbad
Show file tree
Hide file tree
Showing 8 changed files with 314 additions and 285 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@qiwi/multi-semantic-release": "7.1.1",
"@types/eslint": "8.56.2",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/parser": "6.19.1",
"@willbooster/prettier-config": "9.1.2",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.56.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared-lib-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/micromatch": "4.0.6",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"blitz": "2.0.3",
"build-ts": "12.0.4",
"build-ts": "12.0.6",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
},
"prettier": "@willbooster/prettier-config",
"dependencies": {
"dotenv": "16.3.2",
"dotenv": "16.4.1",
"tree-kill": "1.2.2"
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.5",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@types/node": "20.11.7",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "12.0.4",
"build-ts": "12.0.6",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
8 changes: 4 additions & 4 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.23.7",
"@babel/core": "7.23.9",
"@mdx-js/react": "3.0.0",
"@storybook/addon-actions": "7.6.10",
"@storybook/addon-docs": "7.6.10",
Expand All @@ -48,12 +48,12 @@
"@types/micromatch": "4.0.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@willbooster/eslint-config-ts-react": "10.1.9",
"@willbooster/prettier-config": "9.1.2",
"babel-loader": "9.1.3",
"build-ts": "12.0.4",
"build-ts": "12.0.6",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/micromatch": "4.0.6",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "12.0.4",
"build-ts": "12.0.6",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "@willbooster/prettier-config",
"dependencies": {
"chalk": "5.3.0",
"dotenv": "16.3.2",
"dotenv": "16.4.1",
"kill-port": "2.0.1",
"minimal-promise-pool": "4.0.0",
"tree-kill": "1.2.2"
Expand All @@ -33,14 +33,14 @@
"@types/eslint": "8.56.2",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.5",
"@types/node": "20.11.7",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"at-decorators": "1.4.2",
"build-ts": "12.0.4",
"build-ts": "12.0.6",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -52,7 +52,7 @@
"micromatch": "4.0.5",
"prettier": "3.2.4",
"sort-package-json": "2.6.0",
"type-fest": "4.9.0",
"type-fest": "4.10.1",
"typescript": "5.3.3",
"vitest": "0.34.6",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/node": "20.11.7",
"@types/react": "18.2.48",
"typescript": "5.3.3"
}
Expand Down
Loading

0 comments on commit 0afbbad

Please sign in to comment.