Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 3de21ff commit a190ebf
Show file tree
Hide file tree
Showing 5 changed files with 302 additions and 302 deletions.
2 changes: 1 addition & 1 deletion packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/micromatch": "4.0.2",
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@willbooster/eslint-config-ts": "10.5.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"devDependencies": {
"@babel/core": "7.22.19",
"@mdx-js/react": "2.3.0",
"@storybook/addon-actions": "7.4.1",
"@storybook/addon-docs": "7.4.1",
"@storybook/addon-essentials": "7.4.1",
"@storybook/addon-interactions": "7.4.1",
"@storybook/addon-links": "7.4.1",
"@storybook/addon-actions": "7.4.2",
"@storybook/addon-docs": "7.4.2",
"@storybook/addon-essentials": "7.4.2",
"@storybook/addon-interactions": "7.4.2",
"@storybook/addon-links": "7.4.2",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "7.4.1",
"@storybook/testing-library": "0.2.0",
"@storybook/react": "7.4.2",
"@storybook/testing-library": "0.2.1",
"@types/eslint": "8.44.2",
"@types/micromatch": "4.0.2",
"@types/react": "18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/eslint": "8.44.2",
"@types/kill-port": "2.0.1",
"@types/micromatch": "4.0.2",
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"dependencies": {
"@blitzjs/auth": "2.0.0-beta.33",
"@blitzjs/next": "2.0.0-beta.33",
"@prisma/client": "5.3.0",
"@prisma/client": "5.3.1",
"blitz": "2.0.0-beta.33",
"next": "13.3.4",
"prisma": "5.3.0",
"prisma": "5.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@types/react": "18.2.21",
"typescript": "5.2.2"
}
Expand Down
Loading

0 comments on commit a190ebf

Please sign in to comment.