ui_migration feat(npm) node version 20 for ci and package.json
This commit is contained in:
parent
84fbf70bd2
commit
6ebc2c1f4b
3 changed files with 761 additions and 256 deletions
|
|
@ -18,7 +18,7 @@ include:
|
||||||
.javascript_webapp:
|
.javascript_webapp:
|
||||||
extends: .javascript
|
extends: .javascript
|
||||||
variables:
|
variables:
|
||||||
JS_IMAGE: node:18
|
JS_IMAGE: node:20
|
||||||
JS_PATH: webapp
|
JS_PATH: webapp
|
||||||
JS_CACHE_PATH: webapp/node_modules
|
JS_CACHE_PATH: webapp/node_modules
|
||||||
|
|
||||||
|
|
|
||||||
1007
webapp/package-lock.json
generated
1007
webapp/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,6 +4,9 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "User interface for the OpenFlexure Microscope Server",
|
"description": "User interface for the OpenFlexure Microscope Server",
|
||||||
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.0.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"gv": "genversion src/version.js",
|
"gv": "genversion src/version.js",
|
||||||
"serve": "vite serve --mode development",
|
"serve": "vite serve --mode development",
|
||||||
|
|
@ -24,8 +27,7 @@
|
||||||
"typescript-eslint": "^8.59.0",
|
"typescript-eslint": "^8.59.0",
|
||||||
"uikit": "^3.24.2",
|
"uikit": "^3.24.2",
|
||||||
"vue": "^3.4.0",
|
"vue": "^3.4.0",
|
||||||
"vue-router": "4.0.0",
|
"vue-router": "4.0.0"
|
||||||
"vuex": "^4.0.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/eslint-parser": "^7.28.5",
|
"@babel/eslint-parser": "^7.28.5",
|
||||||
|
|
@ -39,7 +41,7 @@
|
||||||
"less": "^4.5.1",
|
"less": "^4.5.1",
|
||||||
"material-symbols": "^0.39.1",
|
"material-symbols": "^0.39.1",
|
||||||
"prettier": "^3.2.8",
|
"prettier": "^3.2.8",
|
||||||
"vite": "^8.0.8"
|
"vite": "^7.3.1"
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue