Skip to content

Commit a9ff29c

Browse files
committed
Update dependecies
1 parent 5b4fd48 commit a9ff29c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
1515
},
1616
"devDependencies": {
17-
"laravel-mix": "^6.0",
17+
"laravel-mix": "^6.0.43",
1818
"node-sass": "^8.0.0",
1919
"sass-loader": "^13.2.0",
2020
"vue-loader": "^16.8.3"
2121
},
2222
"dependencies": {
23-
"vue": "^3.0.0"
23+
"vue": "^3.2.36"
2424
}
2525
}

resources/js/card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* global Nova */
2-
import Card from './components/Card';
2+
import Card from './components/Card.vue';
33

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

0 commit comments

Comments
 (0)