mirror of https://github.com/aldy505/code.git
Merge 583db68d7c
into db6cb6b0a1
This commit is contained in:
commit
dacdb8e1e3
|
@ -36,7 +36,7 @@
|
|||
"sass": "^1.57.1",
|
||||
"solid-start-cloudflare-pages": "^0.2.14",
|
||||
"typescript": "^4.9.4",
|
||||
"vite": "^3.1.8",
|
||||
"vite": "^3.2.7",
|
||||
"vite-plugin-windicss": "^1.8.10",
|
||||
"windicss": "^3.5.6"
|
||||
}
|
||||
|
@ -9828,9 +9828,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "3.2.5",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.5.tgz",
|
||||
"integrity": "sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==",
|
||||
"version": "3.2.7",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz",
|
||||
"integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.15.9",
|
||||
"postcss": "^8.4.18",
|
||||
|
@ -17375,9 +17375,9 @@
|
|||
}
|
||||
},
|
||||
"vite": {
|
||||
"version": "3.2.5",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.5.tgz",
|
||||
"integrity": "sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==",
|
||||
"version": "3.2.7",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz",
|
||||
"integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==",
|
||||
"requires": {
|
||||
"esbuild": "^0.15.9",
|
||||
"fsevents": "~2.3.2",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"sass": "^1.57.1",
|
||||
"solid-start-cloudflare-pages": "^0.2.14",
|
||||
"typescript": "^4.9.4",
|
||||
"vite": "^3.1.8",
|
||||
"vite": "^3.2.7",
|
||||
"vite-plugin-windicss": "^1.8.10",
|
||||
"windicss": "^3.5.6"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue