Skip to content

Commit

Permalink
Bump dependencies (#2821)
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 23, 2023
1 parent 109cafb commit 0caacd7
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 215 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@mui/toolpad": "0.1.33",
"@mui/utils": "5.14.14",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.199",
"@types/react-dom": "18.2.13",
"@types/lodash": "4.14.200",
"@types/react-dom": "18.2.14",
"@types/react-router-dom": "5.3.3",
"accept-language": "3.0.18",
"ast-types": "0.14.2",
Expand All @@ -52,7 +52,7 @@
"cross-env": "7.0.3",
"date-fns-jalali": "2.29.3-0",
"doctrine": "3.0.0",
"exceljs": "4.3.0",
"exceljs": "4.4.0",
"express": "4.18.2",
"fg-loadcss": "3.1.0",
"fs-extra": "11.1.1",
Expand All @@ -73,8 +73,8 @@
"react-dom": "18.2.0",
"react-hook-form": "7.47.0",
"react-is": "18.2.0",
"react-router": "6.16.0",
"react-router-dom": "6.16.0",
"react-router": "6.17.0",
"react-router-dom": "6.17.0",
"react-runner": "1.0.3",
"react-simple-code-editor": "0.13.1",
"react-transition-group": "4.4.5",
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.10.0",
"stripe": "^13.11.0",
"url": "^0.11.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"lodash": "4.17.21",
"semver": "7.5.4",
"tsup": "7.2.0",
"tsx": "3.13.0",
"tsx": "3.14.0",
"vitest": "0.34.6",
"yargs": "17.7.2",
"zod": "3.22.4",
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 @@ -5,7 +5,7 @@
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
"dependencies": {
"emoji-regex": "10.2.1"
"emoji-regex": "10.3.0"
},
"devDependencies": {
"@types/eslint": "8.44.6",
Expand Down
18 changes: 9 additions & 9 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@mui/x-tree-view": "6.0.0-beta.0",
"@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.6",
"@types/react-dev-utils": "9.0.12",
"@types/cors": "2.8.15",
"@types/json-schema": "7.0.14",
"@types/node": "20.8.7",
"@types/react-dev-utils": "9.0.13",
"@vitejs/plugin-react": "4.1.0",
"@webcontainer/env": "1.1.0",
"abort-controller": "3.0.0",
Expand All @@ -80,13 +80,13 @@
"chalk": "5.3.0",
"chokidar": "3.5.3",
"clsx": "2.0.0",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"cors": "2.8.5",
"crypto-js": "4.1.1",
"csstype": "3.1.2",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"esbuild": "0.19.4",
"esbuild": "0.19.5",
"execa": "8.0.1",
"express": "4.18.2",
"find-up": "6.3.0",
Expand Down Expand Up @@ -121,13 +121,13 @@
"react-inspector": "6.0.2",
"react-is": "18.2.0",
"react-resizable-panels": "0.0.55",
"react-router-dom": "6.16.0",
"react-router-dom": "6.17.0",
"recharts": "2.9.0",
"semver": "7.5.4",
"serialize-javascript": "6.0.1",
"superjson": "2.0.0",
"superjson": "2.1.0",
"typescript": "5.2.2",
"vite": "4.4.11",
"vite": "4.5.0",
"vm-browserify": "1.1.2",
"whatwg-url": "13.0.0",
"ws": "8.14.2",
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 @@ -43,7 +43,7 @@
"@mui/material": "5.14.14",
"@mui/toolpad-utils": "0.1.33",
"@tanstack/react-query": "4.36.1",
"@types/json-schema": "7.0.13",
"@types/json-schema": "7.0.14",
"cookie": "0.5.0",
"invariant": "2.2.4",
"quickjs-emscripten": "0.23.0",
Expand Down
361 changes: 164 additions & 197 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0caacd7

Please sign in to comment.