mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
Fix/shared module build (#2385)
* update shared version so latest can be pulled into brochure marketplace project * updated shared to work with new brochure marketplace
This commit is contained in:
767
frontend/package-lock.json
generated
767
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -44,11 +44,11 @@
|
||||
"@materia-ui/ngx-monaco-editor": "^6.0.0",
|
||||
"@start9labs/argon2": "^0.1.0",
|
||||
"@start9labs/emver": "^0.1.5",
|
||||
"@taiga-ui/addon-charts": "3.38.0",
|
||||
"@taiga-ui/cdk": "3.38.0",
|
||||
"@taiga-ui/core": "3.38.0",
|
||||
"@taiga-ui/icons": "3.38.0",
|
||||
"@taiga-ui/kit": "3.38.0",
|
||||
"@taiga-ui/addon-charts": "3.39.1",
|
||||
"@taiga-ui/cdk": "3.39.1",
|
||||
"@taiga-ui/core": "3.39.1",
|
||||
"@taiga-ui/icons": "3.39.1",
|
||||
"@taiga-ui/kit": "3.39.1",
|
||||
"@tinkoff/ng-dompurify": "4.0.0",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"base64-js": "^1.5.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@start9labs/shared",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.4",
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=13.2.0",
|
||||
"@angular/core": ">=13.2.0",
|
||||
|
||||
@@ -5,8 +5,7 @@ import { TuiDestroyService } from '@taiga-ui/cdk'
|
||||
import { SetupLogsService } from '../../../services/setup-logs.service'
|
||||
import { Log } from '../../../types/api'
|
||||
import { toLocalIsoString } from '../../../util/to-local-iso-string'
|
||||
|
||||
const Convert = require('ansi-to-html')
|
||||
import Convert from 'ansi-to-html'
|
||||
const convert = new Convert({
|
||||
bg: 'transparent',
|
||||
})
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"target": "es2020",
|
||||
"module": "es2020",
|
||||
"lib": ["es2020", "dom"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
/* These paths are relative to each app base folder */
|
||||
"@start9labs/marketplace": ["../marketplace/src/public-api"],
|
||||
|
||||
Reference in New Issue
Block a user