Skip to content

Commit

Permalink
Bump dependencies (#2771)
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 Oct 8, 2023
1 parent 4e9ed10 commit 06b4077
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 49 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@mui/utils": "5.14.12",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.199",
"@types/react-dom": "18.2.8",
"@types/react-dom": "18.2.11",
"@types/react-router-dom": "5.3.3",
"accept-language": "3.0.18",
"ast-types": "0.14.2",
Expand All @@ -60,7 +60,7 @@
"lodash": "4.17.21",
"lz-string": "1.5.0",
"markdown-to-jsx": "7.3.2",
"marked": "9.0.3",
"marked": "9.1.0",
"next": "13.4.19",
"nprogress": "0.2.0",
"postcss": "8.4.31",
Expand All @@ -70,7 +70,7 @@
"react": "18.2.0",
"react-docgen": "6.0.4",
"react-dom": "18.2.0",
"react-hook-form": "7.46.2",
"react-hook-form": "7.47.0",
"react-is": "18.2.0",
"react-router": "6.16.0",
"react-router-dom": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/stripe-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"stripe": "^13.8.0",
"stripe": "^13.9.0",
"url": "^0.11.3"
}
}
2 changes: 1 addition & 1 deletion examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mui/toolpad": "0.1.31",
"@prisma/client": "5.3.1",
"@prisma/client": "5.4.1",
"qrcode": "^1.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"tsx": "3.13.0",
"vitest": "0.34.6",
"yargs": "17.7.2",
"zod": "3.22.3",
"zod": "3.22.4",
"zod-to-json-schema": "3.21.4"
},
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"@mui/x-date-pickers": "6.16.1",
"@mui/x-date-pickers-pro": "6.16.1",
"@mui/x-tree-view": "6.0.0-beta.0",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query-devtools": "4.35.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@types/cors": "2.8.14",
"@types/json-schema": "7.0.13",
"@types/node": "20.8.0",
"@types/node": "20.8.3",
"@types/react-dev-utils": "9.0.12",
"@vitejs/plugin-react": "4.1.0",
"@webcontainer/env": "1.1.0",
Expand All @@ -93,7 +93,7 @@
"fractional-indexing": "3.2.0",
"get-port": "7.0.0",
"glob": "10.3.10",
"google-auth-library": "9.0.0",
"google-auth-library": "9.1.0",
"http-proxy-middleware": "2.0.6",
"invariant": "2.2.4",
"json-to-ts": "1.7.0",
Expand All @@ -117,7 +117,7 @@
"react-dev-utils": "12.0.1",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.11",
"react-hook-form": "7.46.2",
"react-hook-form": "7.47.0",
"react-inspector": "6.0.2",
"react-is": "18.2.0",
"react-resizable-panels": "0.0.55",
Expand All @@ -127,14 +127,14 @@
"serialize-javascript": "6.0.1",
"superjson": "1.13.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite": "4.4.11",
"vm-browserify": "1.1.2",
"whatwg-url": "13.0.0",
"ws": "8.14.2",
"yaml": "2.3.2",
"yaml-diff-patch": "2.0.0",
"yargs": "17.7.2",
"zod": "3.22.3",
"zod": "3.22.4",
"zod-validation-error": "1.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@mui/x-data-grid-pro": "6.16.1",
"@mui/x-date-pickers": "6.16.1",
"@mui/x-license-pro": "6.10.2",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query": "4.36.1",
"dayjs": "1.11.10",
"invariant": "2.2.4",
"markdown-to-jsx": "7.3.2",
"react-error-boundary": "4.0.11",
"react-hook-form": "7.46.2",
"react-hook-form": "7.47.0",
"recharts": "2.8.0"
},
"devDependencies": {
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 @@ -42,7 +42,7 @@
"dependencies": {
"@mui/material": "5.14.12",
"@mui/toolpad-utils": "0.1.31",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query": "4.36.1",
"@types/json-schema": "7.0.13",
"cookie": "0.5.0",
"invariant": "2.2.4",
Expand Down
66 changes: 33 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2543,26 +2543,26 @@
dependencies:
remove-accents "0.4.2"

"@tanstack/query-core@4.35.3":
version "4.35.3"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.35.3.tgz#1c127e66b4ad1beeac052db83a812d7cb67369e1"
integrity sha512-PS+WEjd9wzKTyNjjQymvcOe1yg8f3wYc6mD+vb6CKyZAKvu4sIJwryfqfBULITKCla7P9C4l5e9RXePHvZOZeQ==
"@tanstack/query-core@4.36.1":
version "4.36.1"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524"
integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==

"@tanstack/react-query-devtools@4.35.3":
version "4.35.3"
resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-4.35.3.tgz#f03b39b613782a97794a42798d979c02ba51a7df"
integrity sha512-UvLT7qPzCuCZ3NfjwsOqDUVN84JvSOuW6ukrjZmSqgjPqVxD6ra/HUp1CEOatQY2TRvKCp8y1lTVu+trXM30fg==
"@tanstack/react-query-devtools@4.36.1":
version "4.36.1"
resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-4.36.1.tgz#7e63601135902a993ca9af73507b125233b1554e"
integrity sha512-WYku83CKP3OevnYSG8Y/QO9g0rT75v1om5IvcWUwiUZJ4LanYGLVCZ8TdFG5jfsq4Ej/lu2wwDAULEUnRIMBSw==
dependencies:
"@tanstack/match-sorter-utils" "^8.7.0"
superjson "^1.10.0"
use-sync-external-store "^1.2.0"

"@tanstack/react-query@4.35.3":
version "4.35.3"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.35.3.tgz#03d726ef6a19d426166427c6539b003dd9606d1b"
integrity sha512-UgTPioip/rGG3EQilXfA2j4BJkhEQsR+KAbF+KIuvQ7j4MkgnTCJF01SfRpIRNtQTlEfz/+IL7+jP8WA8bFbsw==
"@tanstack/react-query@4.36.1":
version "4.36.1"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2"
integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==
dependencies:
"@tanstack/query-core" "4.35.3"
"@tanstack/query-core" "4.36.1"
use-sync-external-store "^1.2.0"

"@testing-library/dom@^9.0.0":
Expand Down Expand Up @@ -7328,10 +7328,10 @@ [email protected]:
cross-spawn "^4.0.0"
debug "^3.1.0"

google-auth-library@9.0.0, google-auth-library@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.0.0.tgz#b159d22464c679a6a25cb46d48a4ac97f9f426a2"
integrity sha512-IQGjgQoVUAfOk6khqTVMLvWx26R+yPw9uLyb1MNyMQpdKiKt0Fd9sp4NWoINjyGHR8S3iw12hMTYK7O8J07c6Q==
google-auth-library@9.1.0, google-auth-library@^9.0.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.1.0.tgz#5c8444ca5c298030bbd7535f13b84748a86a8091"
integrity sha512-1M9HdOcQNPV5BwSXqwwT238MTKodJFBxZ/V2JP397ieOLv4FjQdfYb9SooR7Mb+oUT2IJ92mLJQf804dyx0MJA==
dependencies:
base64-js "^1.3.0"
ecdsa-sig-formatter "^1.0.11"
Expand Down Expand Up @@ -9162,10 +9162,10 @@ [email protected]:
markdown-it "13.0.1"
markdownlint-micromark "0.1.7"

marked@9.0.3:
version "9.0.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-9.0.3.tgz#95be5e8cba93f2c2ca1d6503794c4f02d81c97d9"
integrity sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==
marked@9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.0.tgz#7a085c7d46730dee2b801f1c1b35c5745479e270"
integrity sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==

md5.js@^1.3.4:
version "1.3.5"
Expand Down Expand Up @@ -11158,10 +11158,10 @@ react-error-overlay@^6.0.11:
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==

react-hook-form@7.46.2:
version "7.46.2"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.46.2.tgz#051e3cb2a73f3e86de739f2198c6042902158c43"
integrity sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==
react-hook-form@7.47.0:
version "7.47.0"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.47.0.tgz#a42f07266bd297ddf1f914f08f4b5f9783262f31"
integrity sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==

[email protected]:
version "6.0.2"
Expand Down Expand Up @@ -13235,10 +13235,10 @@ [email protected]:
picocolors "^1.0.0"
vite "^3.0.0 || ^4.0.0 || ^5.0.0-0"

[email protected].9, "vite@^3.0.0 || ^4.0.0", "vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0":
version "4.4.9"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.9.tgz#1402423f1a2f8d66fd8d15e351127c7236d29d3d"
integrity sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==
[email protected].11, "vite@^3.0.0 || ^4.0.0", "vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0":
version "4.4.11"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.11.tgz#babdb055b08c69cfc4c468072a2e6c9ca62102b0"
integrity sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
Expand Down Expand Up @@ -13789,7 +13789,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==

[email protected].3:
version "3.22.3"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.3.tgz#2fbc96118b174290d94e8896371c95629e87a060"
integrity sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==
[email protected].4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

0 comments on commit 06b4077

Please sign in to comment.