Skip to content

Commit fc5856d

Browse files
committed
Sweeping package upgrade
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
1 parent 487274f commit fc5856d

1 file changed

Lines changed: 44 additions & 44 deletions

File tree

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -41,50 +41,50 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@commitlint/cli": "^20.3.1",
45-
"@commitlint/config-conventional": "^20.0.0",
44+
"@commitlint/cli": "^20.5.0",
45+
"@commitlint/config-conventional": "^20.5.0",
4646
"@emotion/cache": "^11.14.0",
47-
"@eslint/compat": "^2.0.2",
48-
"@eslint/eslintrc": "^3.3.1",
49-
"@eslint/js": "^9.39.2",
50-
"@meshery/schemas": "^0.8.124",
51-
"@mui/icons-material": "^7.3.7",
52-
"@reduxjs/toolkit": "^2.2.5",
53-
"@testing-library/react": "^16.2.0",
54-
"@types/jest": "^29.5.14",
55-
"@types/lodash": "^4.17.16",
56-
"@types/react": "^18.2.45",
57-
"@types/react-dom": "^18.2.18",
47+
"@eslint/compat": "^2.0.3",
48+
"@eslint/eslintrc": "^3.3.5",
49+
"@eslint/js": "^10.0.1",
50+
"@meshery/schemas": "^0.9.0",
51+
"@mui/icons-material": "^7.3.9",
52+
"@reduxjs/toolkit": "^2.11.2",
53+
"@testing-library/react": "^16.3.2",
54+
"@types/jest": "^30.0.0",
55+
"@types/lodash": "^4.17.24",
56+
"@types/react": "^19.2.14",
57+
"@types/react-dom": "^19.2.3",
5858
"@types/react-redux": "^7.1.34",
59-
"@typescript-eslint/eslint-plugin": "^8.53.0",
60-
"@typescript-eslint/parser": "^8.53.0",
59+
"@typescript-eslint/eslint-plugin": "^8.57.2",
60+
"@typescript-eslint/parser": "^8.57.2",
6161
"commitizen": "^4.3.1",
6262
"cz-conventional-changelog": "^3.3.0",
63-
"eslint": "^9.39.2",
63+
"eslint": "^10.1.0",
6464
"eslint-plugin-import": "^2.32.0",
6565
"eslint-plugin-react": "^7.37.5",
6666
"eslint-plugin-react-hooks": "^7.0.1",
67-
"eslint-plugin-react-refresh": "^0.4.26",
68-
"eslint-plugin-storybook": "^10.1.11",
69-
"globals": "^17.0.0",
67+
"eslint-plugin-react-refresh": "^0.5.2",
68+
"eslint-plugin-storybook": "^10.3.3",
69+
"globals": "^17.4.0",
7070
"husky": "^9.1.7",
71-
"jest": "^29.7.0",
72-
"jest-environment-jsdom": "^30.2.0",
73-
"lint-staged": "^15.5.0",
71+
"jest": "^30.3.0",
72+
"jest-environment-jsdom": "^30.3.0",
73+
"lint-staged": "^16.4.0",
7474
"notistack": "^3.0.2",
75-
"prettier": "^3.5.3",
76-
"prettier-plugin-organize-imports": "^4.1.0",
77-
"react-error-boundary": "^6.1.0",
78-
"react-markdown": "^8.0.7",
79-
"react-redux": "^8.1.1",
75+
"prettier": "^3.8.1",
76+
"prettier-plugin-organize-imports": "^4.3.0",
77+
"react-error-boundary": "^6.1.1",
78+
"react-markdown": "^10.1.0",
79+
"react-redux": "^9.2.0",
8080
"redux": "^5.0.1",
81-
"rehype-raw": "^6.1.1",
82-
"remark-gfm": "^3.0.1",
83-
"rollup": "^4.38.0",
84-
"ts-jest": "^29.3.0",
85-
"tsup": "^8.4.0",
86-
"typescript": "^5.8.2",
87-
"xstate": "^5.25.0"
81+
"rehype-raw": "^7.0.0",
82+
"remark-gfm": "^4.0.1",
83+
"rollup": "^4.60.0",
84+
"ts-jest": "^29.4.6",
85+
"tsup": "^8.5.1",
86+
"typescript": "^6.0.2",
87+
"xstate": "^5.28.0"
8888
},
8989
"peerDependencies": {
9090
"@meshery/schemas": "^0.8.124",
@@ -94,8 +94,8 @@
9494
"xstate": "^5.25.0"
9595
},
9696
"overrides": {
97-
"@mui/icons-material": "^7.3.7",
98-
"@mui/material": "^7.3.7",
97+
"@mui/icons-material": "^7.3.9",
98+
"@mui/material": "^7.3.9",
9999
"@meshery/schemas": {
100100
"react": "$react",
101101
"react-dom": "$react-dom"
@@ -114,18 +114,18 @@
114114
},
115115
"dependencies": {
116116
"@emotion/react": "^11.14.0",
117-
"@emotion/styled": "^11.14.0",
117+
"@emotion/styled": "^11.14.1",
118118
"@layer5/meshery-design-embed": "^0.5.0",
119-
"@mui/material": "^7.3.7",
119+
"@mui/material": "^7.3.9",
120120
"@sistent/mui-datatables": "^6.0.1",
121121
"@types/mui-datatables": "*",
122-
"billboard.js": "^3.15.0",
123-
"js-yaml": "^4.1.0",
124-
"lodash": "^4.17.21",
122+
"billboard.js": "^3.18.0",
123+
"js-yaml": "^4.1.1",
124+
"lodash": "^4.17.23",
125125
"moment": "^2.30.1",
126126
"re-resizable": "^6.11.2",
127-
"react-draggable": "^4.4.6",
128-
"react-share": "^5.1.0",
129-
"use-debounce": "^10.0.4"
127+
"react-draggable": "^4.5.0",
128+
"react-share": "^5.3.0",
129+
"use-debounce": "^10.1.0"
130130
}
131131
}

0 commit comments

Comments
 (0)