File tree Expand file tree Collapse file tree 6 files changed +1487
-1477
lines changed
.github/actions/setup_node Expand file tree Collapse file tree 6 files changed +1487
-1477
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ runs:
1515 name : Install pnpm
1616 id : pnpm-install
1717 with :
18- version : 9
18+ version : 10
1919 run_install : ${{ inputs.run-install }}
2020
2121 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2222 with :
23- node-version : 18.16 .0
23+ node-version : 22.20 .0
2424 cache : ' pnpm'
2525 cache-dependency-path : ' **/pnpm-lock.yaml'
2626
Original file line number Diff line number Diff line change 11strict-peer-dependencies = false
2+ only-built-dependencies[] = @percy/core
3+ only-built-dependencies[] = @sentry/cli
4+ only-built-dependencies[] = cypress
5+ only-built-dependencies[] = esbuild
6+ only-built-dependencies[] = msw
7+ only-built-dependencies[] = protobufjs
Original file line number Diff line number Diff line change 1- v18.16 .0
1+ v22.20 .0
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ description = "Frontend for HiveMQ Edge"
99
1010node {
1111 download.set(true )
12- version.set(" 18 .20.6 " )
13- pnpmVersion.set(" 9 " )
12+ version.set(" 22 .20.0 " )
13+ pnpmVersion.set(" 10 " )
1414}
1515
1616tasks.withType<PnpmTask >().configureEach {
Original file line number Diff line number Diff line change 8383 "axios" : " 1.12.0" ,
8484 "chakra-react-select" : " 4.7.6" ,
8585 "csstype" : " 3.1.3" ,
86- "cypress-real-events" : " 1.14 .0" ,
86+ "cypress-real-events" : " 1.15 .0" ,
8787 "d3-array" : " 3.2.4" ,
8888 "d3-hierarchy" : " 3.1.2" ,
8989 "d3-scale-chromatic" : " 3.1.0" ,
101101 "mqtt-match" : " 3.0.0" ,
102102 "nyc" : " 17.1.0" ,
103103 "protobufjs" : " 7.2.6" ,
104- "react" : " 18.2.0 " ,
104+ "react" : " 18.3.1 " ,
105105 "react-accessible-treeview" : " 2.9.1" ,
106- "react-dom" : " 18.2.0 " ,
106+ "react-dom" : " 18.3.1 " ,
107107 "react-dropzone" : " 14.2.3" ,
108108 "react-hook-form" : " 7.43.9" ,
109109 "react-hotkeys-hook" : " 4.5.0" ,
141141 "axe-core" : " 4.10.3" ,
142142 "commander" : " 13.1.0" ,
143143 "copyfiles" : " 2.4.1" ,
144- "cypress" : " 14.0.2 " ,
144+ "cypress" : " 15.5.0 " ,
145145 "cypress-axe" : " 1.7.0" ,
146146 "cypress-each" : " 1.14.1" ,
147- "cypress-terminal-report" : " 7.1.0 " ,
147+ "cypress-terminal-report" : " 7.3.3 " ,
148148 "d3-scale-cluster" : " 2.0.1" ,
149149 "eslint" : " 9.26.0" ,
150150 "eslint-config-prettier" : " 10.1.8" ,
166166 "stylelint-config-standard-scss" : " 14.0.0" ,
167167 "typescript" : " 5.7.3" ,
168168 "typescript-eslint" : " 8.32.1" ,
169- "vite" : " 6.3.6 " ,
170- "vite-plugin-istanbul" : " 6.0.2 " ,
169+ "vite" : " 7.1.11 " ,
170+ "vite-plugin-istanbul" : " 7.2.0 " ,
171171 "vitest" : " 3.2.4"
172172 },
173173 "msw" : {
174174 "workerDirectory" : " public"
175175 },
176176 "engines" : {
177- "node" : " 18 " ,
178- "pnpm" : " 9 "
177+ "node" : " 22 " ,
178+ "pnpm" : " 10 "
179179 }
180180}
You can’t perform that action at this time.
0 commit comments