Skip to content

Commit

Permalink
fix(deps): update unocss monorepo to ^0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent cd2f47b commit ec00fad
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 176 deletions.
8 changes: 4 additions & 4 deletions packages/create-resumejs/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"dependencies": {
"@iconify-json/carbon": "^1.1.19",
"@resumejs/components": "latest",
"@unocss/preset-icons": "^0.55.0",
"@unocss/preset-wind": "^0.55.0",
"@unocss/reset": "^0.55.0",
"@unocss/preset-icons": "^0.57.0",
"@unocss/preset-wind": "^0.57.0",
"@unocss/reset": "^0.57.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unocss": "^0.55.0"
"unocss": "^0.57.0"
},
"devDependencies": {
"@types/react": "^18.2.20",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@iconify-json/carbon": "^1.1.19",
"@resumejs/components": "workspace:*",
"@resumejs/template-nova": "workspace:*",
"@unocss/preset-icons": "^0.55.0",
"@unocss/preset-wind": "^0.55.0",
"@unocss/reset": "^0.55.0",
"@unocss/preset-icons": "^0.57.0",
"@unocss/preset-wind": "^0.57.0",
"@unocss/reset": "^0.57.0",
"clsx": "^2.0.0",
"monaco-editor": "^0.41.0",
"react": "^18.2.0",
Expand All @@ -22,7 +22,7 @@
"react-monaco-editor": "^0.54.0",
"react-router-dom": "^6.15.0",
"react-use": "^17.4.0",
"unocss": "^0.55.0"
"unocss": "^0.57.0"
},
"devDependencies": {
"@types/react": "^18.2.20",
Expand Down

0 comments on commit ec00fad

Please sign in to comment.