Skip to content

Commit

Permalink
update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny committed Oct 27, 2024
1 parent 5270d4e commit c5ef6da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vitest": "^2.1.3",
"vitest-mock-extended": "^2.0.2"
},
Expand Down
16 changes: 8 additions & 8 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"protobufjs": "^7.4.0"
},
"devDependencies": {
"@fluentui/svg-icons": "^1.1.261",
"@fluentui/svg-icons": "^1.1.262",
"@fluentui/web-components": "^2.6.1",
"@microsoft/fast-element": "^1.13.0",
"@svelte-put/dragscroll": "^3.0.1",
"@microsoft/fast-element": "^1.14.0",
"@svelte-put/dragscroll": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vscode/codicons": "^0.0.36",
"carbon-components-svelte": "^0.85.2",
"carbon-icons-svelte": "^12.12.0",
"carbon-components-svelte": "^0.85.3",
"carbon-icons-svelte": "^12.13.0",
"fuse.js": "^7.0.0",
"lit": "^3.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^5.0.5",
"svelte": "^5.1.3",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6"
"vue-tsc": "^2.1.8"
},
"scripts": {
"update-website-index": "node ./scripts/website-index.mjs",
Expand Down

0 comments on commit c5ef6da

Please sign in to comment.