Skip to content

Commit 91a5200

Browse files
authored
Merge pull request #1476 from layer5io/update/deps
Chore: Upgrade NPM packages
2 parents 3ebdec4 + 800d2e7 commit 91a5200

2 files changed

Lines changed: 52 additions & 53 deletions

File tree

package-lock.json

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

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@commitlint/cli": "^20.5.0",
45-
"@commitlint/config-conventional": "^20.5.0",
44+
"@commitlint/cli": "^20.5.3",
45+
"@commitlint/config-conventional": "^20.5.3",
4646
"@emotion/cache": "^11.14.0",
4747
"@eslint/eslintrc": "^3.3.5",
4848
"@eslint/js": "^10.0.1",
49-
"@meshery/schemas": "^1.2.0",
49+
"@meshery/schemas": "^1.2.7",
5050
"@mui/icons-material": "^9.0.0",
5151
"@mui/material": "^9.0.0",
5252
"@mui/system": "^9.0.0",
@@ -58,33 +58,33 @@
5858
"@types/react": "^19.2.14",
5959
"@types/react-dom": "^19.2.3",
6060
"@types/react-redux": "^7.1.34",
61-
"@typescript-eslint/eslint-plugin": "^8.58.1",
62-
"@typescript-eslint/parser": "^8.58.1",
61+
"@typescript-eslint/eslint-plugin": "^8.59.1",
62+
"@typescript-eslint/parser": "^8.59.1",
6363
"commitizen": "^4.3.1",
6464
"cz-conventional-changelog": "^3.3.0",
65-
"eslint": "10.2.0",
65+
"eslint": "10.3.0",
6666
"eslint-plugin-react-refresh": "^0.5.2",
67-
"globals": "^17.4.0",
67+
"globals": "^17.6.0",
6868
"husky": "^9.1.7",
6969
"jest": "^30.3.0",
7070
"jest-environment-jsdom": "^30.3.0",
7171
"lint-staged": "^16.4.0",
7272
"notistack": "^3.0.2",
73-
"prettier": "^3.8.1",
73+
"prettier": "^3.8.3",
7474
"prettier-plugin-organize-imports": "^4.3.0",
75-
"react": "^19.2.4",
76-
"react-dom": "^19.2.4",
75+
"react": "^19.2.5",
76+
"react-dom": "^19.2.5",
7777
"react-error-boundary": "^6.1.1",
7878
"react-markdown": "^10.1.0",
7979
"react-redux": "^9.2.0",
8080
"redux": "^5.0.1",
8181
"rehype-raw": "^7.0.0",
8282
"remark-gfm": "^4.0.1",
83-
"rollup": "^4.60.1",
84-
"ts-jest": "^29.4.6",
83+
"rollup": "^4.60.2",
84+
"ts-jest": "^29.4.9",
8585
"tsup": "^8.5.1",
86-
"typescript": "^6.0.2",
87-
"xstate": "^5.30.0"
86+
"typescript": "^6.0.3",
87+
"xstate": "^5.31.0"
8888
},
8989
"peerDependencies": {
9090
"@mui/icons-material": "^9.0.0",
@@ -116,11 +116,11 @@
116116
"@emotion/react": "^11.14.0",
117117
"@emotion/styled": "^11.14.1",
118118
"@layer5/meshery-design-embed": "^0.6.0",
119-
"@sistent/mui-datatables": "^7.0.0",
119+
"@sistent/mui-datatables": "^7.1.0",
120120
"@types/mui-datatables": "*",
121121
"billboard.js": "^3.18.0",
122122
"js-yaml": "^4.1.1",
123-
"lodash": "^4.17.23",
123+
"lodash": "^4.18.1",
124124
"moment": "^2.30.1",
125125
"re-resizable": "^6.11.2",
126126
"react-draggable": "^4.5.0",

0 commit comments

Comments
 (0)