Skip to content

Commit

Permalink
chore: update deps and test snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 14, 2024
1 parent fb9bace commit 122409f
Show file tree
Hide file tree
Showing 17 changed files with 634 additions and 484 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@
"release": "pnpm run test run && changelogen --release && npm publish && git push --follow-tags",
"test": "vitest",
"test:build": "TEST_BUILD=true vitest",
"test:full": "pnpm run test && pnpm run build && pnpm run test:build"
"test:full": "pnpm run test --run && pnpm run build && pnpm run test:build--run"
},
"dependencies": {
"@babel/parser": "^7.23.3",
"@babel/types": "^7.23.3",
"@babel/parser": "^7.23.6",
"@babel/types": "^7.23.6",
"source-map-js": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@types/node": "^20.11.0",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/ui": "^1.2.0",
"ast-types": "^0.16.1",
"changelogen": "^0.5.5",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"esno": "^4.0.0",
"giget": "^1.1.3",
"lint-staged": "^15.0.2",
"giget": "^1.2.1",
"lint-staged": "^15.2.0",
"magicast": "workspace:*",
"prettier": "^3.0.3",
"prettier": "^3.2.2",
"recast": "^0.23.4",
"simple-git-hooks": "^2.9.0",
"source-map": "npm:source-map-js@latest",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^1.2.0"
},
"resolutions": {
"source-map": "npm:source-map-js@latest"
Expand All @@ -76,7 +76,7 @@
"prettier -w"
]
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.14.1",
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
Expand All @@ -96,4 +96,4 @@
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
}
}
}
}
Loading

0 comments on commit 122409f

Please sign in to comment.