Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Sep 8, 2023
1 parent 6c487e9 commit 4b8380c
Show file tree
Hide file tree
Showing 4 changed files with 983 additions and 778 deletions.
6 changes: 3 additions & 3 deletions examples/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unocss": "^0.55.0"
"unocss": "^0.55.7"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unocss-preset-theme": "workspace:^0.3.0",
"vite": "^4.4.9"
}
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unocss-preset-theme",
"version": "0.9.1",
"packageManager": "pnpm@8.6.6",
"packageManager": "pnpm@8.7.4",
"description": "dynamic theme",
"author": "Dunqing <dengqing0821@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -47,17 +47,17 @@
"@unocss/core": ">= 0.52.0"
},
"dependencies": {
"@unocss/core": "^0.55.0",
"@unocss/preset-mini": "^0.55.0"
"@unocss/core": "^0.55.7",
"@unocss/preset-mini": "^0.55.7"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
"@types/node": "^20.5.0",
"@unocss/preset-uno": "^0.55.0",
"bumpp": "^9.1.1",
"eslint": "^8.47.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.34.1"
"@antfu/eslint-config": "^0.41.0",
"@types/node": "^20.5.9",
"@unocss/preset-uno": "^0.55.7",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.4"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.55.0",
"@unocss/reset": "^0.55.7",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"unocss": "^0.55.0",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unocss-preset-theme": "workspace:*",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.10"
}
}
Loading

0 comments on commit 4b8380c

Please sign in to comment.