Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 9, 2023
1 parent d3e42fc commit d4ccf1a
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -103,7 +103,7 @@
"@changesets/cli": "latest",
"@jest/types": "29.5.0",
"@svitejs/changesets-changelog-github-compact": "latest",
"@types/jest": "29.5.1",
"@types/jest": "29.5.2",
"@types/node": "14",
"c8": "latest",
"esbuild": "0.17.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Expand Up @@ -37,7 +37,7 @@
"test-listen": "1.1.0",
"tsup": "6",
"undici": "5.22.1",
"urlpattern-polyfill": "8.0.2",
"urlpattern-polyfill": "9.0.0",
"web-streams-polyfill": "4.0.0-beta.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Expand Up @@ -31,12 +31,12 @@
"picocolors": "1.0.0",
"pretty-bytes": "5.6.0",
"pretty-ms": "7.0.1",
"signal-exit": "4.0.1",
"signal-exit": "4.0.2",
"time-span": "4.0.0"
},
"devDependencies": {
"@types/node-fetch": "2",
"node-fetch": "2"
"node-fetch": "3"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/package.json
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/multer": "1.4.7",
"@types/test-listen": "1.1.0",
"@types/ws": "8.5.3",
"@types/ws": "8.5.5",
"multer": "1.4.5-lts.1",
"test-listen": "1.1.0",
"ws": "8.13.0"
Expand Down
70 changes: 42 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4ccf1a

Please sign in to comment.