Update Vite

This commit is contained in:
Vitaly Rtishchev 2023-12-21 10:31:26 +04:00
parent 2e4592c72d
commit 2a4f5070da
2 changed files with 742 additions and 91 deletions

View File

@ -4,7 +4,7 @@
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite dev",
"build": "tsc && vite build", "build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview" "preview": "vite preview"
@ -13,7 +13,7 @@
"@mantine/core": "7.3.2", "@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2", "@mantine/hooks": "7.3.2",
"@mantine/vanilla-extract": "7.3.2", "@mantine/vanilla-extract": "7.3.2",
"@vanilla-extract/css": "^1.13.0", "@vanilla-extract/css": "^1.14.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },
@ -22,16 +22,16 @@
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1", "@typescript-eslint/parser": "^6.9.1",
"@vanilla-extract/vite-plugin": "^3.9.0", "@vanilla-extract/vite-plugin": "^3.9.3",
"@vitejs/plugin-react": "^4.1.1", "@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.53.0", "eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4", "eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.31", "postcss": "^8.4.32",
"postcss-preset-mantine": "1.12.0", "postcss-preset-mantine": "1.12.0",
"postcss-simple-vars": "^7.0.1", "postcss-simple-vars": "^7.0.1",
"typescript": "^5.2.2", "typescript": "^5.3.3",
"vite": "^4.5.0" "vite": "^5.0.10"
}, },
"packageManager": "yarn@4.0.1" "packageManager": "yarn@4.0.1"
} }

819
yarn.lock

File diff suppressed because it is too large Load Diff