Skip to content

Commit 48608b8

Browse files
committed
4.35.4
1 parent b4f1e77 commit 48608b8

37 files changed

+161
-140
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@
123123
],
124124
"minimum-stability": "dev",
125125
"prefer-stable": true,
126-
"version": "4.35.3"
126+
"version": "4.35.4"
127127
}

package-lock.json

Lines changed: 94 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"slugify": "^1.6.5",
7171
"tiny-emitter": "^2.1.0",
7272
"toastedjs": "0.0.2",
73-
"trix": "^1.3.2",
73+
"trix": "^2.1.4",
7474
"uid": "^2.0.0",
7575
"vue": "^3.2.29",
7676
"vuex": "^4.0.2"

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/app.js.map

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"/app.js": "/app.js?id=d6f6b17ffcc56a30920f15a3fe04491f",
2+
"/app.js": "/app.js?id=e90af7f986bf1f8dfc5e3b9dec2b39a5",
33
"/manifest.js": "/manifest.js?id=61f2d62cc41feccba141cbb9c3075397",
44
"/app.css": "/app.css?id=02ef6075442a7edd474ef9e675829356",
5-
"/vendor.js": "/vendor.js?id=f0fcc0009a11b23cfd75d04cea46c932",
5+
"/vendor.js": "/vendor.js?id=20f6a357bacc7e6785005cdffc885193",
66
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
88
"/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.

public/vendor.js.LICENSE.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -499,16 +499,6 @@
499499

500500
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
501501

502-
/**
503-
* @license
504-
* Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
505-
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
506-
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
507-
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
508-
* Code distributed by Google as part of the polymer project is also
509-
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
510-
*/
511-
512502
/**
513503
* @vue/shared v3.4.19
514504
* (c) 2018-present Yuxi (Evan) You and Vue contributors

public/vendor.js.map

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/components/Excerpt.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div v-if="shouldShow && hasContent" class="break-normal">
33
<div
4-
class="prose prose-sm dark:prose-invert text-gray-500 dark:text-gray-400"
4+
class="prose prose-sm dark:prose-invert max-w-none text-gray-500 dark:text-gray-400"
55
:class="{ 'whitespace-pre-wrap': plainText }"
66
v-html="content"
77
/>

0 commit comments

Comments
 (0)