mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Update dependency vite to v4.4.3
This commit is contained in:
parent
bf7c176f54
commit
bef119fa0f
@ -88,7 +88,7 @@
|
||||
"stylelint": "15.10.1",
|
||||
"tailwindcss": "3.3.2",
|
||||
"typescript": "5.1.6",
|
||||
"vite": "4.4.2",
|
||||
"vite": "4.4.3",
|
||||
"vite-plugin-svgr": "3.2.0",
|
||||
"vitest": "0.33.0"
|
||||
}
|
||||
|
@ -76,7 +76,7 @@
|
||||
"jsdom": "22.1.0",
|
||||
"postcss": "8.4.25",
|
||||
"tailwindcss": "3.3.2",
|
||||
"vite": "4.4.2",
|
||||
"vite": "4.4.3",
|
||||
"vite-plugin-css-injected-by-js": "3.2.0",
|
||||
"vite-plugin-svgr": "3.2.0",
|
||||
"vitest": "0.33.0"
|
||||
|
@ -79,7 +79,7 @@
|
||||
"jsdom": "22.1.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"vite": "4.4.2",
|
||||
"vite": "4.4.3",
|
||||
"vite-plugin-css-injected-by-js": "3.2.0",
|
||||
"vite-plugin-svgr": "3.2.0",
|
||||
"vitest": "0.33.0"
|
||||
|
@ -70,7 +70,7 @@
|
||||
"stylelint": "15.10.1",
|
||||
"tailwindcss": "3.3.2",
|
||||
"typescript": "5.1.6",
|
||||
"vite": "4.4.2",
|
||||
"vite": "4.4.3",
|
||||
"vite-plugin-commonjs": "0.8.0",
|
||||
"vite-plugin-svgr": "3.2.0",
|
||||
"vitest": "0.33.0"
|
||||
|
12
yarn.lock
12
yarn.lock
@ -27238,7 +27238,7 @@ postcss-values-parser@^4.0.0:
|
||||
is-url-superb "^4.0.0"
|
||||
postcss "^7.0.5"
|
||||
|
||||
postcss@8.4.25, postcss@^8.1.4, postcss@^8.2.14, postcss@^8.2.15, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.19, postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.4:
|
||||
postcss@8.4.25, postcss@^8.1.4, postcss@^8.2.14, postcss@^8.2.15, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.19, postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.25, postcss@^8.4.4:
|
||||
version "8.4.25"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f"
|
||||
integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==
|
||||
@ -32691,13 +32691,13 @@ vite-plugin-svgr@3.2.0:
|
||||
"@svgr/core" "^7.0.0"
|
||||
"@svgr/plugin-jsx" "^7.0.0"
|
||||
|
||||
vite@4.4.2, "vite@^3.0.0 || ^4.0.0":
|
||||
version "4.4.2"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.2.tgz#acd47de771c498aec80e4900f30133d9529b278a"
|
||||
integrity sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==
|
||||
vite@4.4.3, "vite@^3.0.0 || ^4.0.0":
|
||||
version "4.4.3"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.3.tgz#dfaf86f4cba3058bf2724e2e2c88254fb0f21a5a"
|
||||
integrity sha512-IMnXQXXWgLi5brBQx/4WzDxdzW0X3pjO4nqFJAuNvwKtxzAmPzFE1wszW3VDpAGQJm3RZkm/brzRdyGsnwgJIA==
|
||||
dependencies:
|
||||
esbuild "^0.18.10"
|
||||
postcss "^8.4.24"
|
||||
postcss "^8.4.25"
|
||||
rollup "^3.25.2"
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
Loading…
Reference in New Issue
Block a user