Skip to content

Commit fc02bf8

Browse files
LukasTythomasmoon
authored andcommitted
[core] Fix dependency setup (mui#13684)
1 parent 69ad3f9 commit fc02bf8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "7.7.1",
3+
"version": "7.8.0",
44
"private": true,
55
"author": "MUI Team",
66
"license": "MIT",

packages/eslint-plugin-material-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-material-ui",
3-
"version": "7.7.1",
3+
"version": "7.8.0",
44
"private": true,
55
"description": "Custom eslint rules for MUI X.",
66
"main": "src/index.js",

packages/x-internals/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-internals",
3-
"version": "7.7.1",
3+
"version": "7.8.0",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",
@@ -48,7 +48,7 @@
4848
"react": "^17.0.0 || ^18.0.0"
4949
},
5050
"devDependencies": {
51-
"@mui/internal-test-utils": "^1.0.2",
51+
"@mui/internal-test-utils": "^1.0.3",
5252
"rimraf": "^5.0.7"
5353
},
5454
"engines": {

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui-x-internal/test",
3-
"version": "7.7.1",
3+
"version": "7.8.0",
44
"private": true,
55
"scripts": {
66
"typescript": "tsc -p tsconfig.json"

0 commit comments

Comments
 (0)