Skip to content

Commit 25fb480

Browse files
Bump devDependencies (#5071)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0bd335 commit 25fb480

File tree

10 files changed

+66
-70
lines changed

10 files changed

+66
-70
lines changed

RELEASE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
1. Copy the generated changelog from the console, clean it up, add a short summary of the release highlights and use the new version number as the title.
2626

2727
Writing good highlights:
28-
2928
- Focus on new user facing features or changes
3029
- Be concise, link to relevant documentation for extra clarity
3130

@@ -74,7 +73,6 @@
7473
1. Merge the PR changes, then check out the `master` branch and pull the last commit.
7574

7675
1. Publish the package to `npm`
77-
7876
1. If you are not logged in to `npm` in your CLI, first log in with:
7977

8078
```bash
@@ -102,7 +100,6 @@
102100
You can follow the deployment process on the [Netlify Dashboard](https://app.netlify.com/sites/mui-toolpad-docs/deploys?filter=docs-latest). Once deployed, it will be accessible at https://mui-toolpad-docs.netlify.app/.
103101
104102
1. [Create a new GitHub release](https://github.com/mui/toolpad/releases/new).
105-
106103
1. Use `<version number>` to **Choose a tag** (when you enter new version GH UI will pop a suggestion `Create new tag: *** on publish`)
107104
2. Use `<commit of merged PR>` as the **target**
108105
3. Use the cleaned changelog as the content of **Describe this release**

docs/data/toolpad/studio/concepts/http-requests.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The following options are configurable here:
2222
- ### Body
2323

2424
You can configure the request body in this tab. This may be of the following types:
25-
2625
- `x-www-form-urlencoded`: The body consists of key value pairs that are encoded in tuples separated by `&`, with a `=` between the key and the value. The UI allows you to define the key value pairs. The request `content-type` will be set to `application/x-www-form-urlencoded`.
2726

2827
- `raw`: The body can be freely defined as text. The `content-type` is selectable from the dropdown.
@@ -42,7 +41,6 @@ The following options are configurable here:
4241
You can define how the response should be parsed in this tab.
4342

4443
There are two options available:
45-
4644
- `JSON`: This is the default behavior. Parse the response content as JSON and return the result.
4745

4846
- `raw`: Do not parse the response and return the response as text.

docs/data/toolpad/studio/concepts/theming.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Toolpad Studio has been deprecated. Please use [Toolpad Core](/toolpad/) instead
1515

1616
1. To change the application theme, go to the **Theme** tab in the inspector panel.
1717
2. In the theme options you can:
18-
1918
- change your UI to light or dark mode.
2019
- set primary and secondary colors for your UI, from a predefined list of colors.
2120

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"babel-plugin-react-remove-properties": "0.3.0",
6868
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
6969
"chalk": "5.4.1",
70-
"concurrently": "9.1.2",
70+
"concurrently": "9.2.0",
7171
"css-mediaquery": "^0.1.2",
7272
"danger": "^13.0.4",
7373
"eslint": "8.57.1",
@@ -92,9 +92,9 @@
9292
"fs-extra": "11.3.0",
9393
"globby": "14.1.0",
9494
"jsdom": "26.1.0",
95-
"lerna": "8.2.2",
95+
"lerna": "8.2.3",
9696
"markdownlint-cli2": "0.18.1",
97-
"prettier": "3.5.3",
97+
"prettier": "3.6.2",
9898
"pretty-quick": "4.2.2",
9999
"react-docgen": "5.4.3",
100100
"react-inspector": "6.0.2",

packages/toolpad-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/react": "^19.1.8",
6767
"@types/react-dom": "^19.1.6",
6868
"@types/sinon": "^17.0.4",
69-
"@vitejs/plugin-react": "4.5.2",
69+
"@vitejs/plugin-react": "4.6.0",
7070
"@vitest/browser": "2.1.9",
7171
"next": "^15.3.4",
7272
"next-router-mock": "^1.0.2",

playground/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react-dom": "^19.1.6",
1818
"eslint-config-next": "15.3.4",
1919
"next": "^15.3.4",
20-
"next-auth": "5.0.0-beta.28",
20+
"next-auth": "5.0.0-beta.29",
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
2323
"zod": "3.25.67"

playground/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "^19.1.6",
1919
"eslint-config-next": "15.3.4",
2020
"next": "^15.3.4",
21-
"next-auth": "5.0.0-beta.28",
21+
"next-auth": "5.0.0-beta.29",
2222
"react": "^19.1.0",
2323
"react-dom": "^19.1.0",
2424
"zod": "3.25.67"

playground/vite-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@toolpad/core": "workspace:*",
1616
"@types/react": "^19.1.8",
1717
"@types/react-dom": "^19.1.6",
18-
"@vitejs/plugin-react": "4.5.2",
18+
"@vitejs/plugin-react": "4.6.0",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
2121
"react-router": "7.6.3",

playground/vite-tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@toolpad/core": "workspace:*",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",
20-
"@vitejs/plugin-react": "^4.5.2",
20+
"@vitejs/plugin-react": "^4.6.0",
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
2323
"vite": "^6.3.5",

0 commit comments

Comments
 (0)