@chayns-components/format
Advanced tools
Comparing version 5.0.0-beta.683 to 5.0.0-beta.692
@@ -7,2 +7,4 @@ "use strict"; | ||
exports.findFirstBBCode = findFirstBBCode; | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
const BB_REGEX = /(\[([a-zA-Z0-9_]*)(.*?)\])(.*?)(\[\/\2\])/s; | ||
@@ -9,0 +11,0 @@ // Also matches "\" before quote to fix button for voucher messages |
@@ -0,1 +1,3 @@ | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
const BB_REGEX = /(\[([a-zA-Z0-9_]*)(.*?)\])(.*?)(\[\/\2\])/s; | ||
@@ -2,0 +4,0 @@ // Also matches "\" before quote to fix button for voucher messages |
{ | ||
"name": "@chayns-components/format", | ||
"version": "5.0.0-beta.683", | ||
"version": "5.0.0-beta.692", | ||
"description": "A set of beautiful React components for developing your own applications with chayns.", | ||
@@ -53,7 +53,7 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@babel/cli": "^7.24.6", | ||
"@babel/core": "^7.24.6", | ||
"@babel/preset-env": "^7.24.6", | ||
"@babel/preset-react": "^7.24.6", | ||
"@babel/preset-typescript": "^7.24.6", | ||
"@babel/cli": "^7.24.8", | ||
"@babel/core": "^7.24.9", | ||
"@babel/preset-env": "^7.24.8", | ||
"@babel/preset-react": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@types/commonmark": "^0.27.9", | ||
@@ -63,4 +63,4 @@ "@types/csv-stringify": "^3.1.0", | ||
"cross-env": "^7.0.3", | ||
"lerna": "^8.1.3", | ||
"typescript": "^5.4.5", | ||
"lerna": "^8.1.6", | ||
"typescript": "^5.5.3", | ||
"vitest": "^1.6.0" | ||
@@ -71,3 +71,3 @@ }, | ||
"csv-stringify": "^6.5.0", | ||
"marked": "^13.0.0" | ||
"marked": "^13.0.2" | ||
}, | ||
@@ -77,3 +77,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9ac78b39832e1830f08d7b1efbbf6239946e090d" | ||
"gitHead": "53f4f7c8fdabf8493b09818872eb8fc7ce132550" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
275652
1865
Updatedmarked@^13.0.2