Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 28, 2023
1 parent 083c8b8 commit a33cf9d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/feature-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-morph": "17.0.1"
},
"devDependencies": {
"axios": "1.2.3",
"axios": "1.3.4",
"jest-text-transformer": "1.0.4",
"next": "13",
"react": "18",
Expand Down
2 changes: 1 addition & 1 deletion packages/ponyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@edge-runtime/jest-environment": "workspace:2.0.6",
"@edge-runtime/primitives": "workspace:2.1.0",
"@edge-runtime/vm": "workspace:2.1.0",
"acorn": "8.8.0",
"acorn": "8.8.2",
"acorn-loose": "8.3.0",
"acorn-walk": "8.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@stardazed/streams-text-encoding": "1.0.2",
"@types/multer": "1.4.7",
"@types/test-listen": "1.1.0",
"@ungap/structured-clone": "1.0.1",
"@ungap/structured-clone": "1.0.2",
"aggregate-error-ponyfill": "1.1.0",
"blob-polyfill": "7.0.20220408",
"esbuild-plugin-alias": "latest",
"event-target-shim": "6.0.2",
"formdata-node": "5.0.0",
"http-body": "1.0.2",
"http-body": "1.0.3",
"multer": "1.4.5-lts.1",
"test-listen": "1.1.0",
"text-encoding": "0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"time-span": "4.0.0"
},
"devDependencies": {
"@types/node-fetch": "2.x",
"@types/node-fetch": "2",
"node-fetch": "2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@edge-runtime/jest-environment": "workspace:2.0.6",
"@types/ua-parser-js": "0.7.36",
"tsup": "6",
"ua-parser-js": "1.0.2"
"ua-parser-js": "1.0.33"
},
"engines": {
"node": ">=14"
Expand Down
64 changes: 32 additions & 32 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 a33cf9d

Please sign in to comment.