Skip to content

Commit

Permalink
Bump devDependencies (#3081)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MUI bot <2109932+Janpot@users.noreply.github.com>
  • Loading branch information
renovate[bot] and Janpot committed Jan 15, 2024
1 parent 5d6bb92 commit a749cd5
Show file tree
Hide file tree
Showing 11 changed files with 337 additions and 361 deletions.
1 change: 1 addition & 0 deletions docs/data/toolpad/concepts/custom-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ You can look at more detailed guides of creating custom components in the how-to

- [Map](/toolpad/how-to-guides/map-display/)
- [Cube](/toolpad/how-to-guides/cube-component/)

:::

:::info
Expand Down
4 changes: 2 additions & 2 deletions examples/with-prisma-data-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.11.1",
"@types/qrcode": "^1.5.5",
"prisma": "^5.7.1",
"prisma": "^5.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.11.1",
"@types/qrcode": "^1.5.5",
"prisma": "^5.7.1",
"prisma": "^5.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"test:rest:start": "tsx ./scripts/restTestServer.ts"
},
"devDependencies": {
"@argos-ci/core": "1.4.0",
"@argos-ci/core": "1.4.1",
"@mui/monorepo": "github:mui/material-ui",
"@mui/x-charts": "6.18.7",
"@next/eslint-plugin-next": "14.0.4",
"@playwright/test": "1.40.1",
"@testing-library/react": "14.1.2",
"@types/archiver": "6.0.2",
"@types/gtag.js": "0.0.18",
"@types/node": "20.10.6",
"@types/node": "20.11.1",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"chalk": "5.3.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -68,11 +68,11 @@
"globby": "14.0.0",
"jsdom": "23.2.0",
"lerna": "8.0.2",
"markdownlint-cli2": "0.11.0",
"markdownlint-cli2": "0.12.1",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"react-inspector": "6.0.2",
"recharts": "2.10.3",
"recharts": "2.10.4",
"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.10.6",
"@types/node": "20.11.1",
"@types/semver": "7.5.6",
"@types/tar": "6.1.10",
"@types/yargs": "17.0.32"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"emoji-regex": "10.3.0"
},
"devDependencies": {
"@types/eslint": "8.56.1",
"@typescript-eslint/parser": "6.18.0"
"@types/eslint": "8.56.2",
"@typescript-eslint/parser": "6.18.1"
},
"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 @@ -150,12 +150,12 @@
"@types/node-fetch": "2.6.10",
"@types/pg": "8.10.9",
"@types/prettier": "2.7.3",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-is": "18.2.4",
"@types/semver": "7.5.6",
"@types/serialize-javascript": "5.0.4",
"@types/whatwg-url": "11.0.3",
"@types/whatwg-url": "11.0.4",
"@types/ws": "8.5.10",
"@types/yargs": "17.0.32",
"ajv": "8.12.0",
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 @@ -56,7 +56,7 @@
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"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 @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/cookie": "0.6.0",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@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 @@ -62,7 +62,7 @@
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/prettier": "2.7.3",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@types/react-is": "18.2.4",
"@types/title": "3.4.3"
}
Expand Down
Loading

0 comments on commit a749cd5

Please sign in to comment.