Skip to content

Commit 9319491

Browse files
committed
Update Vue dependencies to version 3.5.20 and remove outdated tabbable license information
1 parent 39b563d commit 9319491

File tree

7 files changed

+18
-23
lines changed

7 files changed

+18
-23
lines changed

bun.lockb

1.15 KB
Binary file not shown.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/lodash": "^4.17.20",
1919
"@vue/babel-plugin-jsx": "^1.5.0",
2020
"@vue/babel-preset-jsx": "^1.4.0",
21-
"@vue/compiler-sfc": "^3.5.18",
21+
"@vue/compiler-sfc": "^3.5.20",
2222
"@vue/test-utils": "^2.4.6",
2323
"@vue/vue3-jest": "^27.0.0",
2424
"babel-jest": "^27.5.1",
@@ -33,22 +33,22 @@
3333
"postcss-import": "^14.1.0",
3434
"postcss-rtlcss": "^3.7.2",
3535
"tailwindcss": "^3.4.17",
36-
"ts-loader": "^9.5.2",
36+
"ts-loader": "^9.5.4",
3737
"typescript": "^5.9.2",
3838
"vue-loader": "^17.4.2"
3939
},
4040
"dependencies": {
41-
"@floating-ui/vue": "^1.1.8",
41+
"@floating-ui/vue": "^1.1.9",
4242
"@headlessui/vue": "^1.7.23",
4343
"@heroicons/vue": "^2.2.0",
44-
"@inertiajs/vue3": "^2.1.2",
44+
"@inertiajs/vue3": "^2.1.3",
4545
"@popperjs/core": "^2.11.8",
46-
"@vue/compat": "^3.5.18",
46+
"@vue/compat": "^3.5.20",
4747
"@vueuse/core": "^10.11.1",
4848
"@vueuse/integrations": "^10.11.1",
4949
"autosize": "^4.0.4",
5050
"axios": "^1.11.0",
51-
"caniuse-lite": "^1.0.30001735",
51+
"caniuse-lite": "^1.0.30001739",
5252
"chartist": "^1.4.0",
5353
"chartist-plugin-tooltips-updated": "^1.0.0",
5454
"codemirror": "^5.65.20",
@@ -70,7 +70,7 @@
7070
"toastedjs": "0.0.2",
7171
"trix": "^2.1.15",
7272
"uid": "^2.0.2",
73-
"vue": "^3.5.18",
73+
"vue": "^3.5.20",
7474
"vuex": "^4.1.0"
7575
}
7676
}

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=943b73c509e146776288ce1f7625da3b",
3-
"/ui.js": "/ui.js?id=b8df0ca1161b86cfb1aca2b3b642e584",
2+
"/app.js": "/app.js?id=4a590c3377cee1e108c2a3a445ac3942",
3+
"/ui.js": "/ui.js?id=93bb31bf876e90ea74e94e438e7470dd",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
55
"/app.css": "/app.css?id=49fb6c92081939d92acec9395897ff84",
6-
"/vendor.js": "/vendor.js?id=4f1ff368340288f70c860f4ebab1464b",
6+
"/vendor.js": "/vendor.js?id=8694ebc71407e4d594a9d3ba4b11f826",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/ui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor.js.LICENSE.txt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -476,11 +476,6 @@
476476
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
477477
*/
478478

479-
/*!
480-
* tabbable 6.2.0
481-
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
482-
*/
483-
484479
/*! #__NO_SIDE_EFFECTS__ */
485480

486481
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
@@ -496,31 +491,31 @@
496491
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
497492

498493
/**
499-
* @vue/compiler-core v3.5.18
494+
* @vue/compiler-core v3.5.20
500495
* (c) 2018-present Yuxi (Evan) You and Vue contributors
501496
* @license MIT
502497
**/
503498

504499
/**
505-
* @vue/compiler-dom v3.5.18
500+
* @vue/compiler-dom v3.5.20
506501
* (c) 2018-present Yuxi (Evan) You and Vue contributors
507502
* @license MIT
508503
**/
509504

510505
/**
511-
* @vue/runtime-core v3.5.18
506+
* @vue/runtime-core v3.5.20
512507
* (c) 2018-present Yuxi (Evan) You and Vue contributors
513508
* @license MIT
514509
**/
515510

516511
/**
517-
* @vue/runtime-dom v3.5.18
512+
* @vue/runtime-dom v3.5.20
518513
* (c) 2018-present Yuxi (Evan) You and Vue contributors
519514
* @license MIT
520515
**/
521516

522517
/**
523-
* @vue/shared v3.5.18
518+
* @vue/shared v3.5.20
524519
* (c) 2018-present Yuxi (Evan) You and Vue contributors
525520
* @license MIT
526521
**/

0 commit comments

Comments
 (0)