updating stuff

This commit is contained in:
Mona Mayrhofer 2025-03-17 12:06:50 +01:00
parent a75e485e7f
commit 1cab376391
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
5 changed files with 65 additions and 65 deletions

View file

@ -11,26 +11,26 @@
"test": "vitest"
},
"dependencies": {
"effect": "=3.10.14",
"react": "=18.3.1",
"react-dom": "=18.3.1",
"react-hook-form": "=7.53.0",
"react-router-dom": "=6.26.2",
"vite-plugin-top-level-await": "=1.4.4"
"effect": "3.13.11",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.2",
"react-router-dom": "7.3.0",
"vite-plugin-top-level-await": "1.5.0"
},
"devDependencies": {
"@biomejs/biome": "=1.9.2",
"@types/lodash": "4.17.12",
"@types/react": "=18.3.8",
"@types/react-dom": "=18.3.0",
"@vitejs/plugin-react": "=4.3.1",
"meow": "=9.0.0",
"stylelint": "=16.9.0",
"stylelint-config-standard": "=36.0.1",
"typescript": "=5.6.2",
"typescript-eslint": "=8.6.0",
"vite": "=5.4.6",
"vite-plugin-checker": "=0.8.0",
"vitest": "2.1.1"
"@biomejs/biome": "1.9.4",
"@types/lodash": "4.17.16",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.3.4",
"meow": "13.2.0",
"stylelint": "16.16.0",
"stylelint-config-standard": "37.0.0",
"typescript": "5.8.2",
"typescript-eslint": "8.26.1",
"vite": "6.2.2",
"vite-plugin-checker": "0.9.0",
"vitest": "3.0.8"
}
}