Skip to content

Commit

Permalink
Merge branch 'main' into rygine/remove-composite-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Apr 8, 2024
2 parents d0370e9 + 6667443 commit 167ca9e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"semantic-release": "^21.1.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vite": "5.1.4",
"vite": "5.1.7",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
},
Expand Down
50 changes: 45 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,7 @@ __metadata:
typedoc: "npm:^0.25.12"
typescript: "npm:^5.4.2"
viem: "npm:2.7.15"
vite: "npm:5.1.4"
vite: "npm:5.1.7"
vite-tsconfig-paths: "npm:^4.3.1"
vitest: "npm:^1.3.1"
languageName: unknown
Expand Down Expand Up @@ -10622,11 +10622,11 @@ __metadata:
linkType: hard

"undici@npm:^5.8.1":
version: 5.28.3
resolution: "undici@npm:5.28.3"
version: 5.28.4
resolution: "undici@npm:5.28.4"
dependencies:
"@fastify/busboy": "npm:^2.0.0"
checksum: 10/779856ce14ba6907c0759df8e4babd61608b1f502569d44de7dd1d014afb7c67a0a2997b4f706e0daff8a55d87ee2f25b830b195fc0202cb6fbd25abe2d941eb
checksum: 10/a666a9f5ac4270c659fafc33d78b6b5039a0adbae3e28f934774c85dcc66ea91da907896f12b414bd6f578508b44d5dc206fa636afa0e49a4e1c9e99831ff065
languageName: node
linkType: hard

Expand Down Expand Up @@ -10815,7 +10815,47 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.1.4, vite@npm:^5.0.0":
"vite@npm:5.1.7":
version: 5.1.7
resolution: "vite@npm:5.1.7"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.35"
rollup: "npm:^4.2.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 10/f1b31e32699f33ba18501413a35e1f7ced20cbf39510543c59041c3482aa877a10970f2ad64623707671c112e3ef3ea3095f125911e65fcb165bdee5a4116263
languageName: node
linkType: hard

"vite@npm:^5.0.0":
version: 5.1.4
resolution: "vite@npm:5.1.4"
dependencies:
Expand Down

0 comments on commit 167ca9e

Please sign in to comment.