upgrade vite and friends
This commit is contained in:
parent
b58a750db3
commit
05d4a54c14
|
@ -17,11 +17,11 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^1.2.2",
|
||||
"@types/node": "^18.7.10",
|
||||
"@types/node": "^18.15.2",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react": "^3.0.0",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^4.0.0"
|
||||
"vite": "^4.1.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
"@tamagui/vite-plugin": "1.7.7",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react-swc": "^3.0.0",
|
||||
"@vitejs/plugin-react-swc": "^3.2.0",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^4.0.0"
|
||||
"vite": "^4.1.4"
|
||||
}
|
||||
}
|
||||
|
|
16
package.json
16
package.json
|
@ -27,7 +27,7 @@
|
|||
"resolutions": {},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.23.0",
|
||||
"@tsconfig/strictest": "^1.0.1",
|
||||
"@tsconfig/strictest": "^1.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.55.0",
|
||||
"eslint": "^8.36.0",
|
||||
|
@ -40,15 +40,15 @@
|
|||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-simple-import-sort": "^10.0.0",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.3.4",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.0",
|
||||
"prettier": "^2.8.4",
|
||||
"rimraf": "^4.1.1",
|
||||
"turbo": "^1.3.1",
|
||||
"rimraf": "^4.4.0",
|
||||
"turbo": "^1.8.3",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^2.9.12",
|
||||
"vite-node": "^0.16.0",
|
||||
"vitest": "^0.16.0"
|
||||
"vite": "^4.1.4",
|
||||
"vite-node": "^0.29.2",
|
||||
"vitest": "^0.29.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js,jsx}": [
|
||||
|
|
|
@ -26,9 +26,10 @@
|
|||
"react-native-web": "^0.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.2",
|
||||
"@radix-ui/react-popover": "^1.0.3",
|
||||
"@radix-ui/react-tooltip": "^1.0.3",
|
||||
"@radix-ui/react-dialog": "^1.0.3",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
||||
"@radix-ui/react-popover": "^1.0.5",
|
||||
"@radix-ui/react-tooltip": "^1.0.5",
|
||||
"@status-im/icons": "*",
|
||||
"@tamagui/animations-css": "1.7.7",
|
||||
"@tamagui/animations-react-native": "1.7.7",
|
||||
|
@ -39,7 +40,7 @@
|
|||
"@tamagui/theme-base": "1.7.7",
|
||||
"expo-blur": "~12.0.1",
|
||||
"tamagui": "1.7.7",
|
||||
"zustand": "^4.3.4"
|
||||
"zustand": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-essentials": "7.0.0-beta.21",
|
||||
|
@ -57,7 +58,7 @@
|
|||
"react-native-web": "^0.18.12",
|
||||
"storybook": "7.0.0-beta.21",
|
||||
"storybook-addon-designs": "7.0.0-beta.2",
|
||||
"storybook-dark-mode": "^2.0.5",
|
||||
"vite": "^4.0.4"
|
||||
"storybook-dark-mode": "^2.1.1",
|
||||
"vite": "^4.1.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,6 +58,6 @@
|
|||
"devDependencies": {
|
||||
"@svgr/cli": "^6.5.1",
|
||||
"@svgr/core": "^6.5.1",
|
||||
"vite": "^4.0.4"
|
||||
"vite": "^4.1.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue