Skip to content

Commit

Permalink
Bump Typings (#4090)
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 Sep 15, 2024
1 parent e1ffc9d commit 7678dd5
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 95 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/fs-extra": "11.0.4",
"@types/gtag.js": "0.0.20",
"@types/invariant": "2.2.37",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down Expand Up @@ -136,7 +136,7 @@
},
"resolutions": {
"google-auth-library": "*",
"@types/node": "22.5.4"
"@types/node": "22.5.5"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/inquirer": "9.0.7",
"@types/invariant": "2.2.37",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/semver": "7.5.8",
"@types/tar": "6.1.13",
"@types/yargs": "17.0.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@toolpad/utils": "workspace:*",
"@types/cors": "2.8.17",
"@types/json-schema": "7.0.15",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react-dev-utils": "9.0.15",
"@vitejs/plugin-react": "4.3.1",
"@webcontainer/env": "1.1.1",
Expand Down Expand Up @@ -159,7 +159,7 @@
"@types/invariant": "2.2.37",
"@types/lodash-es": "4.17.12",
"@types/node-fetch": "2.6.11",
"@types/pg": "8.11.8",
"@types/pg": "8.11.10",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mui/material": "6.1.0",
"@mui/material-nextjs": "6.1.0",
"@toolpad/core": "workspace:*",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint-config-next": "14.2.11",
Expand Down
Loading

0 comments on commit 7678dd5

Please sign in to comment.