Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2022
1 parent 349ba1c commit ca17e4e
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 441 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@mui/styles": "^5.10.15",
"@mui/utils": "^5.10.15",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/lodash": "^4.14.189",
"@types/lodash": "^4.14.190",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"accept-language": "^3.0.18",
Expand All @@ -59,8 +59,8 @@
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"markdown-to-jsx": "^7.1.7",
"marked": "^4.2.2",
"next": "13.0.4",
"marked": "^4.2.3",
"next": "13.0.5",
"next-transpile-modules": "^10.0.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.19",
Expand All @@ -70,7 +70,7 @@
"react": "^18.2.0",
"react-docgen": "^5.4.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.4",
"react-hook-form": "^7.39.6",
"react-is": "^18.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@
"@mui/x-data-grid-pro": "^5.17.13",
"@mui/x-date-pickers": "^5.0.9",
"@mui/x-date-pickers-pro": "^5.0.9",
"@next/bundle-analyzer": "^13.0.4",
"@next/bundle-analyzer": "^13.0.5",
"@prisma/client": "^4.6.1",
"@sentry/nextjs": "^7.20.0",
"@swc/wasm": "^1.3.18",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-query-devtools": "^4.16.1",
"@sentry/nextjs": "^7.21.1",
"@swc/wasm": "^1.3.20",
"@tanstack/react-query": "^4.18.0",
"@tanstack/react-query-devtools": "^4.18.0",
"@types/cors": "^2.8.12",
"abort-controller": "^3.0.0",
"arg": "^5.0.2",
"basic-auth": "^2.0.1",
"clsx": "^1.2.1",
"concurrently": "^7.5.0",
"concurrently": "^7.6.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"csstype": "^3.1.1",
"cuid": "^2.1.8",
"dayjs": "^1.11.6",
"esbuild": "0.15.14",
"esbuild": "0.15.15",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"find-up": "^6.3.0",
"formdata-polyfill": "^4.0.10",
Expand All @@ -81,23 +81,23 @@
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"monaco-editor": "0.34.1",
"next": "^13.0.5-canary.3",
"next": "^13.0.5",
"node-fetch": "^2.6.7",
"node-fetch-har": "^1.0.1",
"path-to-regexp": "^6.2.1",
"perf-cascade": "^3.0.3",
"pg": "^8.8.0",
"pino": "^8.7.0",
"pino-elasticsearch": "^6.3.0",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"pretty-bytes": "^6.0.0",
"prisma": "^4.6.1",
"quickjs-emscripten": "^0.21.0",
"react": "^18.2.0",
"react-devtools-inline": "^4.26.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.39.4",
"react-hook-form": "^7.39.6",
"react-inspector": "^5.1.1",
"react-is": "^18.2.0",
"react-router-dom": "^6.3.0",
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 @@ -35,7 +35,7 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-query": "^4.18.0",
"quickjs-emscripten": "^0.21.0",
"react-error-boundary": "^3.1.4"
},
Expand Down
Loading

0 comments on commit ca17e4e

Please sign in to comment.