Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed May 24, 2024
1 parent 91d30d8 commit 179448c
Show file tree
Hide file tree
Showing 2 changed files with 3,654 additions and 2,772 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@uni-helper/uni-env",
"type": "module",
"version": "0.1.1",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@9.1.2",
"description": "",
"author": "KeJun",
"license": "MIT",
Expand Down Expand Up @@ -42,19 +42,20 @@
"release": "bumpp",
"start": "esno src/index.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"test": "vitest run"
},
"dependencies": {
"@antfu/eslint-config": "1.0.0-beta.27",
"eslint": "^8.51.0",
"std-env": "^3.4.3"
"std-env": "^3.7.0"
},
"devDependencies": {
"@types/node": "^20.8.6",
"bumpp": "^9.2.0",
"esno": "^0.17.0",
"typescript": "^5.2.2",
"@antfu/eslint-config": "^2.18.1",
"@types/node": "^20.12.12",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"esno": "^4.7.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 179448c

Please sign in to comment.