Skip to content

Commit

Permalink
Update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 5, 2023
1 parent 5b4fd48 commit a9ff29c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"devDependencies": {
"laravel-mix": "^6.0",
"laravel-mix": "^6.0.43",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.0",
"vue-loader": "^16.8.3"
},
"dependencies": {
"vue": "^3.0.0"
"vue": "^3.2.36"
}
}
2 changes: 1 addition & 1 deletion resources/js/card.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* global Nova */
import Card from './components/Card';
import Card from './components/Card.vue';

Nova.booting((app, store) => {
app.component('html-card', Card)
Expand Down

0 comments on commit a9ff29c

Please sign in to comment.