Pārlūkot izejas kodu

update dependencies; switch to esm(vite deprecated cjs)

Martin Kunz 1 gadu atpakaļ
vecāks
revīzija
ca7bc0b757
2 mainītis faili ar 1036 papildinājumiem un 669 dzēšanām
  1. 1020 654
      package-lock.json
  2. 16 15
      package.json

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1020 - 654
package-lock.json


+ 16 - 15
package.json

@@ -2,6 +2,7 @@
   "name": "modtool",
   "version": "0.0.0",
   "private": true,
+  "type": "module",
   "scripts": {
     "dev": "vite",
     "build": "run-p type-check build-only",
@@ -11,26 +12,26 @@
     "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
   },
   "dependencies": {
-    "@guolao/vue-monaco-editor": "^1.3.0",
-    "bootstrap": "^5.3.2",
-    "fast-xml-parser": "^4.3.1",
+    "@guolao/vue-monaco-editor": "^1.5.1",
+    "bootstrap": "^5.3.3",
+    "fast-xml-parser": "^4.3.5",
     "jszip": "^3.10.1",
-    "pinia": "^2.1.6",
-    "vue": "^3.3.4",
-    "yaml": "^2.3.2"
+    "pinia": "^2.1.7",
+    "vue": "^3.4.21",
+    "yaml": "^2.4.0"
   },
   "devDependencies": {
-    "@rushstack/eslint-patch": "^1.4.0",
+    "@rushstack/eslint-patch": "^1.7.2",
     "@tsconfig/node18": "^18.2.2",
-    "@types/node": "^20.6.5",
-    "@vitejs/plugin-vue": "^4.3.4",
+    "@types/node": "^20.11.24",
+    "@vitejs/plugin-vue": "^5.0.4",
     "@vue/eslint-config-typescript": "^12.0.0",
-    "@vue/tsconfig": "^0.4.0",
-    "eslint": "^8.50.0",
-    "eslint-plugin-vue": "^9.17.0",
+    "@vue/tsconfig": "^0.5.1",
+    "eslint": "^8.57.0",
+    "eslint-plugin-vue": "^9.22.0",
     "npm-run-all": "^4.1.5",
-    "typescript": "~5.2.2",
-    "vite": "^4.4.9",
-    "vue-tsc": "^1.8.13"
+    "typescript": "~5.3.3",
+    "vite": "^5.1.4",
+    "vue-tsc": "^2.0.4"
   }
 }