Bump vite-plugin-resolve from 1.4.2 to 1.4.3
This commit is contained in:
parent
74d81199e6
commit
7f4978cae1
|
@ -22,7 +22,7 @@
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"typescript": "^4.5.5",
|
"typescript": "^4.5.5",
|
||||||
"vite": "^2.7.13",
|
"vite": "^2.7.13",
|
||||||
"vite-plugin-resolve": "^1.4.2"
|
"vite-plugin-resolve": "^1.4.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.17.0"
|
"node": ">=14.17.0"
|
||||||
|
@ -5825,9 +5825,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vite-plugin-resolve": {
|
"node_modules/vite-plugin-resolve": {
|
||||||
"version": "1.4.2",
|
"version": "1.4.3",
|
||||||
"resolved": "https://registry.npmjs.org/vite-plugin-resolve/-/vite-plugin-resolve-1.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/vite-plugin-resolve/-/vite-plugin-resolve-1.4.3.tgz",
|
||||||
"integrity": "sha512-vM3tGWpNbKnkEYvmqKEyDkVL3wXouWH7nXRI+CiW1Ix+ISrn/6Qob3bubqV2GJNjOkAfrKP+Ui+wNbgXoIIOzQ==",
|
"integrity": "sha512-78K5kLkK+ns2jY0Jl+x1/2q+nXD+VQyKgm48DrjSRJyfoJLzpBxhY/SEMzhOcg9OnJeoZFa7FnQgSjjKHCCoRQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/which": {
|
"node_modules/which": {
|
||||||
|
@ -10377,9 +10377,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vite-plugin-resolve": {
|
"vite-plugin-resolve": {
|
||||||
"version": "1.4.2",
|
"version": "1.4.3",
|
||||||
"resolved": "https://registry.npmjs.org/vite-plugin-resolve/-/vite-plugin-resolve-1.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/vite-plugin-resolve/-/vite-plugin-resolve-1.4.3.tgz",
|
||||||
"integrity": "sha512-vM3tGWpNbKnkEYvmqKEyDkVL3wXouWH7nXRI+CiW1Ix+ISrn/6Qob3bubqV2GJNjOkAfrKP+Ui+wNbgXoIIOzQ==",
|
"integrity": "sha512-78K5kLkK+ns2jY0Jl+x1/2q+nXD+VQyKgm48DrjSRJyfoJLzpBxhY/SEMzhOcg9OnJeoZFa7FnQgSjjKHCCoRQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"which": {
|
"which": {
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"typescript": "^4.5.5",
|
"typescript": "^4.5.5",
|
||||||
"vite": "^2.7.13",
|
"vite": "^2.7.13",
|
||||||
"vite-plugin-resolve": "^1.4.2"
|
"vite-plugin-resolve": "^1.4.3"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"//": "Used in build scripts",
|
"//": "Used in build scripts",
|
||||||
|
|
Loading…
Reference in New Issue