Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#224)
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 Feb 9, 2024
1 parent d47bf66 commit dc26932
Show file tree
Hide file tree
Showing 8 changed files with 350 additions and 350 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"devDependencies": {
"@qiwi/multi-semantic-release": "7.1.1",
"@types/eslint": "8.56.2",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/parser": "6.21.0",
"@willbooster/prettier-config": "9.1.2",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.56.0",
"husky": "8.0.3",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"micromatch": "4.0.5",
"pinst": "3.0.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"sort-package-json": "2.7.0",
"typescript": "5.3.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/shared-lib-blitz-next/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.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"blitz": "2.0.3",
"blitz": "2.0.4",
"build-ts": "12.0.6",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -51,9 +51,9 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "50.0.1",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"micromatch": "4.0.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"sort-package-json": "2.7.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
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 @@ -42,9 +42,9 @@
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "12.0.6",
Expand All @@ -55,9 +55,9 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "50.0.1",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"micromatch": "4.0.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"sort-package-json": "2.7.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
Expand Down
24 changes: 12 additions & 12 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"devDependencies": {
"@babel/core": "7.23.9",
"@mdx-js/react": "3.0.0",
"@storybook/addon-actions": "7.6.12",
"@storybook/addon-docs": "7.6.12",
"@storybook/addon-essentials": "7.6.12",
"@storybook/addon-interactions": "7.6.12",
"@storybook/addon-links": "7.6.12",
"@storybook/addon-actions": "7.6.13",
"@storybook/addon-docs": "7.6.13",
"@storybook/addon-essentials": "7.6.13",
"@storybook/addon-interactions": "7.6.13",
"@storybook/addon-links": "7.6.13",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "7.6.12",
"@storybook/react": "7.6.13",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.2",
"@types/micromatch": "4.0.6",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@willbooster/eslint-config-ts-react": "10.1.9",
"@willbooster/prettier-config": "9.1.2",
"babel-loader": "9.1.3",
Expand All @@ -64,9 +64,9 @@
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-unicorn": "50.0.1",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"micromatch": "4.0.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sort-package-json": "2.7.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/micromatch": "4.0.6",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "12.0.6",
Expand All @@ -50,9 +50,9 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "50.0.1",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"micromatch": "4.0.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"sort-package-json": "2.7.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
Expand Down
10 changes: 5 additions & 5 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@types/eslint": "8.56.2",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"at-decorators": "1.4.2",
Expand All @@ -48,9 +48,9 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "50.0.1",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"micromatch": "4.0.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"sort-package-json": "2.7.0",
"type-fest": "4.10.2",
"typescript": "5.3.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.3",
"@blitzjs/next": "2.0.3",
"@blitzjs/auth": "2.0.4",
"@blitzjs/next": "2.0.4",
"@prisma/client": "5.9.1",
"blitz": "2.0.3",
"blitz": "2.0.4",
"next": "13.5.6",
"prisma": "5.9.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit dc26932

Please sign in to comment.