Skip to content

Commit 98f1b3e

Browse files
committed
Updated JS dependencies
1 parent 14d8502 commit 98f1b3e

2 files changed

Lines changed: 858 additions & 1076 deletions

File tree

manage-gui/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,58 +5,58 @@
55
"sourceType": "module",
66
"dependencies": {
77
"@codemirror/lang-json": "^6.0.2",
8-
"@fortawesome/fontawesome-free": "^7.2.0",
9-
"@uiw/react-codemirror": "^4.25.10",
8+
"@fortawesome/fontawesome-free": "^7.3.1",
9+
"@uiw/react-codemirror": "^4.25.11",
1010
"@uiw/react-md-editor": "^4.1.1",
11-
"dompurify": "^3.4.11",
12-
"http-proxy-middleware": "^4.1.1",
13-
"js-cookie": "^3.0.7",
11+
"dompurify": "^3.4.13",
12+
"http-proxy-middleware": "^4.2.0",
13+
"js-cookie": "^3.0.8",
1414
"lodash.merge": "^4.6.2",
15-
"papaparse": "^5.5.3",
16-
"react": "^19.2.7",
17-
"react-dom": "^19.2.7",
15+
"papaparse": "^5.6.0",
16+
"react": "^19.2.8",
17+
"react-dom": "^19.2.8",
1818
"react-json-view": "^1.21.3",
19-
"semver": "^7.8.1",
19+
"semver": "^7.8.5",
2020
"source-map-explorer": "^2.5.3",
2121
"typeface-roboto": "^1.1.13",
2222
"xml-formatter": "^3.7.0",
2323
"yaml": "^2.9.0"
2424
},
2525
"devDependencies": {
26-
"@vitejs/plugin-react": "^5.1.2",
27-
"codemirror": "^5.65.1",
28-
"eslint": "^9.39.2",
26+
"@vitejs/plugin-react": "^6.0.5",
27+
"codemirror": "^6.0.2",
28+
"eslint": "^10.8.1",
2929
"eslint-plugin-react": "^7.37.5",
30-
"eslint-plugin-react-hooks": "^7.0.1",
30+
"eslint-plugin-react-hooks": "^7.1.1",
3131
"events": "^3.3.0",
32-
"globals": "^17.2.0",
32+
"globals": "^17.11.0",
3333
"i18n-js": "^4.5.3",
34-
"jsondiffpatch": "^0.7.3",
34+
"jsondiffpatch": "^0.7.6",
3535
"lodash.clonedeep": "^4.5.0",
3636
"lodash.debounce": "^4.0.8",
3737
"lodash.escape": "^4.0.1",
3838
"prop-types": "^15.8.1",
3939
"react-codemirror": "^1.0.0",
40-
"react-copy-to-clipboard": "^5.0.4",
40+
"react-copy-to-clipboard": "^5.1.1",
4141
"react-highlight": "^0.15.0",
4242
"react-json-pretty": "^2.2.0",
43-
"react-modal": "^3.14.4",
44-
"react-router-dom": "^7.18.1",
45-
"react-select": "^5.2.2",
43+
"react-modal": "^3.16.3",
44+
"react-router-dom": "^7.18.2",
45+
"react-select": "^5.10.2",
4646
"react-tooltip": "^4.5.1",
47-
"sass": "^1.97.3",
48-
"scroll-into-view": "^1.16.0",
49-
"spin.js": "^2.3.2",
47+
"sass": "^1.102.0",
48+
"scroll-into-view": "^1.16.2",
49+
"spin.js": "^4.1.2",
5050
"urijs": "^1.19.11",
51-
"vite": "^8.0.10",
52-
"vitest": "^4.1.5"
51+
"vite": "^8.2.1",
52+
"vitest": "^4.1.10"
5353
},
5454
"resolutions": {
55-
"semver": "^7.8.1",
56-
"yaml": "^2.3.1",
57-
"dom-serializer": "^2.0.0",
58-
"minimatch": "10.2.4",
59-
"picomatch": "^4.0.4",
55+
"semver": "^7.8.5",
56+
"yaml": "^2.9.0",
57+
"dom-serializer": "^3.1.1",
58+
"minimatch": "^10.2.6",
59+
"picomatch": "^4.0.5",
6060
"lodash": "^4.18.1"
6161
},
6262
"scripts": {

0 commit comments

Comments
 (0)