upgrade vite and friends

This commit is contained in:
Pavel Prichodko 2023-03-13 22:37:38 +01:00
parent acd2260fc5
commit 7e6c2eabc9
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
6 changed files with 825 additions and 1996 deletions

View File

@ -17,11 +17,11 @@
}, },
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^1.2.2", "@tauri-apps/cli": "^1.2.2",
"@types/node": "^18.7.10", "@types/node": "^18.15.2",
"@types/react": "^18.0.28", "@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.0.0", "@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"vite": "^4.0.0" "vite": "^4.1.4"
} }
} }

View File

@ -21,8 +21,8 @@
"@tamagui/vite-plugin": "1.7.7", "@tamagui/vite-plugin": "1.7.7",
"@types/react": "^18.0.28", "@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0", "@vitejs/plugin-react-swc": "^3.2.0",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"vite": "^4.0.0" "vite": "^4.1.4"
} }
} }

View File

@ -27,7 +27,7 @@
"resolutions": {}, "resolutions": {},
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.23.0", "@changesets/cli": "^2.23.0",
"@tsconfig/strictest": "^1.0.1", "@tsconfig/strictest": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0", "@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0", "eslint": "^8.36.0",
@ -40,15 +40,15 @@
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^7.0.4", "husky": "^8.0.3",
"lint-staged": "^12.3.4", "lint-staged": "^13.2.0",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"rimraf": "^4.1.1", "rimraf": "^4.4.0",
"turbo": "^1.3.1", "turbo": "^1.8.3",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"vite": "^2.9.12", "vite": "^4.1.4",
"vite-node": "^0.16.0", "vite-node": "^0.29.2",
"vitest": "^0.16.0" "vitest": "^0.29.2"
}, },
"lint-staged": { "lint-staged": {
"*.{ts,tsx,js,jsx}": [ "*.{ts,tsx,js,jsx}": [

View File

@ -26,9 +26,10 @@
"react-native-web": "^0.18.0" "react-native-web": "^0.18.0"
}, },
"dependencies": { "dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.2", "@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-popover": "^1.0.3", "@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-tooltip": "^1.0.3", "@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.5",
"@status-im/icons": "*", "@status-im/icons": "*",
"@tamagui/animations-css": "1.7.7", "@tamagui/animations-css": "1.7.7",
"@tamagui/animations-react-native": "1.7.7", "@tamagui/animations-react-native": "1.7.7",
@ -39,7 +40,7 @@
"@tamagui/theme-base": "1.7.7", "@tamagui/theme-base": "1.7.7",
"expo-blur": "~12.0.1", "expo-blur": "~12.0.1",
"tamagui": "1.7.7", "tamagui": "1.7.7",
"zustand": "^4.3.4" "zustand": "^4.3.6"
}, },
"devDependencies": { "devDependencies": {
"@storybook/addon-essentials": "7.0.0-beta.21", "@storybook/addon-essentials": "7.0.0-beta.21",
@ -57,7 +58,7 @@
"react-native-web": "^0.18.12", "react-native-web": "^0.18.12",
"storybook": "7.0.0-beta.21", "storybook": "7.0.0-beta.21",
"storybook-addon-designs": "7.0.0-beta.2", "storybook-addon-designs": "7.0.0-beta.2",
"storybook-dark-mode": "^2.0.5", "storybook-dark-mode": "^2.1.1",
"vite": "^4.0.4" "vite": "^4.1.4"
} }
} }

View File

@ -58,6 +58,6 @@
"devDependencies": { "devDependencies": {
"@svgr/cli": "^6.5.1", "@svgr/cli": "^6.5.1",
"@svgr/core": "^6.5.1", "@svgr/core": "^6.5.1",
"vite": "^4.0.4" "vite": "^4.1.4"
} }
} }

2780
yarn.lock

File diff suppressed because it is too large Load Diff