Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Nov 19, 2024
1 parent 15c089d commit 8695a93
Show file tree
Hide file tree
Showing 2 changed files with 347 additions and 425 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@
"release:patch": "lerna version patch"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.15.0",
"@preact/preset-vite": "2.9.1",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-vue": "5.1.4",
"@vue/compiler-sfc": "3.5.12",
"@vitejs/plugin-vue": "5.2.0",
"@vue/compiler-sfc": "3.5.13",
"@vue/eslint-config-typescript": "14.1.3",
"eslint": "9.13.0",
"eslint": "9.15.0",
"eslint-plugin-prefer-arrow-functions": "3.4.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-vue": "9.30.0",
"lerna": "8.1.8",
"eslint-plugin-vue": "9.31.0",
"lerna": "8.1.9",
"preact": "10.24.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"vite": "5.4.10",
"typescript-eslint": "8.15.0",
"vite": "5.4.11",
"vite-plugin-banner": "0.8.0",
"vite-plugin-dts": "4.3.0",
"vue": "3.5.12",
"vue-tsc": "2.1.8"
"vue": "3.5.13",
"vue-tsc": "2.1.10"
}
}
Loading

0 comments on commit 8695a93

Please sign in to comment.