Skip to content

Commit

Permalink
Bump devDependencies (#3295)
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 Mar 17, 2024
1 parent ef1aec4 commit 41d9029
Show file tree
Hide file tree
Showing 10 changed files with 235 additions and 234 deletions.
2 changes: 1 addition & 1 deletion examples/custom-server-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.65"
"@types/react": "18.2.66"
}
}
2 changes: 1 addition & 1 deletion examples/with-prisma-data-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.11.27",
"@types/node": "^20.11.28",
"@types/qrcode": "^1.5.5",
"prisma": "^5.11.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.11.27",
"@types/node": "^20.11.28",
"@types/qrcode": "^1.5.5",
"prisma": "^5.11.0",
"ts-node": "^10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"test:rest:start": "tsx ./scripts/restTestServer.ts"
},
"devDependencies": {
"@argos-ci/core": "1.5.4",
"@argos-ci/core": "1.5.5",
"@mui/monorepo": "github:mui/material-ui#b57951355a60566aeafc88c9aa49c7f198968b3c",
"@mui/x-charts": "6.19.5",
"@next/eslint-plugin-next": "14.1.3",
"@playwright/test": "1.42.1",
"@testing-library/react": "14.2.1",
"@types/archiver": "6.0.2",
"@types/gtag.js": "0.0.19",
"@types/node": "20.11.27",
"@types/node": "20.11.28",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
Expand All @@ -62,7 +62,7 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-material-ui": "workspace:*",
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-typescript-enum": "2.1.0",
"execa": "8.0.1",
Expand All @@ -74,7 +74,7 @@
"prettier": "3.2.5",
"pretty-quick": "4.0.0",
"react-inspector": "6.0.2",
"recharts": "2.12.2",
"recharts": "2.12.3",
"regenerator-runtime": "0.14.1",
"rimraf": "5.0.5",
"typescript": "5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/inquirer": "9.0.7",
"@types/invariant": "2.2.37",
"@types/node": "20.11.27",
"@types/node": "20.11.28",
"@types/semver": "7.5.8",
"@types/tar": "6.1.11",
"@types/yargs": "17.0.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/react": "18.2.65",
"@types/react": "18.2.66",
"react": "18.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/cookie": "0.6.0",
"@types/express": "4.17.21",
"@types/invariant": "2.2.37",
"@types/react": "18.2.65",
"@types/react": "18.2.66",
"@types/react-is": "18.2.4",
"concurrently": "8.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"@types/node-fetch": "2.6.11",
"@types/pg": "8.11.2",
"@types/prettier": "2.7.3",
"@types/react": "18.2.65",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/react-is": "18.2.4",
"@types/semver": "7.5.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/express": "4.17.21",
"@types/invariant": "2.2.37",
"@types/prettier": "2.7.3",
"@types/react": "18.2.65",
"@types/react": "18.2.66",
"@types/react-is": "18.2.4",
"@types/title": "3.4.3"
}
Expand Down
Loading

0 comments on commit 41d9029

Please sign in to comment.