Skip to content

Commit

Permalink
chore(deps): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Nov 8, 2023
1 parent 2b2a833 commit c1026e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion nodepkg/vue-jsx-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"dependencies": {
"vue": "^3.3.4"
"vue": "v3.3.8"
},
"peerDependencies": {},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/vuekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@innoai-tech/vue-jsx-runtime": "workspace:^",
"immer": "^10.0.3",
"rxjs": "^7.8.1",
"vue": "^3.3.4",
"vue": "v3.3.8",
"vue-router": "^4.2.5"
},
"peerDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/vuematerial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@innoai-tech/vuekit": "^0.6.6",
"@innoai-tech/vueuikit": "^0.9.6",
"@mdi/js": "^7.3.67",
"vue": "^3.3.4"
"vue": "v3.3.8"
},
"peerDependencies": {},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/vueuikit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@popperjs/core": "^2.11.8",
"polished": "^4.2.2",
"popmotion": "^11.0.5",
"vue": "^3.3.4"
"vue": "v3.3.8"
},
"peerDependencies": {},
"exports": {
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,16 @@
"@innoai-tech/vue-vite-presets": "workspace:*",
"@innoai-tech/vuedevconfig": "workspace:*",
"@mdi/js": "^7.3.67",
"@morlay/bunpublish": "^0.1.4",
"@vue/test-utils": "^2.4.1",
"bun-types": "^1.0.6",
"bun-types": "^1.0.10",
"copy-to-clipboard": "^3.3.3",
"normalize.css": "^8.0.1",
"prettier": "^3.0.3",
"rxjs": "^7.8.1",
"turbo": "^1.10.15",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue": "^3.3.4"
"vue": "v3.3.8"
},
"prettier": {}
}

0 comments on commit c1026e3

Please sign in to comment.