Updated dependencies. Replaced deprecated coverage package with new

This commit is contained in:
Martin Berg Alstad 2023-12-21 11:46:41 +01:00
parent 3e424a127e
commit f41d9985d9
4 changed files with 781 additions and 522 deletions
.idea/.idea.pac-man-board-game/.idea/codeStyles
pac-man-board-game

@ -1,6 +1,5 @@
<component name="ProjectCodeStyleConfiguration"> <component name="ProjectCodeStyleConfiguration">
<state> <state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" /> <option name="USE_PER_PROJECT_SETTINGS" value="true" />
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state> </state>
</component> </component>

@ -5,32 +5,32 @@
"dependencies": { "dependencies": {
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@headlessui/react": "^1.7.17", "@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18", "@heroicons/react": "^2.1.1",
"jotai": "^2.5.0", "jotai": "^2.6.0",
"jotai-devtools": "^0.7.0", "jotai-devtools": "^0.7.1",
"oidc-client": "^1.11.5", "oidc-client": "^1.11.5",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^6.17.0", "react-router-dom": "^6.21.0",
"web-vitals": "^3.5.0" "web-vitals": "^3.5.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.33", "@types/react": "^18.2.45",
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.1.0", "@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-c8": "^0.33.0", "@vitest/coverage-v8": "^1.1.0",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"happy-dom": "^12.10.3", "happy-dom": "^12.10.3",
"postcss": "^8.4.31", "postcss": "^8.4.32",
"prettier": "^3.0.3", "prettier": "^3.1.1",
"tailwindcss": "^3.3.5", "tailwindcss": "^3.4.0",
"typescript": "^5.2.2", "typescript": "^5.3.3",
"vite": "^4.5.0", "vite": "^5.0.10",
"vite-plugin-node-polyfills": "^0.15.0", "vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-svgr": "^4.1.0", "vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1", "vite-tsconfig-paths": "^4.2.2",
"vitest": "^0.34.6" "vitest": "^1.1.0"
}, },
"resolutions": { "resolutions": {
"css-what": "^5.0.1", "css-what": "^5.0.1",

File diff suppressed because it is too large Load Diff

@ -18,11 +18,11 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="8.0.0"/> <PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="8.0.0"/>
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.3.2"> <PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.3.3">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="System.ServiceModel.Primitives" Version="6.2.0"/> <PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>