Skip to content

Commit

Permalink
Merge branch 'main' into feat-move-to-esm-first
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
userquin committed Mar 22, 2024
2 parents 4d1b073 + 1eadc66 commit 2888bde
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 175 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"test:types": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^20.11.13",
"@vitest/coverage-v8": "^1.2.2",
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4.0",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vitest": "^1.2.2"
"vitest": "^1.4.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].5"
}
Loading

0 comments on commit 2888bde

Please sign in to comment.