mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
update Node deps
TypeScript is currently pinned. Before updating to 4.5, we will likely need to use --preserveValueImports in svelte.ts: https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/#preserve-value-imports There's also an issue with missing types when importing from bootstrap .js files that will need investigating.
This commit is contained in:
parent
195361ed46
commit
661f769700
3 changed files with 660 additions and 665 deletions
|
@ -47,7 +47,7 @@
|
||||||
"svelte2tsx": "^0.4.6",
|
"svelte2tsx": "^0.4.6",
|
||||||
"tmp": "^0.2.1",
|
"tmp": "^0.2.1",
|
||||||
"tslib": "^2.0.3",
|
"tslib": "^2.0.3",
|
||||||
"typescript": "^4.4.0",
|
"typescript": "=4.4.4",
|
||||||
"uglify-js": "^3.13.1"
|
"uglify-js": "^3.13.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -7,14 +7,14 @@
|
||||||
"path": "node_modules/@fluent/bundle",
|
"path": "node_modules/@fluent/bundle",
|
||||||
"licenseFile": "node_modules/@fluent/bundle/README.md"
|
"licenseFile": "node_modules/@fluent/bundle/README.md"
|
||||||
},
|
},
|
||||||
"@mdi/svg@6.4.95": {
|
"@mdi/svg@6.5.95": {
|
||||||
"licenses": "Apache-2.0",
|
"licenses": "Apache-2.0",
|
||||||
"repository": "https://github.com/Templarian/MaterialDesign-SVG",
|
"repository": "https://github.com/Templarian/MaterialDesign-SVG",
|
||||||
"publisher": "Austin Andrews",
|
"publisher": "Austin Andrews",
|
||||||
"path": "node_modules/@mdi/svg",
|
"path": "node_modules/@mdi/svg",
|
||||||
"licenseFile": "node_modules/@mdi/svg/LICENSE"
|
"licenseFile": "node_modules/@mdi/svg/LICENSE"
|
||||||
},
|
},
|
||||||
"@popperjs/core@2.10.2": {
|
"@popperjs/core@2.11.0": {
|
||||||
"licenses": "MIT",
|
"licenses": "MIT",
|
||||||
"repository": "https://github.com/popperjs/popper-core",
|
"repository": "https://github.com/popperjs/popper-core",
|
||||||
"publisher": "Federico Zivolo",
|
"publisher": "Federico Zivolo",
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
"path": "node_modules/@types/lodash-es",
|
"path": "node_modules/@types/lodash-es",
|
||||||
"licenseFile": "node_modules/@types/lodash-es/LICENSE"
|
"licenseFile": "node_modules/@types/lodash-es/LICENSE"
|
||||||
},
|
},
|
||||||
"@types/lodash@4.14.176": {
|
"@types/lodash@4.14.177": {
|
||||||
"licenses": "MIT",
|
"licenses": "MIT",
|
||||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||||
"path": "node_modules/@types/lodash",
|
"path": "node_modules/@types/lodash",
|
||||||
|
@ -120,19 +120,19 @@
|
||||||
"path": "node_modules/@types/long",
|
"path": "node_modules/@types/long",
|
||||||
"licenseFile": "node_modules/@types/long/LICENSE"
|
"licenseFile": "node_modules/@types/long/LICENSE"
|
||||||
},
|
},
|
||||||
"@types/marked@3.0.2": {
|
"@types/marked@3.0.3": {
|
||||||
"licenses": "MIT",
|
"licenses": "MIT",
|
||||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||||
"path": "node_modules/@types/marked",
|
"path": "node_modules/@types/marked",
|
||||||
"licenseFile": "node_modules/@types/marked/LICENSE"
|
"licenseFile": "node_modules/@types/marked/LICENSE"
|
||||||
},
|
},
|
||||||
"@types/node@16.11.5": {
|
"@types/node@16.11.11": {
|
||||||
"licenses": "MIT",
|
"licenses": "MIT",
|
||||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||||
"path": "node_modules/@types/node",
|
"path": "node_modules/@types/node",
|
||||||
"licenseFile": "node_modules/@types/node/LICENSE"
|
"licenseFile": "node_modules/@types/node/LICENSE"
|
||||||
},
|
},
|
||||||
"bootstrap-icons@1.6.1": {
|
"bootstrap-icons@1.7.1": {
|
||||||
"licenses": "MIT",
|
"licenses": "MIT",
|
||||||
"repository": "https://github.com/twbs/icons",
|
"repository": "https://github.com/twbs/icons",
|
||||||
"publisher": "mdo",
|
"publisher": "mdo",
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
"path": "node_modules/bootstrap",
|
"path": "node_modules/bootstrap",
|
||||||
"licenseFile": "node_modules/bootstrap/LICENSE"
|
"licenseFile": "node_modules/bootstrap/LICENSE"
|
||||||
},
|
},
|
||||||
"codemirror@5.63.3": {
|
"codemirror@5.64.0": {
|
||||||
"licenses": "MIT",
|
"licenses": "MIT",
|
||||||
"repository": "https://github.com/codemirror/CodeMirror",
|
"repository": "https://github.com/codemirror/CodeMirror",
|
||||||
"publisher": "Marijn Haverbeke",
|
"publisher": "Marijn Haverbeke",
|
||||||
|
|
Loading…
Reference in a new issue