chore(ct-react): bump vite to v3 and @vitejs/plugin-react to v2 (#15733)

This commit is contained in:
Robert Niznik 2022-08-21 07:52:02 -04:00 committed by GitHub
parent 35a9daa425
commit 664d4a271e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 538 additions and 274 deletions

806
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -57,7 +57,7 @@
"@babel/plugin-transform-typescript": "^7.16.8", "@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-react": "^7.16.7", "@babel/preset-react": "^7.16.7",
"@types/formidable": "^2.0.4", "@types/formidable": "^2.0.4",
"@types/node": "=14.17.15", "@types/node": "=14.18.24",
"@types/react": "^18.0.12", "@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5", "@types/react-dom": "^18.0.5",
"@types/resize-observer-browser": "^0.1.7", "@types/resize-observer-browser": "^0.1.7",

View file

@ -26,8 +26,8 @@
} }
}, },
"dependencies": { "dependencies": {
"@vitejs/plugin-react": "^1.0.7", "@vitejs/plugin-react": "^2.0.1",
"@playwright/test": "1.26.0-next", "@playwright/test": "1.26.0-next",
"vite": "^2.9.5" "vite": "^3.0.9"
} }
} }