Update @vitejs/plugin-react

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-11 17:46:44 +04:00
parent 42b0aeafb7
commit 8dc96918df
4 changed files with 19 additions and 19 deletions

View File

@@ -48,7 +48,7 @@
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"@types/react-relay": "^18.2.1", "@types/react-relay": "^18.2.1",
"@types/relay-runtime": "^19.0.1", "@types/relay-runtime": "^19.0.1",
"@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react": "^5.1.4",
"babel-plugin-relay": "^19.0.0", "babel-plugin-relay": "^19.0.0",
"eslint": "^9.39.2", "eslint": "^9.39.2",
"graphql": "^16.11.0", "graphql": "^16.11.0",

View File

@@ -39,7 +39,7 @@
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"@types/react-relay": "^18.2.1", "@types/react-relay": "^18.2.1",
"@types/relay-runtime": "^19.0.1", "@types/relay-runtime": "^19.0.1",
"@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react": "^5.1.4",
"babel-plugin-relay": "^19.0.0", "babel-plugin-relay": "^19.0.0",
"eslint": "^9.39.2", "eslint": "^9.39.2",
"graphql": "^16.11.0", "graphql": "^16.11.0",

32
package-lock.json generated
View File

@@ -59,7 +59,7 @@
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"@types/react-relay": "^18.2.1", "@types/react-relay": "^18.2.1",
"@types/relay-runtime": "^19.0.1", "@types/relay-runtime": "^19.0.1",
"@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react": "^5.1.4",
"babel-plugin-relay": "^19.0.0", "babel-plugin-relay": "^19.0.0",
"eslint": "^9.39.2", "eslint": "^9.39.2",
"graphql": "^16.11.0", "graphql": "^16.11.0",
@@ -100,7 +100,7 @@
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"@types/react-relay": "^18.2.1", "@types/react-relay": "^18.2.1",
"@types/relay-runtime": "^19.0.1", "@types/relay-runtime": "^19.0.1",
"@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react": "^5.1.4",
"babel-plugin-relay": "^19.0.0", "babel-plugin-relay": "^19.0.0",
"eslint": "^9.39.2", "eslint": "^9.39.2",
"graphql": "^16.11.0", "graphql": "^16.11.0",
@@ -3256,9 +3256,9 @@
} }
}, },
"node_modules/@rolldown/pluginutils": { "node_modules/@rolldown/pluginutils": {
"version": "1.0.0-beta.27", "version": "1.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz", "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz",
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==", "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@@ -4808,21 +4808,21 @@
] ]
}, },
"node_modules/@vitejs/plugin-react": { "node_modules/@vitejs/plugin-react": {
"version": "4.7.0", "version": "5.1.4",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz", "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz",
"integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==", "integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/core": "^7.28.0", "@babel/core": "^7.29.0",
"@babel/plugin-transform-react-jsx-self": "^7.27.1", "@babel/plugin-transform-react-jsx-self": "^7.27.1",
"@babel/plugin-transform-react-jsx-source": "^7.27.1", "@babel/plugin-transform-react-jsx-source": "^7.27.1",
"@rolldown/pluginutils": "1.0.0-beta.27", "@rolldown/pluginutils": "1.0.0-rc.3",
"@types/babel__core": "^7.20.5", "@types/babel__core": "^7.20.5",
"react-refresh": "^0.17.0" "react-refresh": "^0.18.0"
}, },
"engines": { "engines": {
"node": "^14.18.0 || >=16.0.0" "node": "^20.19.0 || >=22.12.0"
}, },
"peerDependencies": { "peerDependencies": {
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
@@ -12079,9 +12079,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/react-refresh": { "node_modules/react-refresh": {
"version": "0.17.0", "version": "0.18.0",
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
"integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@@ -15029,7 +15029,7 @@
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.1.2", "@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react": "^5.1.4",
"@vitest/browser": "^3.1.3", "@vitest/browser": "^3.1.3",
"@vitest/coverage-v8": "^3.1.3", "@vitest/coverage-v8": "^3.1.3",
"eslint": "^9.39.2", "eslint": "^9.39.2",

View File

@@ -41,7 +41,7 @@
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.1.2", "@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react": "^5.1.4",
"@vitest/browser": "^3.1.3", "@vitest/browser": "^3.1.3",
"@vitest/coverage-v8": "^3.1.3", "@vitest/coverage-v8": "^3.1.3",
"eslint": "^9.39.2", "eslint": "^9.39.2",