chore: update dependencies

This commit is contained in:
Niklas 2023-10-23 15:57:37 +02:00
parent a6da048ccc
commit 267249ab7b
2 changed files with 1618 additions and 309 deletions

1913
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
"@pixi/ticker": "~6.5.0", "@pixi/ticker": "~6.5.0",
"@pixi/tilemap": "^3.2.2", "@pixi/tilemap": "^3.2.2",
"@pixi/utils": "~6.5.0", "@pixi/utils": "~6.5.0",
"@swc/helpers": "~0.4.11", "@swc/helpers": "~0.5.3",
"@tanstack/react-virtual": "^3.0.0-alpha.0", "@tanstack/react-virtual": "^3.0.0-alpha.0",
"gifuct-js": "^2.1.2", "gifuct-js": "^2.1.2",
"howler": "^2.2.3", "howler": "^2.2.3",
@ -59,8 +59,8 @@
"@nrwl/react": "15.8.6", "@nrwl/react": "15.8.6",
"@nrwl/vite": "15.8.6", "@nrwl/vite": "15.8.6",
"@nrwl/workspace": "15.8.6", "@nrwl/workspace": "15.8.6",
"@swc/cli": "~0.1.55", "@swc/cli": "~0.1.62",
"@swc/core": "^1.2.173", "@swc/core": "^1.3.94",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1", "@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/howler": "^2.2.7", "@types/howler": "^2.2.7",
@ -70,7 +70,7 @@
"@types/react-dom": "18.0.11", "@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1", "@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-react-swc": "^3.2.0", "@vitejs/plugin-react-swc": "^3.4.0",
"@vitest/coverage-c8": "~0.25.8", "@vitest/coverage-c8": "~0.25.8",
"@vitest/ui": "^0.25.8", "@vitest/ui": "^0.25.8",
"cypress": "^12.2.0", "cypress": "^12.2.0",
@ -87,9 +87,9 @@
"react-test-renderer": "18.2.0", "react-test-renderer": "18.2.0",
"sass": "^1.55.0", "sass": "^1.55.0",
"typescript": "~4.9.5", "typescript": "~4.9.5",
"vite": "^4.0.1", "vite": "^4.5.0",
"vite-plugin-eslint": "^1.8.1", "vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2", "vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.25.8" "vitest": "^0.34.6"
} }
} }