Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Jul 14, 2023
1 parent 5f38294 commit ff74978
Show file tree
Hide file tree
Showing 4 changed files with 760 additions and 426 deletions.
10 changes: 5 additions & 5 deletions examples/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unocss": "^0.53.4"
"unocss": "^0.53.5"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"unocss-preset-theme": "workspace:^0.3.0",
"vite": "^4.3.9"
"vite": "^4.4.4"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
"@unocss/core": ">= 0.52.0"
},
"dependencies": {
"@unocss/core": "^0.53.4",
"@unocss/preset-mini": "^0.53.4"
"@unocss/core": "^0.53.5",
"@unocss/preset-mini": "^0.53.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@types/node": "^20.3.2",
"@unocss/preset-uno": "^0.53.4",
"@antfu/eslint-config": "^0.39.7",
"@types/node": "^20.4.2",
"@unocss/preset-uno": "^0.53.5",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
}
}
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.4",
"@unocss/reset": "^0.53.5",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"unocss": "^0.53.4",
"unocss": "^0.53.5",
"unocss-preset-theme": "workspace:*",
"vite": "^4.3.9",
"vue-tsc": "^1.8.3"
"vite": "^4.4.4",
"vue-tsc": "^1.8.4"
}
}
Loading

0 comments on commit ff74978

Please sign in to comment.