Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#207)
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 Dec 8, 2023
1 parent 3d08178 commit ec2732d
Show file tree
Hide file tree
Showing 10 changed files with 265 additions and 253 deletions.
2 changes: 1 addition & 1 deletion packages/shared-lib-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"blitz": "2.0.0-beta.36",
"build-ts": "11.0.15",
"build-ts": "11.0.17",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"devDependencies": {
"@types/eslint": "8.44.8",
"@types/micromatch": "4.0.6",
"@types/node": "20.10.1",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "11.0.15",
"build-ts": "11.0.17",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
"devDependencies": {
"@babel/core": "7.23.5",
"@mdx-js/react": "3.0.0",
"@storybook/addon-actions": "7.6.3",
"@storybook/addon-docs": "7.6.3",
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/addon-actions": "7.6.4",
"@storybook/addon-docs": "7.6.4",
"@storybook/addon-essentials": "7.6.4",
"@storybook/addon-interactions": "7.6.4",
"@storybook/addon-links": "7.6.4",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "7.6.3",
"@storybook/react": "7.6.4",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.44.8",
"@types/micromatch": "4.0.6",
"@types/react": "18.2.39",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@willbooster/eslint-config-ts-react": "10.1.9",
"@willbooster/prettier-config": "9.1.2",
"babel-loader": "9.1.3",
"build-ts": "11.0.15",
"build-ts": "11.0.17",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "6.13.2",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "11.0.15",
"build-ts": "11.0.17",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@types/eslint": "8.44.8",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.6",
"@types/node": "20.10.1",
"@types/node": "20.10.4",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"at-decorators": "1.4.0",
"build-ts": "11.0.15",
"build-ts": "11.0.17",
"eslint": "8.55.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.1.0",
"sort-package-json": "2.6.0",
"type-fest": "4.8.2",
"type-fest": "4.8.3",
"typescript": "5.3.3",
"vitest": "0.34.6",
"yargs": "17.7.2"
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 @@ -14,16 +14,16 @@
"dependencies": {
"@blitzjs/auth": "2.0.0-beta.36",
"@blitzjs/next": "2.0.0-beta.36",
"@prisma/client": "5.6.0",
"@prisma/client": "5.7.0",
"blitz": "2.0.0-beta.36",
"next": "13.5.6",
"prisma": "5.6.0",
"prisma": "5.7.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"typescript": "5.3.2"
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/wb/test-fixtures/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/*"
],
"devDependencies": {
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/sub1",
"devDependencies": {
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/sub2",
"devDependencies": {
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
Loading

0 comments on commit ec2732d

Please sign in to comment.