Skip to content

Commit

Permalink
chore(deps): bump devdependencies (#3198)
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 11, 2024
1 parent 9c3888c commit 9496ad5
Show file tree
Hide file tree
Showing 11 changed files with 377 additions and 291 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.52"
"@types/react": "18.2.55"
}
}
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.16",
"@types/node": "^20.11.17",
"@types/qrcode": "^1.5.5",
"prisma": "^5.9.1",
"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.16",
"@types/node": "^20.11.17",
"@types/qrcode": "^1.5.5",
"prisma": "^5.9.1",
"ts-node": "^10.9.2",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@playwright/test": "1.41.2",
"@testing-library/react": "14.2.1",
"@types/archiver": "6.0.2",
"@types/gtag.js": "0.0.18",
"@types/node": "20.11.16",
"@types/gtag.js": "0.0.19",
"@types/node": "20.11.17",
"@types/rimraf": "3.0.2",
"@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",
"chalk": "5.3.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -68,12 +68,12 @@
"format-util": "1.0.5",
"globby": "14.0.0",
"jsdom": "24.0.0",
"lerna": "8.0.2",
"lerna": "8.1.2",
"markdownlint-cli2": "0.12.1",
"prettier": "3.2.5",
"pretty-quick": "4.0.0",
"react-inspector": "6.0.2",
"recharts": "2.11.0",
"recharts": "2.12.0",
"regenerator-runtime": "0.14.1",
"rimraf": "5.0.5",
"typescript": "5.3.3",
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.16",
"@types/node": "20.11.17",
"@types/semver": "7.5.6",
"@types/tar": "6.1.11",
"@types/yargs": "17.0.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@typescript-eslint/parser": "6.20.0"
"@typescript-eslint/parser": "6.21.0"
},
"scripts": {},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
"@types/node-fetch": "2.6.11",
"@types/pg": "8.11.0",
"@types/prettier": "2.7.3",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react-is": "18.2.4",
"@types/semver": "7.5.6",
"@types/serialize-javascript": "5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-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.52",
"@types/react": "18.2.55",
"react": "18.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@types/cookie": "0.6.0",
"@types/invariant": "2.2.37",
"@types/react": "18.2.52",
"@types/react": "18.2.55",
"@types/react-is": "18.2.4",
"concurrently": "8.2.2"
},
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 @@ -67,7 +67,7 @@
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/prettier": "2.7.3",
"@types/react": "18.2.52",
"@types/react": "18.2.55",
"@types/react-is": "18.2.4",
"@types/title": "3.4.3"
}
Expand Down
Loading

0 comments on commit 9496ad5

Please sign in to comment.