Skip to content

Commit

Permalink
Bump dependencies (#2743)
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 1, 2023
1 parent 5e7abc0 commit 27f6249
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 376 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"typescript:transpile:dev": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" scripts/formattedTSDemos --watch"
},
"dependencies": {
"@babel/core": "7.22.20",
"@babel/core": "7.23.0",
"@babel/plugin-transform-object-assign": "7.22.5",
"@babel/runtime-corejs2": "7.22.15",
"@babel/runtime-corejs2": "7.23.1",
"@date-io/date-fns-jalali": "2.17.0",
"@docsearch/react": "3.5.2",
"@emotion/cache": "11.11.0",
Expand All @@ -34,7 +34,7 @@
"@mui/utils": "5.14.11",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.199",
"@types/react-dom": "18.2.7",
"@types/react-dom": "18.2.8",
"@types/react-router-dom": "5.3.3",
"accept-language": "3.0.18",
"ast-types": "0.14.2",
Expand All @@ -61,9 +61,9 @@
"lz-string": "1.5.0",
"markdown-to-jsx": "7.3.2",
"marked": "9.0.3",
"next": "13.4.19",
"next": "13.5.3",
"nprogress": "0.2.0",
"postcss": "8.4.30",
"postcss": "8.4.31",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"raw-loader": "4.0.2",
Expand All @@ -78,7 +78,7 @@
"react-simple-code-editor": "0.13.1",
"react-transition-group": "4.4.5",
"recast": "0.23.4",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"styled-components": "6.0.8",
"stylis": "4.3.0",
"stylis-plugin-rtl": "npm:stylis-plugin-rtl@^2.1.1",
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.7.0",
"stripe": "^13.8.0",
"url": "^0.11.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"lodash": "4.17.21",
"semver": "7.5.4",
"tsup": "7.2.0",
"tsx": "3.12.10",
"vitest": "0.34.5",
"tsx": "3.13.0",
"vitest": "0.34.6",
"yargs": "17.7.2",
"zod": "3.22.2",
"zod-to-json-schema": "3.21.4"
Expand Down
12 changes: 6 additions & 6 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"@tanstack/react-query-devtools": "4.35.3",
"@types/cors": "2.8.14",
"@types/json-schema": "7.0.13",
"@types/node": "20.6.4",
"@types/react-dev-utils": "9.0.11",
"@vitejs/plugin-react": "4.0.4",
"@types/node": "20.8.0",
"@types/react-dev-utils": "9.0.12",
"@vitejs/plugin-react": "4.1.0",
"@webcontainer/env": "1.1.0",
"abort-controller": "3.0.0",
"arg": "5.0.2",
Expand All @@ -81,13 +81,13 @@
"csstype": "3.1.2",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"esbuild": "0.19.3",
"esbuild": "0.19.4",
"execa": "8.0.1",
"express": "4.18.2",
"find-up": "6.3.0",
"fractional-indexing": "3.2.0",
"get-port": "7.0.0",
"glob": "10.3.6",
"glob": "10.3.10",
"google-auth-library": "9.0.0",
"http-proxy-middleware": "2.0.6",
"invariant": "2.2.4",
Expand Down Expand Up @@ -120,7 +120,7 @@
"recharts": "2.8.0",
"semver": "7.5.4",
"serialize-javascript": "6.0.1",
"superjson": "1.13.1",
"superjson": "1.13.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vm-browserify": "1.1.2",
Expand Down
Loading

0 comments on commit 27f6249

Please sign in to comment.