Update TS deps

Due to a change in svelte-check 3.5.2 (likely https://github.com/sveltejs/language-tools/pull/2146),
we can no longer have composite enabled, as svelte-check spits out errors
about files in other project references not being listed in included files.
This should hopefully not make a difference to us, as we weren't taking
advantage of TypeScript's project compilation, as svelte-check doesn't support
it, and we use esbuild for JS conversion.
This commit is contained in:
Damien Elmes 2023-11-27 13:02:49 +10:00
parent 0b8443032e
commit 123474c455
4 changed files with 1110 additions and 1192 deletions

View file

@ -53,6 +53,7 @@
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0", "bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5", "bootstrap-icons": "^1.10.5",
"canvas": "npm:empty-npm-package",
"codemirror": "^5.63.1", "codemirror": "^5.63.1",
"css-browser-selector": "^0.6.5", "css-browser-selector": "^0.6.5",
"d3": "^7.0.0", "d3": "^7.0.0",

View file

@ -1,24 +1,31 @@
{ {
"@bufbuild/protobuf@1.2.1": { "@bufbuild/protobuf@1.4.2": {
"licenses": "(Apache-2.0 AND BSD-3-Clause)", "licenses": "(Apache-2.0 AND BSD-3-Clause)",
"repository": "https://github.com/bufbuild/protobuf-es", "repository": "https://github.com/bufbuild/protobuf-es",
"path": "node_modules/@bufbuild/protobuf", "path": "node_modules/@bufbuild/protobuf",
"licenseFile": "node_modules/@bufbuild/protobuf/README.md" "licenseFile": "node_modules/@bufbuild/protobuf/README.md"
}, },
"@floating-ui/core@1.3.1": { "@floating-ui/core@1.5.0": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/floating-ui/floating-ui", "repository": "https://github.com/floating-ui/floating-ui",
"publisher": "atomiks", "publisher": "atomiks",
"path": "node_modules/@floating-ui/core", "path": "node_modules/@floating-ui/core",
"licenseFile": "node_modules/@floating-ui/core/LICENSE" "licenseFile": "node_modules/@floating-ui/core/LICENSE"
}, },
"@floating-ui/dom@1.4.3": { "@floating-ui/dom@1.5.3": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/floating-ui/floating-ui", "repository": "https://github.com/floating-ui/floating-ui",
"publisher": "atomiks", "publisher": "atomiks",
"path": "node_modules/@floating-ui/dom", "path": "node_modules/@floating-ui/dom",
"licenseFile": "node_modules/@floating-ui/dom/LICENSE" "licenseFile": "node_modules/@floating-ui/dom/LICENSE"
}, },
"@floating-ui/utils@0.1.6": {
"licenses": "MIT",
"repository": "https://github.com/floating-ui/floating-ui",
"publisher": "atomiks",
"path": "node_modules/@floating-ui/utils",
"licenseFile": "node_modules/@floating-ui/utils/LICENSE"
},
"@fluent/bundle@0.18.0": { "@fluent/bundle@0.18.0": {
"licenses": "Apache-2.0", "licenses": "Apache-2.0",
"repository": "https://github.com/projectfluent/fluent.js", "repository": "https://github.com/projectfluent/fluent.js",
@ -27,7 +34,7 @@
"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@7.2.96": { "@mdi/svg@7.3.67": {
"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",
@ -77,7 +84,7 @@
"path": "node_modules/acorn-globals/node_modules/acorn", "path": "node_modules/acorn-globals/node_modules/acorn",
"licenseFile": "node_modules/acorn-globals/node_modules/acorn/LICENSE" "licenseFile": "node_modules/acorn-globals/node_modules/acorn/LICENSE"
}, },
"acorn@8.9.0": { "acorn@8.11.2": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/acornjs/acorn", "repository": "https://github.com/acornjs/acorn",
"path": "node_modules/acorn", "path": "node_modules/acorn",
@ -114,14 +121,14 @@
"path": "node_modules/bezier-easing", "path": "node_modules/bezier-easing",
"licenseFile": "node_modules/bezier-easing/LICENSE" "licenseFile": "node_modules/bezier-easing/LICENSE"
}, },
"bootstrap-icons@1.10.5": { "bootstrap-icons@1.11.2": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/twbs/icons", "repository": "https://github.com/twbs/icons",
"publisher": "mdo", "publisher": "mdo",
"path": "node_modules/bootstrap-icons", "path": "node_modules/bootstrap-icons",
"licenseFile": "node_modules/bootstrap-icons/LICENSE" "licenseFile": "node_modules/bootstrap-icons/LICENSE"
}, },
"bootstrap@5.3.0": { "bootstrap@5.3.2": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/twbs/bootstrap", "repository": "https://github.com/twbs/bootstrap",
"publisher": "The Bootstrap Authors", "publisher": "The Bootstrap Authors",
@ -135,7 +142,7 @@
"path": "node_modules/browser-process-hrtime", "path": "node_modules/browser-process-hrtime",
"licenseFile": "node_modules/browser-process-hrtime/LICENSE" "licenseFile": "node_modules/browser-process-hrtime/LICENSE"
}, },
"codemirror@5.65.13": { "codemirror@5.65.16": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/codemirror/CodeMirror", "repository": "https://github.com/codemirror/CodeMirror",
"publisher": "Marijn Haverbeke", "publisher": "Marijn Haverbeke",
@ -537,7 +544,7 @@
"path": "node_modules/internmap", "path": "node_modules/internmap",
"licenseFile": "node_modules/internmap/LICENSE" "licenseFile": "node_modules/internmap/LICENSE"
}, },
"intl-pluralrules@2.0.0": { "intl-pluralrules@2.0.1": {
"licenses": "ISC", "licenses": "ISC",
"repository": "https://github.com/eemeli/intl-pluralrules", "repository": "https://github.com/eemeli/intl-pluralrules",
"publisher": "Eemeli Aro", "publisher": "Eemeli Aro",
@ -559,7 +566,7 @@
"path": "node_modules/jquery-ui-dist", "path": "node_modules/jquery-ui-dist",
"licenseFile": "node_modules/jquery-ui-dist/LICENSE.txt" "licenseFile": "node_modules/jquery-ui-dist/LICENSE.txt"
}, },
"jquery@3.7.0": { "jquery@3.7.1": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/jquery/jquery", "repository": "https://github.com/jquery/jquery",
"publisher": "OpenJS Foundation and other contributors", "publisher": "OpenJS Foundation and other contributors",
@ -580,7 +587,7 @@
"path": "node_modules/lodash-es", "path": "node_modules/lodash-es",
"licenseFile": "node_modules/lodash-es/LICENSE" "licenseFile": "node_modules/lodash-es/LICENSE"
}, },
"marked@5.1.0": { "marked@5.1.2": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/markedjs/marked", "repository": "https://github.com/markedjs/marked",
"publisher": "Christopher Jeffrey", "publisher": "Christopher Jeffrey",
@ -618,7 +625,7 @@
"path": "node_modules/ngraph.events", "path": "node_modules/ngraph.events",
"licenseFile": "node_modules/ngraph.events/LICENSE" "licenseFile": "node_modules/ngraph.events/LICENSE"
}, },
"nwsapi@2.2.5": { "nwsapi@2.2.7": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/dperini/nwsapi", "repository": "https://github.com/dperini/nwsapi",
"publisher": "Diego Perini", "publisher": "Diego Perini",
@ -649,7 +656,7 @@
"path": "node_modules/psl", "path": "node_modules/psl",
"licenseFile": "node_modules/psl/LICENSE" "licenseFile": "node_modules/psl/LICENSE"
}, },
"punycode@2.3.0": { "punycode@2.3.1": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/mathiasbynens/punycode.js", "repository": "https://github.com/mathiasbynens/punycode.js",
"publisher": "Mathias Bynens", "publisher": "Mathias Bynens",
@ -808,7 +815,7 @@
"path": "node_modules/wheel", "path": "node_modules/wheel",
"licenseFile": "node_modules/wheel/LICENSE" "licenseFile": "node_modules/wheel/LICENSE"
}, },
"ws@8.13.0": { "ws@8.14.2": {
"licenses": "MIT", "licenses": "MIT",
"repository": "https://github.com/websockets/ws", "repository": "https://github.com/websockets/ws",
"publisher": "Einar Otto Stangvik", "publisher": "Einar Otto Stangvik",

View file

@ -19,7 +19,7 @@
"compilerOptions": { "compilerOptions": {
"declaration": true, "declaration": true,
"isolatedModules": true, "isolatedModules": true,
"composite": true, "composite": false,
"target": "es2020", "target": "es2020",
"module": "es2020", "module": "es2020",
"lib": [ "lib": [

2264
yarn.lock

File diff suppressed because it is too large Load diff