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 Nov 10, 2023
1 parent 1a274dd commit 48fbbab
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 56 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 @@ -37,7 +37,7 @@
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@types/eslint": "8.44.7",
"@types/micromatch": "4.0.4",
"@types/micromatch": "4.0.5",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@willbooster/eslint-config-ts": "10.5.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 @@ -41,8 +41,8 @@
},
"devDependencies": {
"@types/eslint": "8.44.7",
"@types/micromatch": "4.0.4",
"@types/node": "20.8.10",
"@types/micromatch": "4.0.5",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@willbooster/eslint-config-ts": "10.5.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.2",
"@babel/core": "7.23.3",
"@mdx-js/react": "3.0.0",
"@storybook/addon-actions": "7.5.3",
"@storybook/addon-docs": "7.5.3",
Expand All @@ -45,9 +45,9 @@
"@storybook/react": "7.5.3",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.44.7",
"@types/micromatch": "4.0.4",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@types/micromatch": "4.0.5",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@willbooster/eslint-config-ts-react": "10.1.9",
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 @@ -37,7 +37,7 @@
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@types/eslint": "8.44.7",
"@types/micromatch": "4.0.4",
"@types/micromatch": "4.0.5",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@willbooster/eslint-config-ts": "10.5.1",
Expand Down
10 changes: 5 additions & 5 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.7",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.4",
"@types/node": "20.8.10",
"@types/yargs": "17.0.30",
"@types/micromatch": "4.0.5",
"@types/node": "20.9.0",
"@types/yargs": "17.0.31",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"at-decorators": "1.3.1",
"at-decorators": "1.4.0",
"build-ts": "11.0.11",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -52,7 +52,7 @@
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.6.0",
"type-fest": "4.6.0",
"type-fest": "4.7.1",
"typescript": "5.2.2",
"vitest": "0.34.6",
"yargs": "17.7.2"
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": "20.8.10",
"@types/react": "18.2.34",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 48fbbab

Please sign in to comment.