Merge branch 'tech/bundling-router' into tech/bundling-ui

# Conflicts:
#	tsconfig.json
This commit is contained in:
Norbert de Langen 2022-01-20 18:46:56 +01:00
commit 4122076d80
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
3 changed files with 3 additions and 4 deletions

View File

@ -290,7 +290,7 @@
"trash": "^7.0.0",
"ts-dedent": "^2.0.0",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.0",
"ts-node": "^10.4.0",
"typescript": "^3.9.7",
"wait-on": "^5.2.1",
"web-component-analyzer": "^1.1.6",

View File

@ -8,7 +8,7 @@
"emitDecoratorMetadata": true,
"jsx": "react",
"moduleResolution": "node",
"module": "ESNext",
"module": "CommonJS",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
@ -35,5 +35,4 @@
"module": "CommonJS"
}
}
}

View File

@ -8457,7 +8457,7 @@ __metadata:
ts-dedent: ^2.0.0
ts-jest: ^26.4.4
ts-loader: ^8.0.14
ts-node: ^9.1.0
ts-node: ^10.4.0
typescript: ^3.9.7
verdaccio: ^4.10.0
verdaccio-auth-memory: ^9.7.2