mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-17 21:53:06 +05:30
Merge pull request #30 from ProjectSegfault:dependabot/npm_and_yarn/vite-3.0.2
Bump vite from 3.0.0 to 3.0.2
This commit is contained in:
commit
2b5abb1161
16
package-lock.json
generated
16
package-lock.json
generated
@ -22,7 +22,7 @@
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^4.7.4",
|
||||
"unplugin-icons": "^0.14.5",
|
||||
"vite": "^3.0.0"
|
||||
"vite": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@antfu/install-pkg": {
|
||||
@ -1941,9 +1941,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.0.tgz",
|
||||
"integrity": "sha512-M7phQhY3+fRZa0H+1WzI6N+/onruwPTBTMvaj7TzgZ0v2TE+N2sdLKxJOfOv9CckDWt5C4HmyQP81xB4dwRKzA==",
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.2.tgz",
|
||||
"integrity": "sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.14.47",
|
||||
@ -1955,7 +1955,7 @@
|
||||
"vite": "bin/vite.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.18.0"
|
||||
"node": "^14.18.0 || >=16.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "~2.3.2"
|
||||
@ -3269,9 +3269,9 @@
|
||||
}
|
||||
},
|
||||
"vite": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.0.tgz",
|
||||
"integrity": "sha512-M7phQhY3+fRZa0H+1WzI6N+/onruwPTBTMvaj7TzgZ0v2TE+N2sdLKxJOfOv9CckDWt5C4HmyQP81xB4dwRKzA==",
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.2.tgz",
|
||||
"integrity": "sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"esbuild": "^0.14.47",
|
||||
|
@ -27,7 +27,7 @@
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^4.7.4",
|
||||
"unplugin-icons": "^0.14.5",
|
||||
"vite": "^3.0.0"
|
||||
"vite": "^3.0.2"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user