Skip to content

Commit

Permalink
dep: upgrade js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Feb 28, 2024
1 parent 93376f9 commit bbf1217
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 686 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:issues": "tsx ./issues/optional-chaining.ts"
},
"devDependencies": {
"@swc/core": "^1.3.67",
"core-js": "^3.31.0"
"@swc/core": "^1.4.2",
"core-js": "^3.36.0"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"prepublishOnly": "pnpm build && pnpm move && pnpm test",
"push": "npm publish --access public --registry https://registry.npmjs.com/"
},
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.15.2",
"devDependencies": {
"@types/node": "^20.3.2",
"tsx": "^3.12.7",
"zx": "^7.2.2",
"@xn-sakina/mental": "^4.0.2",
"typescript": "^5.1.6"
"@types/node": "^20.11.21",
"tsx": "^4.7.1",
"zx": "^7.2.3",
"@xn-sakina/mental": "^4.2.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit bbf1217

Please sign in to comment.