chore: update cargo & webui deps

feat/destringify
Tomáš Mládek 2023-08-28 18:26:11 +02:00
parent 36553c5f61
commit ed39346bca
3 changed files with 4227 additions and 4296 deletions

1087
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,66 +16,66 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-beta.30",
"@storybook/addon-interactions": "^7.0.0-beta.30",
"@storybook/addon-links": "^7.0.0-beta.30",
"@storybook/blocks": "^7.0.0-beta.30",
"@storybook/svelte": "^7.0.0-beta.30",
"@storybook/svelte-vite": "^7.0.0-beta.30",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/blocks": "^7.3.2",
"@storybook/svelte": "^7.3.2",
"@storybook/svelte-vite": "^7.3.2",
"@storybook/testing-library": "^0.0.13",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^1.4.0",
"@tsconfig/svelte": "^3.0.0",
"@types/d3": "^7.4.0",
"@types/debug": "^4.1.8",
"@types/dompurify": "^2.3.3",
"@types/lodash": "^4.14.182",
"@types/dompurify": "^2.4.0",
"@types/lodash": "^4.14.197",
"@types/lru-cache": "^7.10.10",
"@types/marked": "^4.0.3",
"@types/three": "^0.143.0",
"@types/wavesurfer.js": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.30.0",
"eslint-plugin-storybook": "^0.6.10",
"@types/marked": "^4.3.1",
"@types/three": "^0.143.2",
"@types/wavesurfer.js": "^6.0.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.48.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-svelte3": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.2",
"prettier-plugin-svelte": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.0-beta.30",
"svelte": "^3.55.0",
"storybook": "^7.3.2",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"vite": "^4.4.9",
"vite-plugin-static-copy": "^0.13.0"
"vite-plugin-static-copy": "^0.13.1"
},
"dependencies": {
"@ibm/plex": "^6.1.1",
"@recogito/annotorious": "^2.7.1",
"@ibm/plex": "^6.3.0",
"@recogito/annotorious": "^2.7.11",
"boxicons": "^2.1.4",
"d3": "^7.8.0",
"date-fns": "^2.29.3",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"debug": "^4.3.4",
"dompurify": "^2.4.1",
"filesize": "^8.0.6",
"dompurify": "^2.4.7",
"filesize": "^8.0.7",
"history": "^5.3.0",
"i18next": "^22.4.6",
"i18next": "^22.5.1",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"marked": "^4.2.4",
"marked": "^4.3.0",
"match-sorter": "^6.3.1",
"mitt": "^3.0.0",
"mitt": "^3.0.1",
"normalize.css": "^8.0.1",
"sass": "^1.57.1",
"sass": "^1.66.1",
"sirv-cli": "^2.0.2",
"sswr": "^1.7.0",
"sswr": "^1.11.0",
"svelte-i18next": "^1.2.2",
"svelte-navigator": "^3.2.2",
"three": "^0.147.0",
"upend": "file:../tools/upend_js",
"wavesurfer.js": "^6.4.0"
"wavesurfer.js": "^6.6.4"
}
}

File diff suppressed because it is too large Load Diff