Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent 82df128 commit c594fae
Show file tree
Hide file tree
Showing 2 changed files with 733 additions and 567 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magic-string-ast",
"version": "0.3.0",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.4",
"description": "Extend Babel AST for magic-string.",
"license": "MIT",
"homepage": "https://github.com/sxzz/magic-string-ast#readme",
Expand Down Expand Up @@ -41,21 +41,21 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"magic-string": "^0.30.5"
"magic-string": "^0.30.8"
},
"devDependencies": {
"@babel/types": "^7.23.3",
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@types/node": "^20.9.2",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.8.6",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.11.27",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"prettier": "^3.1.0",
"tsup": "^8.0.0",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vitest": "^1.0.4"
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit c594fae

Please sign in to comment.