Skip to content

Commit

Permalink
chore(deps): normalize vite dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored and rexxars committed Feb 14, 2024
1 parent e30f45f commit 4c6ade2
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 21 deletions.
4 changes: 2 additions & 2 deletions dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^4.5.1"
}
}
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
},
"devDependencies": {
"chokidar": "^3.5.3",
"vite": "^4.5.0"
"vite": "^4.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/ws": "~8.5.3",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"jest": "^29.7.0",
Expand All @@ -102,7 +102,7 @@
"rimraf": "^3.0.2",
"rxjs": "^7.8.1",
"styled-components": "^6.1.6",
"vite": "^4.5.0"
"vite": "^4.5.1"
},
"peerDependencies": {
"react": "^16.9 || ^17 || ^18",
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"@types/speakingurl": "^13.0.3",
"@types/tar-stream": "^3.1.3",
"@types/use-sync-external-store": "^0.0.5",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"archiver": "^6.0.1",
"arrify": "^1.0.1",
"async-mutex": "^0.4.1",
Expand Down Expand Up @@ -301,7 +301,7 @@
"use-device-pixel-ratio": "^1.1.0",
"use-hot-module-reload": "^1.0.1",
"use-sync-external-store": "^1.2.0",
"vite": "^4.5.0",
"vite": "^4.5.1",
"yargs": "^17.3.0"
},
"devDependencies": {
Expand Down
50 changes: 36 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3738,6 +3738,17 @@
"@types/babel__template" "*"
"@types/babel__traverse" "*"

"@types/babel__core@^7.20.5":
version "7.20.5"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017"
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
dependencies:
"@babel/parser" "^7.20.7"
"@babel/types" "^7.20.7"
"@types/babel__generator" "*"
"@types/babel__template" "*"
"@types/babel__traverse" "*"

"@types/babel__generator@*":
version "7.6.4"
resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7"
Expand Down Expand Up @@ -4472,7 +4483,7 @@
resolved "https://registry.yarnpkg.com/@vercel/stega/-/stega-0.1.0.tgz#2eadbbc9eb0eaab26d28b0c443a922d78c23b6e3"
integrity sha512-5b0PkOJsFBX5alChuIO3qpkt5vIZBevzLPhUQ1UP8UzVjL3F1VllnZxp/thfD8R5ol7D7WHkgZHIjdUBX4tDpQ==

"@vitejs/plugin-react@^4.0.0", "@vitejs/plugin-react@^4.0.4", "@vitejs/plugin-react@^4.2.0":
"@vitejs/plugin-react@^4.0.0", "@vitejs/plugin-react@^4.0.4":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.2.0.tgz#d71352b1a443c09c7aae8f278dd071ab3d9d8490"
integrity sha512-+MHTH/e6H12kRp5HUkzOGqPMksezRMmW+TNzlh/QXfI8rRf6l2Z2yH/v12no1UvTwhZgEDMuQ7g7rrfMseU6FQ==
Expand All @@ -4483,6 +4494,17 @@
"@types/babel__core" "^7.20.4"
react-refresh "^0.14.0"

"@vitejs/plugin-react@^4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz#744d8e4fcb120fc3dbaa471dadd3483f5a304bb9"
integrity sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==
dependencies:
"@babel/core" "^7.23.5"
"@babel/plugin-transform-react-jsx-self" "^7.23.3"
"@babel/plugin-transform-react-jsx-source" "^7.23.3"
"@types/babel__core" "^7.20.5"
react-refresh "^0.14.0"

"@vue/[email protected]":
version "3.4.15"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.15.tgz#be20d1bbe19626052500b48969302cb6f396d36e"
Expand Down Expand Up @@ -7157,7 +7179,7 @@ esbuild@^0.18.10:
"@esbuild/win32-ia32" "0.18.20"
"@esbuild/win32-x64" "0.18.20"

esbuild@^0.19.2, esbuild@^0.19.3, esbuild@^0.19.8:
esbuild@^0.19.2, esbuild@^0.19.8:
version "0.19.8"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.8.tgz#ad05b72281d84483fa6b5345bd246c27a207b8f1"
integrity sha512-l7iffQpT2OrZfH2rXIp7/FkmaeZM0vxbxN9KfiCwGYuZqzMg/JdvX26R31Zxn/Pxvsrg3Y9N6XTcnknqDyyv4w==
Expand Down Expand Up @@ -8198,7 +8220,7 @@ fsevents@^1.0.0:
bindings "^1.5.0"
nan "^2.12.1"

fsevents@^2.3.2, fsevents@~2.3.2, fsevents@~2.3.3:
fsevents@^2.3.2, fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
Expand Down Expand Up @@ -12845,7 +12867,7 @@ [email protected]:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.27, postcss@^8.4.31, postcss@^8.4.33:
postcss@^8.4.27, postcss@^8.4.33:
version "8.4.33"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742"
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
Expand Down Expand Up @@ -13780,7 +13802,7 @@ rollup@^3.27.1:
optionalDependencies:
fsevents "~2.3.2"

rollup@^4.2.0, rollup@^4.6.1:
rollup@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.6.1.tgz#351501c86b5b4f976dde8c5837516452b59921f8"
integrity sha512-jZHaZotEHQaHLgKr8JnQiDT1rmatjgKlMekyksz+yk9jt/8z9quNjnKNRoaM0wd9DC2QKXjmWWuDYtM3jfF8pQ==
Expand Down Expand Up @@ -15745,7 +15767,7 @@ vary@^1, vary@~1.1.2:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

vite@^4.3.8, vite@^4.4.10, vite@^4.4.9, vite@^4.5.0:
vite@^4.3.8, vite@^4.4.10, vite@^4.4.9:
version "4.5.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
Expand All @@ -15756,16 +15778,16 @@ vite@^4.3.8, vite@^4.4.10, vite@^4.4.9, vite@^4.5.0:
optionalDependencies:
fsevents "~2.3.2"

vite@^5.0.0:
version "5.0.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.2.tgz#3c94627dace83b9bf04b64eaf618038e30fb95c0"
integrity sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==
vite@^4.5.1:
version "4.5.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82"
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
dependencies:
esbuild "^0.19.3"
postcss "^8.4.31"
rollup "^4.2.0"
esbuild "^0.18.10"
postcss "^8.4.27"
rollup "^3.27.1"
optionalDependencies:
fsevents "~2.3.3"
fsevents "~2.3.2"

[email protected]:
version "3.1.0"
Expand Down

0 comments on commit 4c6ade2

Please sign in to comment.