Bump some more deps

This commit is contained in:
Niek van der Maas 2023-07-03 10:29:42 +02:00
parent 96e99232b5
commit f82b0dc26c
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@rollup/plugin-dsv": "^3.0.2",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tauri-apps/cli": "^1.4.0",
"@tsconfig/svelte": "^4.0.1",
"@tsconfig/svelte": "^5.0.0",
"@types/marked": "^5.0.0",
"@types/node": "^20.3.1",
"bulma": "^0.9.4",
@ -39,7 +39,7 @@
"svelte-modals": "^1.2.1",
"svelte-spa-router": "^3.3.0",
"svelte-use-click-outside": "^1.0.0",
"tslib": "^2.5.0",
"tslib": "^2.6.0",
"typescript": "^5.0.4",
"uuid": "^9.0.0",
"vite": "^4.3.9"
@ -906,9 +906,9 @@
}
},
"node_modules/@tsconfig/svelte": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@tsconfig/svelte/-/svelte-4.0.1.tgz",
"integrity": "sha512-B+XlGpmuAQzJqDoBATNCvEPqQg0HkO7S8pM14QDI5NsmtymzRexQ1N+nX2H6RTtFbuFgaZD4I8AAi8voGg0GLg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@tsconfig/svelte/-/svelte-5.0.0.tgz",
"integrity": "sha512-iu5BqFjU0+OcLTNQp7fHe6Bf6zdNeJ9IZjLZMqWLuGzVFm/xx+lm//Tf6koPyRmxo55/Snm6RRQ990n89cRKFw==",
"dev": true
},
"node_modules/@types/d3-dsv": {

View File

@ -22,7 +22,7 @@
"@rollup/plugin-dsv": "^3.0.2",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tauri-apps/cli": "^1.4.0",
"@tsconfig/svelte": "^4.0.1",
"@tsconfig/svelte": "^5.0.0",
"@types/marked": "^5.0.0",
"@types/node": "^20.3.1",
"bulma": "^0.9.4",
@ -45,7 +45,7 @@
"svelte-modals": "^1.2.1",
"svelte-spa-router": "^3.3.0",
"svelte-use-click-outside": "^1.0.0",
"tslib": "^2.5.0",
"tslib": "^2.6.0",
"typescript": "^5.0.4",
"uuid": "^9.0.0",
"vite": "^4.3.9"