Skip to content
Snippets Groups Projects
Commit 00ac8ff8 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Upgrade packages.

parent e74a187d
Branches
Tags
No related merge requests found
.npmrc 0 → 100644
engine-strict=true
...@@ -33,9 +33,6 @@ ...@@ -33,9 +33,6 @@
"tslib": "^2.0.0", "tslib": "^2.0.0",
"typescript": "^4.0.0", "typescript": "^4.0.0",
"vite": "^2.1.0" "vite": "^2.1.0"
},
"engines": {
"node": ">= 12.17.0"
} }
}, },
"node_modules/@auditors/core": { "node_modules/@auditors/core": {
......
...@@ -36,8 +36,5 @@ ...@@ -36,8 +36,5 @@
"typescript": "^4.0.0", "typescript": "^4.0.0",
"vite": "^2.1.0" "vite": "^2.1.0"
}, },
"type": "module", "type": "module"
"engines": {
"node": ">= 12.17.0"
}
} }
{ {
"compilerOptions": { "compilerOptions": {
"moduleResolution": "node", "moduleResolution": "node",
"target": "es2018", "module": "es2020",
"lib": ["es2020"],
"target": "es2019",
/** /**
svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript
to enforce using \`import type\` instead of \`import\` for Types. to enforce using \`import type\` instead of \`import\` for Types.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment