Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Jun 29, 2023
1 parent 3f6005f commit 99c8bc5
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 506 deletions.
10 changes: 5 additions & 5 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.53.1"
"unocss": "^0.53.4"
},
"devDependencies": {
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.1.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"typescript": "^5.1.6",
"unocss-preset-theme": "workspace:^0.3.0",
"vite": "^4.3.9"
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unocss-preset-theme",
"version": "0.7.0",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.5",
"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.53.1",
"@unocss/preset-mini": "^0.53.1"
"@unocss/core": "^0.53.4",
"@unocss/preset-mini": "^0.53.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@types/node": "^20.3.0",
"@unocss/preset-uno": "^0.53.1",
"@antfu/eslint-config": "^0.39.6",
"@types/node": "^20.3.2",
"@unocss/preset-uno": "^0.53.4",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"typescript": "^5.1.3",
"eslint": "^8.43.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.0"
"vitest": "^0.32.2"
}
}
8 changes: 4 additions & 4 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.53.1",
"@unocss/reset": "^0.53.4",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.3",
"unocss": "^0.53.1",
"typescript": "^5.1.6",
"unocss": "^0.53.4",
"unocss-preset-theme": "workspace:*",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.3"
}
}
Loading

1 comment on commit 99c8bc5

@vercel
Copy link

@vercel vercel bot commented on 99c8bc5 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.