Skip to content

Commit 99f4886

Browse files
committed
5.6.2
1 parent 1cb5521 commit 99f4886

File tree

7 files changed

+13
-16
lines changed

7 files changed

+13
-16
lines changed

bun.lockb

906 Bytes
Binary file not shown.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"test": "./node_modules/.bin/jest"
1313
},
1414
"devDependencies": {
15-
"@babel/preset-env": "^7.26.7",
15+
"@babel/preset-env": "^7.27.2",
1616
"@tailwindcss/container-queries": "^0.1.1",
1717
"@tailwindcss/typography": "^0.5.16",
18-
"@types/lodash": "^4.17.15",
19-
"@vue/babel-plugin-jsx": "^1.2.5",
18+
"@types/lodash": "^4.17.16",
19+
"@vue/babel-plugin-jsx": "^1.4.0",
2020
"@vue/babel-preset-jsx": "^1.4.0",
2121
"@vue/compiler-sfc": "^3.5.13",
2222
"@vue/test-utils": "^2.4.6",
@@ -29,7 +29,7 @@
2929
"cross-env": "^7.0.3",
3030
"jest": "^27.5.1",
3131
"laravel-mix": "^6.0.49",
32-
"postcss": "^8.5.1",
32+
"postcss": "^8.5.3",
3333
"postcss-import": "^14.1.0",
3434
"postcss-rtlcss": "^3.7.2",
3535
"tailwindcss": "^3.4.17",
@@ -47,7 +47,7 @@
4747
"@vueuse/core": "^10.11.1",
4848
"@vueuse/integrations": "^10.11.1",
4949
"autosize": "^4.0.4",
50-
"axios": "^1.8.1",
50+
"axios": "^1.9.0",
5151
"chartist": "^1.3.1",
5252
"chartist-plugin-tooltips-updated": "^1.0.0",
5353
"codemirror": "^5.65.19",
@@ -56,7 +56,7 @@
5656
"focus-trap": "^7.6.4",
5757
"inflector-js": "^1.0.1",
5858
"js-cookie": "^2.2.1",
59-
"laravel-echo": "^1.16.1",
59+
"laravel-echo": "^1.19.0",
6060
"laravel-vapor": "^0.7.1",
6161
"lodash": "^4.17.21",
6262
"luxon": "^1.28.1",
@@ -67,7 +67,7 @@
6767
"slugify": "^1.6.6",
6868
"tiny-emitter": "^2.1.0",
6969
"toastedjs": "0.0.2",
70-
"trix": "^2.1.14",
70+
"trix": "^2.1.15",
7171
"uid": "^2.0.2",
7272
"vue": "^3.5.13",
7373
"vuex": "^4.1.0"

public/app.css

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/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=38b7298c1ee41697a7f6a7f50fdce531",
2+
"/app.js": "/app.js?id=11897e93a447a2404a7dcb82654ffc04",
33
"/ui.js": "/ui.js?id=592866a715b1c20b43fff6ca7980b279",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
5-
"/app.css": "/app.css?id=765b33130b253cf418b26f27b6918d2c",
6-
"/vendor.js": "/vendor.js?id=93fac1761211fa11cf1740215ce16d3b",
5+
"/app.css": "/app.css?id=4ac240e9b4c482451bf95d4161751414",
6+
"/vendor.js": "/vendor.js?id=b740305a04ec866789ec53806ca51d8d",
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/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.

resources/js/layouts/MainHeader.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
>
2121
<AppLogo class="h-6" />
2222
</Link>
23-
24-
<LicenseWarning />
2523
</div>
2624

2725
<div class="flex flex-1 px-4 sm:px-8 lg:px-12">
@@ -126,7 +124,6 @@
126124

127125
<script setup>
128126
import { useStore } from 'vuex'
129-
import LicenseWarning from '@/components/LicenseWarning'
130127
import { Button } from 'laravel-nova-ui'
131128
import { useFocusTrap } from '@vueuse/integrations/useFocusTrap'
132129
import { computed, onBeforeUnmount, useTemplateRef, watch } from 'vue'

0 commit comments

Comments
 (0)