Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Raj Jain committed Dec 1, 2023
1 parent 49abf43 commit da6e7ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
Expand All @@ -24,7 +25,7 @@
"pinia": "^2.1.7",
"prismjs": "^1.24.1",
"qrcode": "^1.5.1",
"query-builder-vue-3": "^1.0.0",
"query-builder-vue-3": "^1.0.1",
"tinymotion": "^0.2.0",
"vform": "^2.1.1",
"vue": "^3.2.13",
Expand Down
4 changes: 3 additions & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ configureCompat({
INSTANCE_SET: false,
INSTANCE_DELETE: false,
ATTR_FALSE_VALUE: false,
WATCH_ARRAY: false
WATCH_ARRAY: false,
RENDER_FUNCTION: false,
INSTANCE_ATTRS_CLASS_STYLE: false,
})

router.app = app
Expand Down

0 comments on commit da6e7ce

Please sign in to comment.