Skip to content

Commit

Permalink
Bump devDependencies (#2909)
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 Nov 20, 2023
1 parent 4c3787c commit e098e3b
Show file tree
Hide file tree
Showing 8 changed files with 133 additions and 117 deletions.
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.9.0",
"@types/node": "^20.9.2",
"@types/qrcode": "^1.5.5",
"prisma": "^5.5.2",
"prisma": "^5.6.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
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.9.0",
"@types/node": "^20.9.2",
"@types/qrcode": "^1.5.5",
"prisma": "^5.5.2",
"prisma": "^5.6.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@mui/toolpad": "0.1.37"
},
"devDependencies": {
"assemblyscript": "0.27.17"
"assemblyscript": "0.27.19"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"@argos-ci/core": "1.2.1",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/x-charts": "6.18.1",
"@next/eslint-plugin-next": "14.0.2",
"@next/eslint-plugin-next": "14.0.3",
"@playwright/test": "1.39.0",
"@testing-library/react": "14.1.0",
"@testing-library/react": "14.1.2",
"@types/archiver": "6.0.1",
"@types/gtag.js": "0.0.18",
"@types/node": "20.9.0",
"@types/node": "20.9.2",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"chalk": "5.3.0",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -74,11 +74,11 @@
"globby": "14.0.0",
"jsdom": "22.1.0",
"lerna": "7.4.2",
"markdownlint-cli2": "0.10.0",
"markdownlint-cli2": "0.11.0",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"react-inspector": "6.0.2",
"recharts": "2.9.3",
"recharts": "2.10.1",
"regenerator-runtime": "0.14.0",
"rimraf": "5.0.5",
"typescript": "5.2.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.9.0",
"@types/node": "20.9.2",
"@types/semver": "7.5.5",
"@types/tar": "6.1.9",
"@types/yargs": "17.0.31"
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.44.7",
"@typescript-eslint/parser": "6.10.0"
"@typescript-eslint/parser": "6.11.0"
},
"scripts": {},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"@types/ws": "8.5.9",
"@types/yargs": "17.0.31",
"ajv": "8.12.0",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"formidable": "3.5.1",
Expand Down
Loading

0 comments on commit e098e3b

Please sign in to comment.