Skip to content

Commit 83bfbc3

Browse files
authored
Merge pull request #4600 from serlo/dependabot/npm_and_yarn/vite-5.4.21
chore(deps-dev): bump vite from 5.4.20 to 5.4.21
2 parents 96c26c5 + dcc5c4b commit 83bfbc3

File tree

4 files changed

+48
-5
lines changed

4 files changed

+48
-5
lines changed
746 KB
Binary file not shown.

packages/editor-web-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"prettier-plugin-tailwindcss": "^0.6.11",
6666
"react": "^18.2.0",
6767
"react-dom": "^18.3.1",
68-
"vite": "^5.4.20",
68+
"vite": "^5.4.21",
6969
"vite-plugin-dts": "4.3.0"
7070
},
7171
"packageManager": "yarn@3.6.1",

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"ts-key-enum": "^2.0.13",
125125
"typescript": "^5.6.3",
126126
"uuid": "^11.0.3",
127-
"vite": "^5.4.20",
127+
"vite": "^5.4.21",
128128
"vite-plugin-dts": "4.3.0",
129129
"vite-plugin-svgr": "^4.3.0",
130130
"vitest": "^2.1.9"

yarn.lock

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4949,7 +4949,7 @@ __metadata:
49494949
prettier-plugin-tailwindcss: ^0.6.11
49504950
react: ^18.2.0
49514951
react-dom: ^18.3.1
4952-
vite: ^5.4.20
4952+
vite: ^5.4.21
49534953
vite-plugin-dts: 4.3.0
49544954
languageName: unknown
49554955
linkType: soft
@@ -5053,7 +5053,7 @@ __metadata:
50535053
ts-key-enum: ^2.0.13
50545054
typescript: ^5.6.3
50555055
uuid: ^11.0.3
5056-
vite: ^5.4.20
5056+
vite: ^5.4.21
50575057
vite-plugin-dts: 4.3.0
50585058
vite-plugin-svgr: ^4.3.0
50595059
vitest: ^2.1.9
@@ -16484,7 +16484,7 @@ react-mathquill@Entkenntnis/tmp-react-mathquill:
1648416484
languageName: node
1648516485
linkType: hard
1648616486

16487-
"vite@npm:^5.0.0, vite@npm:^5.4.20":
16487+
"vite@npm:^5.0.0":
1648816488
version: 5.4.20
1648916489
resolution: "vite@npm:5.4.20"
1649016490
dependencies:
@@ -16527,6 +16527,49 @@ react-mathquill@Entkenntnis/tmp-react-mathquill:
1652716527
languageName: node
1652816528
linkType: hard
1652916529

16530+
"vite@npm:^5.4.21":
16531+
version: 5.4.21
16532+
resolution: "vite@npm:5.4.21"
16533+
dependencies:
16534+
esbuild: ^0.21.3
16535+
fsevents: ~2.3.3
16536+
postcss: ^8.4.43
16537+
rollup: ^4.20.0
16538+
peerDependencies:
16539+
"@types/node": ^18.0.0 || >=20.0.0
16540+
less: "*"
16541+
lightningcss: ^1.21.0
16542+
sass: "*"
16543+
sass-embedded: "*"
16544+
stylus: "*"
16545+
sugarss: "*"
16546+
terser: ^5.4.0
16547+
dependenciesMeta:
16548+
fsevents:
16549+
optional: true
16550+
peerDependenciesMeta:
16551+
"@types/node":
16552+
optional: true
16553+
less:
16554+
optional: true
16555+
lightningcss:
16556+
optional: true
16557+
sass:
16558+
optional: true
16559+
sass-embedded:
16560+
optional: true
16561+
stylus:
16562+
optional: true
16563+
sugarss:
16564+
optional: true
16565+
terser:
16566+
optional: true
16567+
bin:
16568+
vite: bin/vite.js
16569+
checksum: 7177fa03cff6a382f225290c9889a0d0e944d17eab705bcba89b58558a6f7adfa1f47e469b88f42a044a0eb40c12a1bf68b3cb42abb5295d04f9d7d4dd320837
16570+
languageName: node
16571+
linkType: hard
16572+
1653016573
"vitest@npm:^2.1.9":
1653116574
version: 2.1.9
1653216575
resolution: "vitest@npm:2.1.9"

0 commit comments

Comments
 (0)