Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Oct 21, 2024
1 parent 7621da4 commit 82e8d46
Show file tree
Hide file tree
Showing 4 changed files with 1,514 additions and 1,421 deletions.
12 changes: 6 additions & 6 deletions examples/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"unocss": "^0.61.0"
"unocss": "^0.63.4"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "^5.6.3",
"unocss-preset-theme": "workspace:^0.3.0",
"vite": "^5.3.2"
"vite": "^5.4.9"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unocss-preset-theme",
"type": "module",
"version": "0.13.0",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.12.2",
"description": "dynamic theme",
"author": "Dunqing <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -52,13 +52,13 @@
"@unocss/rule-utils": "^0.63.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@types/node": "^20.14.9",
"@antfu/eslint-config": "^3.8.0",
"@types/node": "^22.7.7",
"@unocss/preset-uno": "^0.63.4",
"bumpp": "^9.4.1",
"eslint": "^9.6.0",
"typescript": "^5.5.2",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
"vitest": "^2.1.3"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@unocss/reset": "^0.63.4",
"vue": "^3.4.31"
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.5.2",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"unocss-preset-theme": "workspace:*",
"vite": "^5.3.2",
"vue-tsc": "^2.0.24"
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 82e8d46

Please sign in to comment.