mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 02:36:27 +02:00
Update dependencies and migrate to yarn 4
This commit is contained in:
parent
d42a2424e4
commit
4f4e58e4db
6 changed files with 4884 additions and 2407 deletions
29
package.json
29
package.json
|
@ -13,24 +13,25 @@
|
|||
"@mantine/core": "7.1.7",
|
||||
"@mantine/hooks": "7.1.7",
|
||||
"@mantine/vanilla-extract": "7.1.7",
|
||||
"@vanilla-extract/css": "^1.11.1",
|
||||
"@vanilla-extract/css": "^1.13.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.11",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.2",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"eslint": "^8.42.0",
|
||||
"@types/react": "^18.2.35",
|
||||
"@types/react-dom": "^18.2.14",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
"@vanilla-extract/vite-plugin": "^3.9.0",
|
||||
"@vitejs/plugin-react": "^4.1.1",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.1",
|
||||
"postcss": "^8.4.24",
|
||||
"postcss-preset-mantine": "1.9.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.4",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-preset-mantine": "1.9.1",
|
||||
"postcss-simple-vars": "^7.0.1",
|
||||
"typescript": "^5.1.3",
|
||||
"vite": "^4.3.9"
|
||||
}
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.5.0"
|
||||
},
|
||||
"packageManager": "yarn@4.0.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue