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 31, 2024
1 parent aa7a2d1 commit f5bcdae
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 1,031 deletions.
26 changes: 9 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@uni-helper/unocss-preset-uni",
"type": "module",
"version": "0.2.8",
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"description": "",
"author": "KeJun",
"license": "MIT",
Expand Down Expand Up @@ -33,14 +33,6 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist",
"scripts"
Expand Down Expand Up @@ -76,22 +68,22 @@
}
},
"dependencies": {
"@uni-helper/uni-env": "^0.1.1"
"@uni-helper/uni-env": "^0.1.2"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"@uni-helper/eslint-config": "^0.0.6",
"@unocss/preset-mini": "^0.60.2",
"@unocss/rule-utils": "^0.60.2",
"@unocss/vite": "^0.60.2",
"@unocss/preset-mini": "^0.60.3",
"@unocss/rule-utils": "^0.60.3",
"@unocss/vite": "^0.60.3",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"esno": "^4.7.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"unocss": "^0.60.2",
"unocss-applet": "^0.8.1",
"vite": "^5.2.11",
"unocss": "^0.60.3",
"unocss-applet": "^0.8.2",
"vite": "^5.2.12",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@iconify-json/carbon": "1.1.33",
"@types/node": "20.12.12",
"@uni-helper/uni-app-types": "0.5.13",
"@uni-helper/uni-env": "0.1.1",
"@uni-helper/uni-env": "0.1.2",
"@uni-helper/unocss-preset-uni": "workspace:*",
"@vue/tsconfig": "0.5.1",
"typescript": "5.4.5",
Expand Down
Loading

0 comments on commit f5bcdae

Please sign in to comment.