Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Jul 1, 2024
1 parent 73b2f0f commit 4c65e3f
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 1,234 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-ties-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aeria-app-layout": patch
---

Update versions
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"postinstall": "husky; find packages -mindepth 1 -maxdepth 1 | xargs -n1 cp -r .aeria-ui; rm -rf .aeria-ui"
},
"devDependencies": {
"@aeria-ui/ui": "^0.0.56",
"@changesets/cli": "^2.27.5",
"@aeria-ui/ui": "^0.0.68",
"@changesets/cli": "^2.27.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"husky": "^9.0.11",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vite-plugin-dts": "^3.9.1",
"vue-tsc": "^2.0.22"
"vue-tsc": "^2.0.24"
}
}
2 changes: 1 addition & 1 deletion packages/aeria-app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"vue": "3.4"
},
"devDependencies": {
"@aeria-ui/theme": "~0.0.23"
"@aeria-ui/theme": "~0.0.31"
},
"dependencies": {
"less": "^4.2.0"
Expand Down
Loading

0 comments on commit 4c65e3f

Please sign in to comment.