update project

This commit is contained in:
Romulus21
2024-02-25 16:15:52 +01:00
parent 3ab78dcc28
commit 2de7c78344
4 changed files with 1512 additions and 1330 deletions

View File

@@ -5,7 +5,7 @@
"keywords": ["laravel", "framework"], "keywords": ["laravel", "framework"],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.2", "php": "^8.3",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10", "laravel/framework": "^10.10",
"laravel/pulse": "^1.0@beta", "laravel/pulse": "^1.0@beta",

982
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,28 +13,28 @@
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@types/d3": "^7.4.3", "@types/d3": "^7.4.3",
"@types/react": "^18.2.45", "@types/react": "^18.2.58",
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.19",
"@vite-pwa/assets-generator": "^0.0.11", "@vite-pwa/assets-generator": "^0.0.11",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.17",
"axios": "^1.6.2", "axios": "^1.6.7",
"eslint": "^8.56.0", "eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0", "eslint-plugin-tailwindcss": "^3.14.3",
"laravel-vite-plugin": "^0.8.1", "laravel-vite-plugin": "^0.8.1",
"postcss": "^8.4.32", "postcss": "^8.4.35",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"rollup-plugin-copy": "^3.5.0", "rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.4.0", "tailwindcss": "^3.4.1",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vite": "^4.5.1" "vite": "^4.5.2"
}, },
"dependencies": { "dependencies": {
"d3": "^7.8.5", "d3": "^7.8.5",
"react-router-dom": "^6.21.0", "react-router-dom": "^6.22.1",
"vite-plugin-pwa": "^0.17.4" "vite-plugin-pwa": "^0.17.5"
} }
} }

1836
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff