mirror of
https://github.com/thelittlerocket/rss-to-email.git
synced 2025-03-01 11:23:05 +08:00
Update dependency vite to v4.1.1 (#68)
* Update dependency vite to v4.1.1 * Update vite plugin react --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Berry de Vos <bdevos@gmail.com>
This commit is contained in:
parent
af63dd30f1
commit
c2c8ff402a
2 changed files with 15 additions and 15 deletions
26
package-lock.json
generated
26
package-lock.json
generated
|
@ -30,12 +30,12 @@
|
|||
"devDependencies": {
|
||||
"@types/react": "18.0.27",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@vitejs/plugin-react": "3.0.1",
|
||||
"@vitejs/plugin-react": "3.1.0",
|
||||
"express": "4.18.2",
|
||||
"prettier": "2.8.3",
|
||||
"rimraf": "4.1.2",
|
||||
"typescript": "4.9.5",
|
||||
"vite": "4.0.4"
|
||||
"vite": "4.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
@ -1032,12 +1032,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@vitejs/plugin-react": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-3.0.1.tgz",
|
||||
"integrity": "sha512-mx+QvYwIbbpOIJw+hypjnW1lAbKDHtWK5ibkF/V1/oMBu8HU/chb+SnqJDAsLq1+7rGqjktCEomMTM5KShzUKQ==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-3.1.0.tgz",
|
||||
"integrity": "sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.20.7",
|
||||
"@babel/core": "^7.20.12",
|
||||
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
|
||||
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
|
||||
"magic-string": "^0.27.0",
|
||||
|
@ -1047,7 +1047,7 @@
|
|||
"node": "^14.18.0 || >=16.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vite": "^4.0.0"
|
||||
"vite": "^4.1.0-beta.0"
|
||||
}
|
||||
},
|
||||
"node_modules/abbrev": {
|
||||
|
@ -3176,15 +3176,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-4.0.4.tgz",
|
||||
"integrity": "sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==",
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-4.1.1.tgz",
|
||||
"integrity": "sha512-LM9WWea8vsxhr782r9ntg+bhSFS06FJgCvvB0+8hf8UWtvaiDagKYWXndjfX6kGl74keHJUcpzrQliDXZlF5yg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.16.3",
|
||||
"postcss": "^8.4.20",
|
||||
"esbuild": "^0.16.14",
|
||||
"postcss": "^8.4.21",
|
||||
"resolve": "^1.22.1",
|
||||
"rollup": "^3.7.0"
|
||||
"rollup": "^3.10.0"
|
||||
},
|
||||
"bin": {
|
||||
"vite": "bin/vite.js"
|
||||
|
|
|
@ -32,11 +32,11 @@
|
|||
"devDependencies": {
|
||||
"@types/react": "18.0.27",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@vitejs/plugin-react": "3.0.1",
|
||||
"@vitejs/plugin-react": "3.1.0",
|
||||
"express": "4.18.2",
|
||||
"prettier": "2.8.3",
|
||||
"rimraf": "4.1.2",
|
||||
"typescript": "4.9.5",
|
||||
"vite": "4.0.4"
|
||||
"vite": "4.1.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue