Fix engine
This commit is contained in:
+8
-8
@@ -15,16 +15,16 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/snapshot": "^2.1.7",
|
||||
"@sveltejs/adapter-static": "1.0.0-next.30",
|
||||
"@sveltejs/kit": "1.0.0-next.328",
|
||||
"@sveltejs/adapter-static": "1.0.0-next.29",
|
||||
"@sveltejs/kit": "1.0.0-next.326",
|
||||
"@types/mermaid": "^8.2.9",
|
||||
"@types/pako": "^2.0.0",
|
||||
"@types/pako": "^1.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"chai": "^4.3.6",
|
||||
"cssnano": "^5.1.7",
|
||||
"cypress": "9.6.1",
|
||||
"cypress": "9.6.0",
|
||||
"cypress-localstorage-commands": "^1.7.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
@@ -34,9 +34,9 @@
|
||||
"eslint-plugin-postcss-modules": "^2.0.0",
|
||||
"eslint-plugin-svelte3": "^3.4.1",
|
||||
"eslint-plugin-tailwindcss": "^3.5.0",
|
||||
"husky": "^8.0.1",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.4.1",
|
||||
"mocha": "^10.0.0",
|
||||
"mocha": "^9.2.2",
|
||||
"node-html-parser": "^5.3.3",
|
||||
"postcss": "^8.4.13",
|
||||
"postcss-load-config": "^3.1.4",
|
||||
@@ -55,7 +55,7 @@
|
||||
"analytics": "^0.8.1",
|
||||
"daisyui": "2.14.3",
|
||||
"js-base64": "^3.7.2",
|
||||
"mermaid": "9.1.1",
|
||||
"mermaid": "9.0.1",
|
||||
"moment": "^2.29.3",
|
||||
"monaco-editor": "^0.33.0",
|
||||
"monaco-mermaid": "^1.0.4",
|
||||
@@ -73,6 +73,6 @@
|
||||
"yarn": "1.22.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
"node": ">=16.x"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user