ui_migration fix(deps): Added missing vitejs-pluginvue eslit version downgrade for compatibility.
This commit is contained in:
parent
3e528fdfa1
commit
70cdce3323
2 changed files with 9 additions and 26 deletions
|
|
@ -12,25 +12,25 @@
|
|||
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.4.0",
|
||||
"vue-router": "4.0.0",
|
||||
"@vue/compat": "^3.2.0",
|
||||
"vuejs-paginate-next": "1.0.2",
|
||||
"@vitejs/plugin-vue": "^5.0.0",
|
||||
"axios": "^1.7.7",
|
||||
"material-design-icons": "^3.0",
|
||||
"mousetrap": "^1.6.5",
|
||||
"openseadragon": "^5.0.0",
|
||||
"vue-observe-visibility": "^0.4",
|
||||
"vite": "^5.0.0",
|
||||
"uikit": "^3.24.2",
|
||||
"vuex": "^4.0.0",
|
||||
"axios": "^1.7.7"
|
||||
"vite": "^5.0.0",
|
||||
"vue": "^3.4.0",
|
||||
"vue-observe-visibility": "^0.4",
|
||||
"vue-router": "4.0.0",
|
||||
"vuejs-paginate-next": "1.0.2",
|
||||
"vuex": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.28.5",
|
||||
"@vue/eslint-config-prettier": "9.0.0",
|
||||
"core-js": "^3.46.0",
|
||||
"css-loader": "^3.6",
|
||||
"eslint": "^9.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-prettier": "^5.1.0",
|
||||
"eslint-plugin-vue": "^9.20.0",
|
||||
"less": "^4.5.1",
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>OpenFlexure Microscope</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but vue3 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue