Skip to content

Commit 10e4fda

Browse files
committed
chore: update package dependencies across multiple projects to latest versions
1 parent 4a69aca commit 10e4fda

11 files changed

Lines changed: 33 additions & 34 deletions

File tree

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"dependencies": {
1212
"example": "workspace:*",
13-
"next": "^13.4.19",
13+
"next": "^13.5.11",
1414
"react": "catalog:",
1515
"react-dom": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.5.7",
18+
"@types/node": "^20.19.39",
1919
"@types/react": "catalog:",
2020
"@types/react-dom": "catalog:",
2121
"eslint-config-custom": "workspace:*",

apps/dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"dependencies": {
1212
"example": "workspace:*",
13-
"next": "^13.4.19",
13+
"next": "^13.5.11",
1414
"react": "catalog:",
1515
"react-dom": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.5.7",
18+
"@types/node": "^20.19.39",
1919
"@types/react": "catalog:",
2020
"@types/react-dom": "catalog:",
2121
"eslint-config-custom": "workspace:*",

apps/storybook/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"react-dom": "catalog:"
1515
},
1616
"devDependencies": {
17-
"@storybook/addon-essentials": "^7.3.2",
18-
"@storybook/addon-interactions": "^7.3.2",
19-
"@storybook/addon-links": "^7.3.2",
20-
"@storybook/blocks": "^7.3.2",
21-
"@storybook/cli": "^7.3.2",
22-
"@storybook/react": "^7.3.2",
23-
"@storybook/react-vite": "^7.3.2",
24-
"@storybook/testing-library": "^0.2.0",
17+
"@storybook/addon-essentials": "^7.6.24",
18+
"@storybook/addon-interactions": "^7.6.24",
19+
"@storybook/addon-links": "^7.6.24",
20+
"@storybook/blocks": "^7.6.24",
21+
"@storybook/cli": "^7.6.24",
22+
"@storybook/react": "^7.6.24",
23+
"@storybook/react-vite": "^7.6.24",
24+
"@storybook/testing-library": "^0.2.2",
2525
"@types/react": "catalog:",
2626
"@types/react-dom": "catalog:",
27-
"@typescript-eslint/eslint-plugin": "^6.5.0",
28-
"@typescript-eslint/parser": "^6.5.0",
29-
"@vitejs/plugin-react": "^4.0.4",
30-
"eslint-plugin-react-hooks": "^4.6.0",
31-
"eslint-plugin-react-refresh": "^0.4.3",
32-
"eslint-plugin-storybook": "^0.6.13",
27+
"@typescript-eslint/eslint-plugin": "^6.21.0",
28+
"@typescript-eslint/parser": "^6.21.0",
29+
"@vitejs/plugin-react": "^4.7.0",
30+
"eslint-plugin-react-hooks": "^4.6.2",
31+
"eslint-plugin-react-refresh": "^0.4.26",
32+
"eslint-plugin-storybook": "^0.6.15",
3333
"prop-types": "^15.8.1",
34-
"storybook": "^7.3.2",
35-
"vite": "^4.4.9"
34+
"storybook": "^7.6.24",
35+
"vite": "^4.5.14"
3636
}
3737
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint": "catalog:",
1919
"eslint-config-custom": "workspace:*",
2020
"jest": "catalog:",
21-
"prettier": "^3.0.2",
21+
"prettier": "^3.8.1",
2222
"ts-jest": "catalog:",
2323
"tsup": "7.2.0",
2424
"turbo": "1.10.13",

packages/edit-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@jsonforms/react": "~3.1.0",
2222
"@mui/icons-material": "catalog:",
2323
"@mui/material": "catalog:",
24-
"@mui/x-date-pickers": "^6.12.0",
24+
"@mui/x-date-pickers": "^6.20.2",
2525
"@types/react": "catalog:",
2626
"@types/react-dom": "catalog:",
2727
"project-state": "workspace:*",

packages/edit-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@jsonforms/core": "catalog:",
2323
"@mui/icons-material": "catalog:",
2424
"@mui/material": "catalog:",
25-
"@mui/x-date-pickers": "^6.12.0",
25+
"@mui/x-date-pickers": "^6.20.2",
2626
"@types/react": "catalog:",
27-
"material-react-table": "^1.14.0",
27+
"material-react-table": "^1.15.1",
2828
"project-state": "workspace:*",
2929
"state": "workspace:*"
3030
}

packages/edit-timeline/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"@jsonforms/core": "catalog:",
1818
"@types/react": "catalog:",
1919
"lodash": "catalog:",
20-
"moment": "^2.29.4",
20+
"moment": "^2.30.1",
2121
"project-state": "workspace:*",
2222
"state": "workspace:*",
23-
"vis-data": "^7.1.6",
24-
"vis-timeline": "^7.7.2",
25-
"vis-util": "^5.0.3"
23+
"vis-data": "^7.1.10",
24+
"vis-timeline": "^7.7.4",
25+
"vis-util": "^5.0.7"
2626
}
2727
}

packages/eslint-config-custom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"eslint-config-next": "^13.4.19",
8-
"eslint-config-prettier": "^9.0.0",
9-
"eslint-config-turbo": "^1.10.13",
7+
"eslint-config-next": "^13.5.11",
8+
"eslint-config-prettier": "^9.1.2",
9+
"eslint-config-turbo": "^1.13.4",
1010
"eslint-plugin-react": "7.33.2"
1111
},
1212
"publishConfig": {

packages/pgp-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"tsconfig": "workspace:*"
1616
},
1717
"dependencies": {
18-
"openpgp": "^5.9.0"
18+
"openpgp": "^5.11.3"
1919
}
2020
}

packages/react-redux-yjs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"devDependencies": {
2626
"@types/lodash": "catalog:",
27-
"@types/redux": "^3.6.0",
2827
"eslint-config-custom": "workspace:*",
2928
"tsconfig": "workspace:*"
3029
},

0 commit comments

Comments
 (0)