chore(repo): setup negative config for several targets (#14080)
This commit is contained in:
parent
d9efb98ebb
commit
7992ec618f
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/add-nx-to-monorepo",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-add-nx-to-monorepo"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/add-nx-to-monorepo/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/add-nx-to-monorepo"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["workspace"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/angular-core",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-angular-core"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/angular-core/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/angular-core"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["angular"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/angular-extensions",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-angular-extensions"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/angular-extensions/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/angular-extensions"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["angular"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/cra-to-nx",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-cra-to-nx"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/cra-to-nx/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/cra-to-nx"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["cra-to-nx"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/cypress",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-cypress"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/cypress/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/cypress"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["cypress", "react"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/detox",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-detox"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/detox/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/detox"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["detox"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/esbuild",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-esbuild"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/esbuild/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/esbuild"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["esbuild"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/expo",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-expo"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/expo/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/expo"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["expo"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/jest",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-jest"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/jest/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/jest"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["jest"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/js",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-js"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/js/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/js"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["jest"]
|
||||
}
|
||||
|
||||
@ -4,23 +4,7 @@
|
||||
"sourceRoot": "e2e/linter",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-linter"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/make-angular-cli-faster",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-make-angular-cli-faster"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/make-angular-cli-faster/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/make-angular-cli-faster"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["make-angular-cli-faster"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/next",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-next"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/next/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/next"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["next"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/node",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-node"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/node/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/node"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["node", "nest"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/nx-init",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-nx-init"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/nx-init/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/nx-init"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["nx"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/nx-misc",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-nx-misc"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/nx-misc/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/nx-misc"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["js"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/nx-plugin",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-nx-plugin"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/nx-plugin/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/nx-plugin"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["create-nx-plugin"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/nx-run",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-nx-run"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/nx-run/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/nx-run"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["js"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/react-native",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-react-native"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/react-native/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/react-native"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["react-native"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/react",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-react"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/react/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/react"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["react"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/rollup",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-rollup"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/rollup/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/rollup"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["rollup"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/storybook-angular",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-storybook-angular"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/storybook/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/storybook-angular"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["storybook"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/storybook",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-storybook"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/storybook/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/storybook"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["storybook"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/vite",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-vite"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/vite/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/vite"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["vite"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/web",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-web"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/web/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/web"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["web"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/webpack",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-webpack"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/webpack/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/webpack"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["webpack"]
|
||||
}
|
||||
|
||||
@ -4,32 +4,8 @@
|
||||
"sourceRoot": "e2e/workspace-create",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests e2e-workspace-create"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "e2e/workspace-create/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/e2e/workspace-create"]
|
||||
}
|
||||
"e2e": {},
|
||||
"run-e2e-tests": {}
|
||||
},
|
||||
"implicitDependencies": ["create-nx-workspace"]
|
||||
}
|
||||
|
||||
@ -60,13 +60,7 @@
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["graph/client-e2e/**/*.ts"]
|
||||
}
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"implicitDependencies": ["graph-client"]
|
||||
}
|
||||
|
||||
@ -239,21 +239,8 @@
|
||||
},
|
||||
"defaultConfiguration": "dev"
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["graph/client/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/graph/client"],
|
||||
"options": {
|
||||
"jestConfig": "graph/client/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"storybook": {
|
||||
"executor": "@nrwl/storybook:storybook",
|
||||
"options": {
|
||||
|
||||
@ -5,21 +5,8 @@
|
||||
"projectType": "library",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["graph/ui-components/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "graph/ui-components/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"storybook": {
|
||||
"executor": "@nrwl/storybook:storybook",
|
||||
"options": {
|
||||
|
||||
@ -5,21 +5,8 @@
|
||||
"projectType": "library",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["graph/ui-graph/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "graph/ui-graph/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"storybook": {
|
||||
"executor": "@nrwl/storybook:storybook",
|
||||
"options": {
|
||||
|
||||
@ -5,21 +5,8 @@
|
||||
"projectType": "library",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["graph/ui-tooltips/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "graph/ui-tooltips/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"storybook": {
|
||||
"executor": "@nrwl/storybook:storybook",
|
||||
"options": {
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/data-access-documents/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/data-access-documents/**/*.ts"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/data-access-documents"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/data-access-documents/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:data-access"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/data-access-menu/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/data-access-menu/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/data-access-menu"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/data-access-menu/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/data-access-packages/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/data-access-packages/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/data-access-packages"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/data-access-packages/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:data-access"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/feature-analytics/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/feature-analytics/**/*.{ts,tsx,js,jsx}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/feature-analytics"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/feature-analytics/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:feature"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/feature-doc-viewer/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/feature-doc-viewer/**/*.{ts,tsx,js,jsx}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/feature-doc-viewer"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/feature-doc-viewer/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:feature"]
|
||||
}
|
||||
|
||||
@ -4,25 +4,8 @@
|
||||
"sourceRoot": "nx-dev/feature-package-schema-viewer/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"nx-dev/feature-package-schema-viewer/**/*.{ts,tsx,js,jsx}"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": [
|
||||
"{workspaceRoot}/coverage/nx-dev/feature-package-schema-viewer"
|
||||
],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/feature-package-schema-viewer/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:feature"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/feature-search/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/feature-search/**/*.{ts,tsx,js,jsx}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/feature-search"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/feature-search/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:feature"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/models-document/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/models-document/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/models-document"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/models-document/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:util"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/models-menu/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/models-menu/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/models-menu"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/models-menu/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:util"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/models-package/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/models-package/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/models-package"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/models-package/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:util"]
|
||||
}
|
||||
|
||||
@ -18,13 +18,7 @@
|
||||
"testingType": "e2e"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/nx-dev-e2e/**/*.{js,ts}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:e2e"],
|
||||
"implicitDependencies": ["nx-dev"]
|
||||
|
||||
@ -99,21 +99,8 @@
|
||||
"buildTarget": "nx-dev:build:production"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/nx-dev/**/*.{ts,tsx,js,jsx}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/nx-dev"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/nx-dev/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:app"],
|
||||
"implicitDependencies": ["docs"]
|
||||
|
||||
@ -5,20 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": ["scope:nx-dev", "type:ui"],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-commands/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-commands"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-commands/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,8 @@
|
||||
"sourceRoot": "nx-dev/ui-common/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-common/**/*.{ts,tsx,js,jsx}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-common"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-common/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": ["scope:nx-dev", "type:ui"]
|
||||
}
|
||||
|
||||
@ -5,20 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": ["scope:nx-dev", "type:ui"],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-community/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-community"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-community/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,20 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": ["scope:nx-dev", "type:feature"],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-conference/**/*.{ts,tsx,js,jsx}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-conference"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-conference/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,13 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": ["scope:nx-dev", "type:ui"],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-home/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"lint": {},
|
||||
"xtest": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-home"],
|
||||
|
||||
@ -5,20 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-markdoc/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-markdoc"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-markdoc/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,20 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": ["scope:nx-dev", "type:ui"],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-member-card/**/*.{ts,tsx,js,jsx}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-member-card"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-member-card/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,20 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-references/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-references"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-references/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,20 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": ["scope:nx-dev", "type:ui"],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-sponsor-card/**/*.{ts,tsx,js,jsx}"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-sponsor-card"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-sponsor-card/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,20 +5,7 @@
|
||||
"projectType": "library",
|
||||
"tags": [],
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["nx-dev/ui-theme/**/*.{ts,tsx,js,jsx}"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-theme"],
|
||||
"options": {
|
||||
"jestConfig": "nx-dev/ui-theme/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
59
nx.json
59
nx.json
@ -48,19 +48,47 @@
|
||||
},
|
||||
"build-base": {
|
||||
"dependsOn": ["^build-base"],
|
||||
"inputs": ["production", "^production"]
|
||||
"inputs": ["production", "^production"],
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/{projectRoot}",
|
||||
"tsConfig": "{projectRoot}/tsconfig.lib.json",
|
||||
"main": "{projectRoot}/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
},
|
||||
"test": {
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "{projectRoot}/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"]
|
||||
},
|
||||
"lint": {
|
||||
"inputs": [
|
||||
"default",
|
||||
"{workspaceRoot}/.eslintrc.json",
|
||||
"{workspaceRoot}/tools/eslint-rules/**/*"
|
||||
]
|
||||
],
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"{projectRoot}/**/*.{ts,tsx,js,jsx}",
|
||||
"{projectRoot}/**/executors/**/schema.json",
|
||||
"{projectRoot}/**/generators/**/schema.json",
|
||||
"{projectRoot}/generators.json",
|
||||
"{projectRoot}/executors.json",
|
||||
"{projectRoot}/package.json",
|
||||
"{projectRoot}/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"inputs": [
|
||||
"default",
|
||||
"^production",
|
||||
@ -70,13 +98,34 @@
|
||||
{
|
||||
"env": "NX_E2E_CI_CACHE_KEY"
|
||||
}
|
||||
]
|
||||
],
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "yarn e2e-start-local-registry"
|
||||
},
|
||||
{
|
||||
"command": "yarn e2e-build-package-publish"
|
||||
},
|
||||
{
|
||||
"command": "nx run-e2e-tests {projectName}"
|
||||
}
|
||||
],
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"e2e-base": {
|
||||
"inputs": ["default", "^production"]
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "{projectRoot}/jest.config.ts",
|
||||
"passWithNoTests": true,
|
||||
"runInBand": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"]
|
||||
},
|
||||
"build-storybook": {
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"]
|
||||
|
||||
22
package.json
22
package.json
@ -55,17 +55,17 @@
|
||||
"@ngrx/router-store": "~15.0.0",
|
||||
"@ngrx/store": "~15.0.0",
|
||||
"@nguniversal/builders": "~15.0.0",
|
||||
"@nrwl/cypress": "15.4.0",
|
||||
"@nrwl/devkit": "15.4.0",
|
||||
"@nrwl/eslint-plugin-nx": "15.4.0",
|
||||
"@nrwl/jest": "15.4.0",
|
||||
"@nrwl/js": "15.4.0",
|
||||
"@nrwl/linter": "15.4.0",
|
||||
"@nrwl/next": "15.4.0",
|
||||
"@nrwl/cypress": "15.4.4",
|
||||
"@nrwl/devkit": "15.4.4",
|
||||
"@nrwl/eslint-plugin-nx": "15.4.4",
|
||||
"@nrwl/jest": "15.4.4",
|
||||
"@nrwl/js": "15.4.4",
|
||||
"@nrwl/linter": "15.4.4",
|
||||
"@nrwl/next": "15.4.4",
|
||||
"@nrwl/nx-cloud": "15.0.2",
|
||||
"@nrwl/react": "15.4.0",
|
||||
"@nrwl/storybook": "15.4.0",
|
||||
"@nrwl/web": "15.4.0",
|
||||
"@nrwl/react": "15.4.4",
|
||||
"@nrwl/storybook": "15.4.4",
|
||||
"@nrwl/web": "15.4.4",
|
||||
"@parcel/watcher": "2.0.4",
|
||||
"@phenomnomnominal/tsquery": "4.1.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
@ -190,7 +190,7 @@
|
||||
"next-sitemap": "^3.1.10",
|
||||
"ng-packagr": "~15.0.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"nx": "15.4.0",
|
||||
"nx": "15.4.4",
|
||||
"open": "^8.4.0",
|
||||
"parse-markdown-links": "^1.0.4",
|
||||
"parse5": "4.0.0",
|
||||
|
||||
@ -4,23 +4,10 @@
|
||||
"sourceRoot": "packages/add-nx-to-monorepo/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["packages/add-nx-to-monorepo/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/add-nx-to-monorepo"],
|
||||
"options": {
|
||||
"jestConfig": "packages/add-nx-to-monorepo/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "build/packages/add-nx-to-monorepo",
|
||||
"tsConfig": "packages/add-nx-to-monorepo/tsconfig.lib.json",
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/angular",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/angular/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/angular"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/angular",
|
||||
"tsConfig": "packages/angular/tsconfig.lib.json",
|
||||
"main": "packages/angular/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/angular",
|
||||
@ -58,8 +47,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -76,27 +64,7 @@
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/angular/**/*.ts",
|
||||
"packages/angular/**/*.spec.ts",
|
||||
"packages/angular/**/*_spec.ts",
|
||||
"packages/angular/**/*.spec.tsx",
|
||||
"packages/angular/**/*.spec.js",
|
||||
"packages/angular/**/*.spec.jsx",
|
||||
"packages/angular/**/*.d.ts",
|
||||
"packages/angular/**/executors/**/schema.json",
|
||||
"packages/angular/**/generators/**/schema.json",
|
||||
"packages/angular/generators.json",
|
||||
"packages/angular/executors.json",
|
||||
"packages/angular/package.json",
|
||||
"packages/angular/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"implicitDependencies": ["workspace", "cypress", "jest"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,11 @@
|
||||
"sourceRoot": "packages/cli",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/cli/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/cli"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/cli",
|
||||
"tsConfig": "packages/cli/tsconfig.lib.json",
|
||||
"main": "packages/cli/bin/nx.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/cli",
|
||||
@ -53,8 +43,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -71,21 +60,7 @@
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/cli/**/*.ts",
|
||||
"packages/cli/**/*.spec.ts",
|
||||
"packages/cli/**/*_spec.ts",
|
||||
"packages/cli/**/*.spec.tsx",
|
||||
"packages/cli/**/*.spec.js",
|
||||
"packages/cli/**/*.spec.jsx",
|
||||
"packages/cli/**/*.d.ts"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"implicitDependencies": ["workspace"]
|
||||
}
|
||||
|
||||
@ -4,29 +4,12 @@
|
||||
"sourceRoot": "packages/cra-to-nx/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["packages/cra-to-nx/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/cra-to-nx"],
|
||||
"options": {
|
||||
"jestConfig": "packages/cra-to-nx/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "build/packages/cra-to-nx",
|
||||
"tsConfig": "packages/cra-to-nx/tsconfig.lib.json",
|
||||
"packageJson": "packages/cra-to-nx/package.json",
|
||||
"main": "packages/cra-to-nx/src/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
"packages/cra-to-nx/*.md",
|
||||
"packages/cra-to-nx/package.json",
|
||||
|
||||
@ -4,21 +4,11 @@
|
||||
"sourceRoot": "packages/create-nx-plugin",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/create-nx-plugin/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/create-nx-plugin"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/create-nx-plugin",
|
||||
"tsConfig": "packages/create-nx-plugin/tsconfig.lib.json",
|
||||
"main": "packages/create-nx-plugin/bin/create-nx-plugin.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/create-nx-plugin",
|
||||
@ -53,8 +43,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -74,21 +63,7 @@
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/create-nx-plugin/**/*.ts",
|
||||
"packages/create-nx-plugin/**/*.spec.ts",
|
||||
"packages/create-nx-plugin/**/*_spec.ts",
|
||||
"packages/create-nx-plugin/**/*.spec.tsx",
|
||||
"packages/create-nx-plugin/**/*.spec.js",
|
||||
"packages/create-nx-plugin/**/*.spec.jsx",
|
||||
"packages/create-nx-plugin/**/*.d.ts"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"implicitDependencies": ["nx-plugin"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,11 @@
|
||||
"sourceRoot": "packages/create-nx-workspace",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/create-nx-workspace/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/create-nx-workspace"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/create-nx-workspace",
|
||||
"tsConfig": "packages/create-nx-workspace/tsconfig.lib.json",
|
||||
"main": "packages/create-nx-workspace/bin/create-nx-workspace.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/create-nx-workspace",
|
||||
@ -53,8 +43,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -74,21 +63,7 @@
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/create-nx-workspace/**/*.ts",
|
||||
"packages/create-nx-workspace/**/*.spec.ts",
|
||||
"packages/create-nx-workspace/**/*_spec.ts",
|
||||
"packages/create-nx-workspace/**/*.spec.tsx",
|
||||
"packages/create-nx-workspace/**/*.spec.js",
|
||||
"packages/create-nx-workspace/**/*.spec.jsx",
|
||||
"packages/create-nx-workspace/**/*.d.ts"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"implicitDependencies": [
|
||||
"workspace",
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/cypress",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/cypress/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/cypress"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/cypress",
|
||||
"tsConfig": "packages/cypress/tsconfig.lib.json",
|
||||
"main": "packages/cypress/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/cypress",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,25 +51,6 @@
|
||||
"command": "node ./scripts/copy-readme.js cypress"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/cypress/**/*.ts",
|
||||
"packages/cypress/**/*.spec.ts",
|
||||
"packages/cypress/**/*.spec.tsx",
|
||||
"packages/cypress/**/*.spec.js",
|
||||
"packages/cypress/**/*.spec.jsx",
|
||||
"packages/cypress/**/*.d.ts",
|
||||
"packages/cypress/**/executors/**/schema.json",
|
||||
"packages/cypress/**/generators/**/schema.json",
|
||||
"packages/cypress/generators.json",
|
||||
"packages/cypress/executors.json",
|
||||
"packages/cypress/package.json",
|
||||
"packages/cypress/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,41 +4,11 @@
|
||||
"sourceRoot": "packages/detox/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/detox/**/*.ts",
|
||||
"packages/detox/**/*.spec.ts",
|
||||
"packages/detox/**/*.spec.tsx",
|
||||
"packages/detox/**/*.spec.js",
|
||||
"packages/detox/**/*.spec.jsx",
|
||||
"packages/detox/**/*.d.ts",
|
||||
"packages/detox/**/executors/**/schema.json",
|
||||
"packages/detox/**/generators/**/schema.json",
|
||||
"packages/detox/generators.json",
|
||||
"packages/detox/executors.json",
|
||||
"packages/detox/package.json",
|
||||
"packages/detox/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/detox/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/detox"]
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/detox",
|
||||
"tsConfig": "packages/detox/tsconfig.lib.json",
|
||||
"main": "packages/detox/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/detox",
|
||||
@ -72,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/devkit",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/devkit/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/devkit"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/devkit",
|
||||
"tsConfig": "packages/devkit/tsconfig.lib.json",
|
||||
"main": "packages/devkit/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/devkit",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,22 +51,6 @@
|
||||
"command": "node ./scripts/copy-readme.js devkit"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/devkit/**/*.ts",
|
||||
"packages/devkit/**/*.spec.ts",
|
||||
"packages/devkit/**/*.spec.tsx",
|
||||
"packages/devkit/**/*.spec.js",
|
||||
"packages/devkit/**/*.spec.jsx",
|
||||
"packages/devkit/**/*.d.ts",
|
||||
"packages/devkit/**/executors/**/schema.json",
|
||||
"packages/devkit/**/generators/**/schema.json",
|
||||
"packages/devkit/package.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/esbuild",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/esbuild/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/esbuild"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/esbuild",
|
||||
"tsConfig": "packages/esbuild/tsconfig.lib.json",
|
||||
"main": "packages/esbuild/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/esbuild",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,26 +51,6 @@
|
||||
"command": "node ./scripts/copy-readme.js esbuild"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/esbuild/**/*.ts",
|
||||
"packages/esbuild/**/*.spec.ts",
|
||||
"packages/esbuild/**/*_spec.ts",
|
||||
"packages/esbuild/**/*.spec.tsx",
|
||||
"packages/esbuild/**/*.spec.js",
|
||||
"packages/esbuild/**/*.spec.jsx",
|
||||
"packages/esbuild/**/*.d.ts",
|
||||
"packages/esbuild/**/executors/**/schema.json",
|
||||
"packages/esbuild/**/generators/**/schema.json",
|
||||
"packages/esbuild/generators.json",
|
||||
"packages/esbuild/executors.json",
|
||||
"packages/esbuild/package.json",
|
||||
"packages/esbuild/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,11 @@
|
||||
"sourceRoot": "packages/eslint-plugin-nx",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/eslint-plugin-nx/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/eslint-plugin-nx"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/eslint-plugin-nx",
|
||||
"tsConfig": "packages/eslint-plugin-nx/tsconfig.lib.json",
|
||||
"main": "packages/eslint-plugin-nx/src/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/eslint-plugin-nx",
|
||||
@ -53,8 +43,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,20 +52,6 @@
|
||||
"command": "node ./scripts/copy-readme.js eslint-plugin-nx"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/eslint-plugin-nx/**/*.ts",
|
||||
"packages/eslint-plugin-nx/**/*.spec.ts",
|
||||
"packages/eslint-plugin-nx/**/*_spec.ts",
|
||||
"packages/eslint-plugin-nx/**/*.spec.tsx",
|
||||
"packages/eslint-plugin-nx/**/*.spec.js",
|
||||
"packages/eslint-plugin-nx/**/*.spec.jsx",
|
||||
"packages/eslint-plugin-nx/**/*.d.ts"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,36 +4,11 @@
|
||||
"sourceRoot": "packages/expo/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/expo/**/*.ts",
|
||||
"packages/expo/**/*.spec.ts",
|
||||
"packages/expo/**/*.spec.tsx",
|
||||
"packages/expo/**/*.spec.js",
|
||||
"packages/expo/**/*.spec.jsx",
|
||||
"packages/expo/**/*.d.ts"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/expo/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/expo"]
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/expo",
|
||||
"tsConfig": "packages/expo/tsconfig.lib.json",
|
||||
"packageJson": "packages/expo/package.json",
|
||||
"main": "packages/expo/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
"packages/expo/*.md",
|
||||
{
|
||||
@ -69,8 +44,7 @@
|
||||
},
|
||||
"LICENSE"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/express",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/express/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/express"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/express",
|
||||
"tsConfig": "packages/express/tsconfig.lib.json",
|
||||
"main": "packages/express/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/express",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,26 +51,7 @@
|
||||
"command": "node ./scripts/copy-readme.js express"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/express/**/*.ts",
|
||||
"packages/express/**/*.spec.ts",
|
||||
"packages/express/**/*_spec.ts",
|
||||
"packages/express/**/*.spec.tsx",
|
||||
"packages/express/**/*.spec.js",
|
||||
"packages/express/**/*.spec.jsx",
|
||||
"packages/express/**/*.d.ts",
|
||||
"packages/express/**/executors/**/schema.json",
|
||||
"packages/express/**/generators/**/schema.json",
|
||||
"packages/express/generators.json",
|
||||
"packages/express/package.json",
|
||||
"packages/express/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"implicitDependencies": ["node"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/jest",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/jest/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/jest"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/jest",
|
||||
"tsConfig": "packages/jest/tsconfig.lib.json",
|
||||
"main": "packages/jest/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/jest",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,25 +51,6 @@
|
||||
"command": "node ./scripts/copy-readme.js jest"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/jest/**/*.ts",
|
||||
"packages/jest/**/*.spec.ts",
|
||||
"packages/jest/**/*.spec.tsx",
|
||||
"packages/jest/**/*.spec.js",
|
||||
"packages/jest/**/*.spec.jsx",
|
||||
"packages/jest/**/*.d.ts",
|
||||
"packages/jest/**/executors/**/schema.json",
|
||||
"packages/jest/**/generators/**/schema.json",
|
||||
"packages/jest/generators.json",
|
||||
"packages/jest/executors.json",
|
||||
"packages/jest/package.json",
|
||||
"packages/jest/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,36 +4,12 @@
|
||||
"sourceRoot": "packages/js/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/js/**/*.ts",
|
||||
"packages/js/**/executors/**/schema.json",
|
||||
"packages/js/**/generators/**/schema.json",
|
||||
"packages/js/generators.json",
|
||||
"packages/js/executors.json",
|
||||
"packages/js/package.json",
|
||||
"packages/js/migrations.json"
|
||||
]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/js"],
|
||||
"options": {
|
||||
"jestConfig": "packages/js/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/js",
|
||||
"tsConfig": "packages/js/tsconfig.lib.json",
|
||||
"main": "packages/js/src/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/js",
|
||||
@ -68,8 +44,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
|
||||
@ -65,6 +65,7 @@ export async function projectGenerator(
|
||||
|
||||
if (options.bundler === 'vite') {
|
||||
await ensurePackage(tree, '@nrwl/vite', nxVersion);
|
||||
// nx-ignore-next-line
|
||||
const { viteConfigurationGenerator } = require('@nrwl/vite');
|
||||
const viteTask = await viteConfigurationGenerator(tree, {
|
||||
project: options.name,
|
||||
@ -99,6 +100,7 @@ export async function projectGenerator(
|
||||
options.bundler !== 'vite' // Test would have been set up already
|
||||
) {
|
||||
await ensurePackage(tree, '@nrwl/vite', nxVersion);
|
||||
// nx-ignore-next-line
|
||||
const { vitestGenerator } = require('@nrwl/vite');
|
||||
const vitestTask = await vitestGenerator(tree, {
|
||||
project: options.name,
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/linter",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/linter/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/linter"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/linter",
|
||||
"tsConfig": "packages/linter/tsconfig.lib.json",
|
||||
"main": "packages/linter/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/linter",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,27 +51,7 @@
|
||||
"command": "node ./scripts/copy-readme.js linter"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/linter/**/*.ts",
|
||||
"packages/linter/**/*.spec.ts",
|
||||
"packages/linter/**/*_spec.ts",
|
||||
"packages/linter/**/*.spec.tsx",
|
||||
"packages/linter/**/*.spec.js",
|
||||
"packages/linter/**/*.spec.jsx",
|
||||
"packages/linter/**/*.d.ts",
|
||||
"packages/linter/**/executors/**/schema.json",
|
||||
"packages/linter/**/generators/**/schema.json",
|
||||
"packages/linter/generators.json",
|
||||
"packages/linter/executors.json",
|
||||
"packages/linter/package.json",
|
||||
"packages/linter/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"implicitDependencies": ["eslint-plugin-nx"]
|
||||
}
|
||||
|
||||
@ -8,11 +8,7 @@
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/make-angular-cli-faster",
|
||||
"tsConfig": "packages/make-angular-cli-faster/tsconfig.lib.json",
|
||||
"packageJson": "packages/make-angular-cli-faster/package.json",
|
||||
"main": "packages/make-angular-cli-faster/src/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "",
|
||||
@ -20,10 +16,8 @@
|
||||
"output": "/"
|
||||
},
|
||||
"packages/make-angular-cli-faster/*.md"
|
||||
],
|
||||
"srcRootForCompilationRoot": "packages/make-angular-cli-faster/src"
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/nest",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/nest/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/nest"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/nest",
|
||||
"tsConfig": "packages/nest/tsconfig.lib.json",
|
||||
"main": "packages/nest/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/nest",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,26 +51,7 @@
|
||||
"command": "node ./scripts/copy-readme.js nest"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/nest/**/*.ts",
|
||||
"packages/nest/**/*.spec.ts",
|
||||
"packages/nest/**/*_spec.ts",
|
||||
"packages/nest/**/*.spec.tsx",
|
||||
"packages/nest/**/*.spec.js",
|
||||
"packages/nest/**/*.spec.jsx",
|
||||
"packages/nest/**/*.d.ts",
|
||||
"packages/nest/**/executors/**/schema.json",
|
||||
"packages/nest/**/generators/**/schema.json",
|
||||
"packages/nest/generators.json",
|
||||
"packages/nest/package.json",
|
||||
"packages/nest/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
},
|
||||
"implicitDependencies": ["node", "linter"]
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/next",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/next/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/next"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/next",
|
||||
"tsConfig": "packages/next/tsconfig.lib.json",
|
||||
"main": "packages/next/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/next",
|
||||
@ -58,8 +47,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -68,26 +56,6 @@
|
||||
"command": "node ./scripts/copy-readme.js next"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/next/**/*.ts",
|
||||
"packages/next/**/*.spec.ts",
|
||||
"packages/next/**/*_spec.ts",
|
||||
"packages/next/**/*.spec.tsx",
|
||||
"packages/next/**/*.spec.js",
|
||||
"packages/next/**/*.spec.jsx",
|
||||
"packages/next/**/*.d.ts",
|
||||
"packages/next/**/executors/**/schema.json",
|
||||
"packages/next/**/generators/**/schema.json",
|
||||
"packages/next/generators.json",
|
||||
"packages/next/executors.json",
|
||||
"packages/next/package.json",
|
||||
"packages/next/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/node",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/node/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/node"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/node",
|
||||
"tsConfig": "packages/node/tsconfig.lib.json",
|
||||
"main": "packages/node/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/node",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,26 +51,6 @@
|
||||
"command": "node ./scripts/copy-readme.js node"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/node/**/*.ts",
|
||||
"packages/node/**/*.spec.ts",
|
||||
"packages/node/**/*_spec.ts",
|
||||
"packages/node/**/*.spec.tsx",
|
||||
"packages/node/**/*.spec.js",
|
||||
"packages/node/**/*.spec.jsx",
|
||||
"packages/node/**/*.d.ts",
|
||||
"packages/node/**/executors/**/schema.json",
|
||||
"packages/node/**/generators/**/schema.json",
|
||||
"packages/node/generators.json",
|
||||
"packages/node/executors.json",
|
||||
"packages/node/package.json",
|
||||
"packages/node/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/nx-plugin",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/nx-plugin/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/nx-plugin"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/nx-plugin",
|
||||
"tsConfig": "packages/nx-plugin/tsconfig.lib.json",
|
||||
"main": "packages/nx-plugin/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/nx-plugin",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,26 +51,6 @@
|
||||
"command": "node ./scripts/copy-readme.js nx-plugin"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/nx-plugin/**/*.ts",
|
||||
"packages/nx-plugin/**/*.spec.ts",
|
||||
"packages/nx-plugin/**/*_spec.ts",
|
||||
"packages/nx-plugin/**/*.spec.tsx",
|
||||
"packages/nx-plugin/**/*.spec.js",
|
||||
"packages/nx-plugin/**/*.spec.jsx",
|
||||
"packages/nx-plugin/**/*.d.ts",
|
||||
"packages/nx-plugin/**/executors/**/schema.json",
|
||||
"packages/nx-plugin/**/generators/**/schema.json",
|
||||
"packages/nx-plugin/generators.json",
|
||||
"packages/nx-plugin/executors.json",
|
||||
"packages/nx-plugin/package.json",
|
||||
"packages/nx-plugin/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,11 +8,7 @@
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/nx",
|
||||
"tsConfig": "packages/nx/tsconfig.lib.json",
|
||||
"packageJson": "packages/nx/package.json",
|
||||
"main": "packages/nx/bin/nx.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/nx",
|
||||
@ -47,8 +43,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"echo": {
|
||||
"executor": "nx:command",
|
||||
@ -80,31 +75,7 @@
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/nx/**/*.ts",
|
||||
"packages/nx/**/*.spec.ts",
|
||||
"packages/nx/**/*_spec.ts",
|
||||
"packages/nx/**/*.spec.tsx",
|
||||
"packages/nx/**/*.spec.js",
|
||||
"packages/nx/**/*.spec.jsx",
|
||||
"packages/nx/**/*.d.ts",
|
||||
"packages/nx/executors.json",
|
||||
"packages/nx/package.json",
|
||||
"packages/nx/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/nx/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/nx"]
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,41 +4,11 @@
|
||||
"sourceRoot": "packages/react-native/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/react-native/**/*.ts",
|
||||
"packages/react-native/**/*.spec.ts",
|
||||
"packages/react-native/**/*.spec.tsx",
|
||||
"packages/react-native/**/*.spec.js",
|
||||
"packages/react-native/**/*.spec.jsx",
|
||||
"packages/react-native/**/*.d.ts",
|
||||
"packages/react-native/**/executors/**/schema.json",
|
||||
"packages/react-native/**/generators/**/schema.json",
|
||||
"packages/react-native/generators.json",
|
||||
"packages/react-native/executors.json",
|
||||
"packages/react-native/package.json",
|
||||
"packages/react-native/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/react-native/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/react-native"]
|
||||
},
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/react-native",
|
||||
"tsConfig": "packages/react-native/tsconfig.lib.json",
|
||||
"main": "packages/react-native/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
"packages/react-native/*.md",
|
||||
{
|
||||
@ -78,8 +48,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/react",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/react/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/react"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/react",
|
||||
"tsConfig": "packages/react/tsconfig.lib.json",
|
||||
"main": "packages/react/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/react",
|
||||
@ -63,8 +52,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -73,26 +61,6 @@
|
||||
"command": "node ./scripts/copy-readme.js react"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/react/**/*.ts",
|
||||
"packages/react/**/*.spec.ts",
|
||||
"packages/react/**/*_spec.ts",
|
||||
"packages/react/**/*.spec.tsx",
|
||||
"packages/react/**/*.spec.js",
|
||||
"packages/react/**/*.spec.jsx",
|
||||
"packages/react/**/*.d.ts",
|
||||
"packages/react/**/executors/**/schema.json",
|
||||
"packages/react/**/generators/**/schema.json",
|
||||
"packages/react/generators.json",
|
||||
"packages/react/executors.json",
|
||||
"packages/react/package.json",
|
||||
"packages/react/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/rollup",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/rollup/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/rollup"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/rollup",
|
||||
"tsConfig": "packages/rollup/tsconfig.lib.json",
|
||||
"main": "packages/rollup/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/rollup",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,26 +51,6 @@
|
||||
"command": "node ./scripts/copy-readme.js rollup"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/rollup/**/*.ts",
|
||||
"packages/rollup/**/*.spec.ts",
|
||||
"packages/rollup/**/*_spec.ts",
|
||||
"packages/rollup/**/*.spec.tsx",
|
||||
"packages/rollup/**/*.spec.js",
|
||||
"packages/rollup/**/*.spec.jsx",
|
||||
"packages/rollup/**/*.d.ts",
|
||||
"packages/rollup/**/executors/**/schema.json",
|
||||
"packages/rollup/**/generators/**/schema.json",
|
||||
"packages/rollup/generators.json",
|
||||
"packages/rollup/executors.json",
|
||||
"packages/rollup/package.json",
|
||||
"packages/rollup/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/storybook",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/storybook/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/storybook"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/storybook",
|
||||
"tsConfig": "packages/storybook/tsconfig.lib.json",
|
||||
"main": "packages/storybook/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/storybook",
|
||||
@ -78,8 +67,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -88,26 +76,6 @@
|
||||
"command": "node ./scripts/copy-readme.js storybook"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/storybook/**/*.ts",
|
||||
"packages/storybook/**/*.spec.ts",
|
||||
"packages/storybook/**/*_spec.ts",
|
||||
"packages/storybook/**/*.spec.tsx",
|
||||
"packages/storybook/**/*.spec.js",
|
||||
"packages/storybook/**/*.spec.jsx",
|
||||
"packages/storybook/**/*.d.ts",
|
||||
"packages/storybook/**/executors/**/schema.json",
|
||||
"packages/storybook/**/generators/**/schema.json",
|
||||
"packages/storybook/generators.json",
|
||||
"packages/storybook/executors.json",
|
||||
"packages/storybook/package.json",
|
||||
"packages/storybook/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/tao",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/tao/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/tao"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/tao",
|
||||
"tsConfig": "packages/tao/tsconfig.lib.json",
|
||||
"main": "packages/tao/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/tao",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -71,19 +59,6 @@
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/tao/**/*.ts",
|
||||
"packages/tao/**/*.spec.ts",
|
||||
"packages/tao/**/*.spec.tsx",
|
||||
"packages/tao/**/*.spec.js",
|
||||
"packages/tao/**/*.spec.jsx",
|
||||
"packages/tao/**/*.d.ts"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/web",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/web/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/web"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/web",
|
||||
"tsConfig": "packages/web/tsconfig.lib.json",
|
||||
"main": "packages/web/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/web",
|
||||
@ -58,8 +47,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -68,26 +56,6 @@
|
||||
"command": "node ./scripts/copy-readme.js web"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/web/**/*.ts",
|
||||
"packages/web/**/*.spec.ts",
|
||||
"packages/web/**/*_spec.ts",
|
||||
"packages/web/**/*.spec.tsx",
|
||||
"packages/web/**/*.spec.js",
|
||||
"packages/web/**/*.spec.jsx",
|
||||
"packages/web/**/*.d.ts",
|
||||
"packages/web/**/executors/**/schema.json",
|
||||
"packages/web/**/generators/**/schema.json",
|
||||
"packages/web/generators.json",
|
||||
"packages/web/executors.json",
|
||||
"packages/web/package.json",
|
||||
"packages/web/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,21 +4,10 @@
|
||||
"sourceRoot": "packages/webpack",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/webpack/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/webpack"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/webpack",
|
||||
"tsConfig": "packages/webpack/tsconfig.lib.json",
|
||||
"main": "packages/webpack/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/webpack",
|
||||
@ -53,8 +42,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -63,26 +51,6 @@
|
||||
"command": "node ./scripts/copy-readme.js webpack"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/webpack/**/*.ts",
|
||||
"packages/webpack/**/*.spec.ts",
|
||||
"packages/webpack/**/*_spec.ts",
|
||||
"packages/webpack/**/*.spec.tsx",
|
||||
"packages/webpack/**/*.spec.js",
|
||||
"packages/webpack/**/*.spec.jsx",
|
||||
"packages/webpack/**/*.d.ts",
|
||||
"packages/webpack/**/executors/**/schema.json",
|
||||
"packages/webpack/**/generators/**/schema.json",
|
||||
"packages/webpack/generators.json",
|
||||
"packages/webpack/executors.json",
|
||||
"packages/webpack/package.json",
|
||||
"packages/webpack/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,22 +4,10 @@
|
||||
"sourceRoot": "packages/workspace/src",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "packages/workspace/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/coverage/packages/workspace"]
|
||||
},
|
||||
"test": {},
|
||||
"build-base": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"options": {
|
||||
"outputPath": "build/packages/workspace",
|
||||
"tsConfig": "packages/workspace/tsconfig.lib.json",
|
||||
"packageJson": "packages/workspace/package.json",
|
||||
"main": "packages/workspace/index.ts",
|
||||
"updateBuildableProjectDepsInPackageJson": false,
|
||||
"assets": [
|
||||
{
|
||||
"input": "packages/workspace",
|
||||
@ -89,8 +77,7 @@
|
||||
"output": "/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputPath}"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
@ -116,25 +103,6 @@
|
||||
"parallel": false
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"packages/workspace/**/*.ts",
|
||||
"packages/workspace/**/*.spec.ts",
|
||||
"packages/workspace/**/*.spec.tsx",
|
||||
"packages/workspace/**/*.spec.js",
|
||||
"packages/workspace/**/*.spec.jsx",
|
||||
"packages/workspace/**/*.d.ts",
|
||||
"packages/workspace/**/executors/**/schema.json",
|
||||
"packages/workspace/**/generators/**/schema.json",
|
||||
"packages/workspace/generators.json",
|
||||
"packages/workspace/executors.json",
|
||||
"packages/workspace/package.json",
|
||||
"packages/workspace/migrations.json"
|
||||
]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
"lint": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,13 +3,6 @@
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "tools/eslint-rules",
|
||||
"targets": {
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/tools/eslint-rules"],
|
||||
"options": {
|
||||
"jestConfig": "tools/eslint-rules/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -21,21 +21,8 @@
|
||||
"command": "echo 'Building TypeDoc custom theme'"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["typedoc-theme/**/*.ts"]
|
||||
},
|
||||
"outputs": ["{options.outputFile}"]
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/typedoc-theme"],
|
||||
"options": {
|
||||
"jestConfig": "typedoc-theme/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
"lint": {},
|
||||
"test": {}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
|
||||
323
yarn.lock
323
yarn.lock
@ -4236,30 +4236,30 @@
|
||||
dependencies:
|
||||
nx "15.0.3"
|
||||
|
||||
"@nrwl/cli@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-15.4.0.tgz#5d62e693c4f4ed70cc676e5854e056e6835ded04"
|
||||
integrity sha512-19rP6GqlbLTLFJakhKcfHI8/TXTswnT4D6G4QgjbzKpSj4KRXTnOrv644bOouEsZJ7JIm+NaaJQCfEYpJ+7r1Q==
|
||||
"@nrwl/cli@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-15.4.4.tgz#1a0bf08adee8a748ad25c62f84fccdf25b378dde"
|
||||
integrity sha512-29f1No6eJAZczwVsJTjujyE40Lav6iwkfwTxnoiTUWaHHw9S95a8dMXelUB/BT2Tyf7OOFpwWZMXtDcRktrgGA==
|
||||
dependencies:
|
||||
nx "15.4.0"
|
||||
nx "15.4.4"
|
||||
|
||||
"@nrwl/cypress@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/cypress/-/cypress-15.4.0.tgz#c00b125d072b925224f5a7f25871b46a4e575cb4"
|
||||
integrity sha512-v6eAKwxfH3kIlrFdcL7I0CWAwkQVkO+Q3/pxGE/4DkA8PMpGH6sCbRWR8ypS+uCvOw5VY8CFByXh/EvPcDUQIg==
|
||||
"@nrwl/cypress@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/cypress/-/cypress-15.4.4.tgz#88f05ac2e579c45e26af731bbf643aa89fa45c00"
|
||||
integrity sha512-o0tt8Oy5JSp2tQsjLOs9J/k19S1QN6g/U2XkG5oGFexdWIxyc5qOzYDvS0M2+0+Bee6Qdedv40fGutYa7yrBtg==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/linter" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/linter" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
"@phenomnomnominal/tsquery" "4.1.1"
|
||||
chalk "4.1.0"
|
||||
dotenv "~10.0.0"
|
||||
semver "7.3.4"
|
||||
|
||||
"@nrwl/devkit@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-15.4.0.tgz#241b3f3fa67b48cf72b99f0c23e44ee98454339c"
|
||||
integrity sha512-aLMg4DBfstmJRFavH1SFBMdso1IVDewLsZi9xq3R+ISWP+AK9sf0JvhYqam9jRf8DSW8GLbp2ziPbnnv+d+uHw==
|
||||
"@nrwl/devkit@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-15.4.4.tgz#6c062bc5834df839a79a7f5cb2a384a9a16b6a23"
|
||||
integrity sha512-/kDPYyiwRfvtJReE7DrzK/hMtbuhUpO4HQm+TeJvMuxMwCeqSJQP930GUipRqGUfH5aVkbSBkEaa50F7dLE+kg==
|
||||
dependencies:
|
||||
"@phenomnomnominal/tsquery" "4.1.1"
|
||||
ejs "^3.1.7"
|
||||
@ -4278,25 +4278,25 @@
|
||||
semver "7.3.4"
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@nrwl/eslint-plugin-nx@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-15.4.0.tgz#2f9affec1b41ba9c45caad0853e7906fa3ba3f7d"
|
||||
integrity sha512-8FJ4rmh4TWIAK0F2Krprf+tcn6p+GJAbqts/ECVwhu98jT2kxntnt8kc93JRGLo7OFqd2FDC7TKhJknnrDG+rg==
|
||||
"@nrwl/eslint-plugin-nx@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-15.4.4.tgz#1194ebef2bb132ebf91ad7e0e748579e556b5b46"
|
||||
integrity sha512-Cvzp0eYU8xEmKpdRqaZp8IQIc/0UvOCzx1X4DfGGGg0mfjRQLjL8KaFYzTRpuCgWPdOws1qsdZOJ3kdsFMauzw==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@typescript-eslint/utils" "^5.36.1"
|
||||
chalk "4.1.0"
|
||||
confusing-browser-globals "^1.0.9"
|
||||
semver "7.3.4"
|
||||
|
||||
"@nrwl/jest@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-15.4.0.tgz#2d545a3d751b4e3c4319ec64b3d7fbaf89d48358"
|
||||
integrity sha512-5QPRobK3AAwgYw8peJBBNjpRfguE5lkXnWUhqnBeKoe9xOg5hEK2Or7zJbp1A85dpGTHxr9isvd0ebk0CwhUMg==
|
||||
"@nrwl/jest@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-15.4.4.tgz#6d6a4da9a7491bb6521cbea8112e8526243847b3"
|
||||
integrity sha512-KZTSKWvx+CKWj/KqdXKrUoTu3BKS9tT+eMGiA82vEctaIWX4XF5vAubayps86WY3JcuLSiAy1fc3TtDpLpaigQ==
|
||||
dependencies:
|
||||
"@jest/reporters" "28.1.1"
|
||||
"@jest/test-result" "28.1.1"
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@phenomnomnominal/tsquery" "4.1.1"
|
||||
chalk "4.1.0"
|
||||
dotenv "~10.0.0"
|
||||
@ -4307,14 +4307,14 @@
|
||||
resolve.exports "1.1.0"
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@nrwl/js@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/js/-/js-15.4.0.tgz#70f0afe72f07d7d03bc55a9383e01a52f5ed7c52"
|
||||
integrity sha512-pWDrXSioddpo0R5+ml7W0/hfzHflab3qnqzwjNEMu0O2FdLvzCZUGvcE0MHtgOZHiGuAJsRY483r2irkkcA4tg==
|
||||
"@nrwl/js@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/js/-/js-15.4.4.tgz#1aeceb39ba13b22069b2502c9d5b5aad65ae3434"
|
||||
integrity sha512-sphGAy61/KJ3yIeqOe5sqM3UcKrnC4LPHFFWoSh2LwJpkyH50zBNTj/5BuN64xJyEUpGpSPKaV5EuqdOhDZauw==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/linter" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/linter" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
chalk "4.1.0"
|
||||
fast-glob "3.2.7"
|
||||
fs-extra "^10.1.0"
|
||||
@ -4324,29 +4324,29 @@
|
||||
source-map-support "0.5.19"
|
||||
tree-kill "1.2.2"
|
||||
|
||||
"@nrwl/linter@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/linter/-/linter-15.4.0.tgz#b249db2603498f1d3e395ce821fd1be7d058a419"
|
||||
integrity sha512-kt7Ke12OlLrNcI3n82NWxofpBEmYmwKfVqtWY2LsLAm178XRkti1AauFVwHPmWEGYbRBE+1VRpzVnh5E9g6xIw==
|
||||
"@nrwl/linter@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/linter/-/linter-15.4.4.tgz#bbfc99cdbcb2137939df6a41b93960128b913000"
|
||||
integrity sha512-v6jW0FD5MOvfEwaunqWQqQivbI9r6YWRoQ2k56DTMY69ARP8SJGVlFgVbWjLr0lth3I2g+z7Hy+23GTpUZzBBw==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@phenomnomnominal/tsquery" "4.1.1"
|
||||
tmp "~0.2.1"
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@nrwl/next@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/next/-/next-15.4.0.tgz#8142cb97d9c7bff31108e9c54e36ab0e89364e62"
|
||||
integrity sha512-mf29Gl/HxjkdH3pjgkc0m/B6uDlSG0YfQ/wWlCuzH5heTD8+3ItGKfdSVlrjFSHY6Ap62BXWwTYilNFY6z+M8g==
|
||||
"@nrwl/next@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/next/-/next-15.4.4.tgz#ac9568f03902e118dd18c1c60e16aceb25a83ace"
|
||||
integrity sha512-PEsD1GS0uEKotAvgIFKE67fsPYHUt+WLSoacUk1A9PheCjxonwbhmBBknHLlpjZ2fpVje3NHvhXBRaxO5Exf1g==
|
||||
dependencies:
|
||||
"@babel/plugin-proposal-decorators" "^7.14.5"
|
||||
"@nrwl/cypress" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/jest" "15.4.0"
|
||||
"@nrwl/linter" "15.4.0"
|
||||
"@nrwl/react" "15.4.0"
|
||||
"@nrwl/webpack" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/cypress" "15.4.4"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/jest" "15.4.4"
|
||||
"@nrwl/linter" "15.4.4"
|
||||
"@nrwl/react" "15.4.4"
|
||||
"@nrwl/webpack" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
"@svgr/webpack" "^6.1.2"
|
||||
chalk "4.1.0"
|
||||
dotenv "~10.0.0"
|
||||
@ -4354,7 +4354,7 @@
|
||||
ignore "^5.0.4"
|
||||
semver "7.3.4"
|
||||
ts-node "10.9.1"
|
||||
tsconfig-paths "^3.9.0"
|
||||
tsconfig-paths "^4.1.2"
|
||||
url-loader "^4.1.1"
|
||||
webpack-merge "^5.8.0"
|
||||
|
||||
@ -4372,28 +4372,28 @@
|
||||
tar "6.1.11"
|
||||
yargs-parser ">=21.0.1"
|
||||
|
||||
"@nrwl/react@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/react/-/react-15.4.0.tgz#d2d946c2e2bae1b1715ab2555533387cc8ead3ad"
|
||||
integrity sha512-hRD+RTq72JUwl25lTmsNN6wMRNGji9ssm5U/LiJXqBikyW4v0nRriO0x89PF22Pt0apHz0aYMDBsP44fQJ06iA==
|
||||
"@nrwl/react@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/react/-/react-15.4.4.tgz#98f9bae6692c83642021fd613d174764576f2a20"
|
||||
integrity sha512-MqGncmMteSpgWThF/FwAh6M3j/K4fOUr++EGxwV9C/19oGmCqsVNuK6LzJzKjxMMK7U7azxGO6Wmew6rc8FFyQ==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/linter" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/linter" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
"@phenomnomnominal/tsquery" "4.1.1"
|
||||
chalk "4.1.0"
|
||||
enquirer "~2.3.6"
|
||||
minimatch "3.0.5"
|
||||
semver "7.3.4"
|
||||
|
||||
"@nrwl/rollup@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/rollup/-/rollup-15.4.0.tgz#5a52401415486859514d8863d23692f09726bb5e"
|
||||
integrity sha512-ExAHdJxKsMljBA2zq9c6Lt/Q/+K78edH7VWVT2u0ib3zpeTIx8kLvWKX/uDdilK6OdEGYK1VpQKJRvVFnLwqmQ==
|
||||
"@nrwl/rollup@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/rollup/-/rollup-15.4.4.tgz#e11a1ac3f01553d0f794cfc8b384e8fdcd2f0996"
|
||||
integrity sha512-/xJiAw9rzY+Jr8299qN40rljBaDHq8hFou1X34eXAazyWphHcCccP/ET9r3CkcBKeTZM0TzibwLvoHSL2xNlVA==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/js" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/js" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
"@rollup/plugin-babel" "^5.3.0"
|
||||
"@rollup/plugin-commonjs" "^20.0.0"
|
||||
"@rollup/plugin-image" "^2.1.0"
|
||||
@ -4409,19 +4409,19 @@
|
||||
rollup-plugin-copy "^3.4.0"
|
||||
rollup-plugin-peer-deps-external "^2.2.4"
|
||||
rollup-plugin-postcss "^4.0.1"
|
||||
rollup-plugin-typescript2 "^0.31.1"
|
||||
rollup-plugin-typescript2 "0.34.1"
|
||||
rxjs "^6.5.4"
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@nrwl/storybook@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/storybook/-/storybook-15.4.0.tgz#e2104f28dbcbd766bb09481d005ae252ae330569"
|
||||
integrity sha512-ec+WMU+oIlVB08qxAnKIlR4FgCd8tyOLMoPKeXfYvLXUbGrdkstuOMSMVwkgrdOcRhwocC8Jj+s+oouDvb2R+g==
|
||||
"@nrwl/storybook@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/storybook/-/storybook-15.4.4.tgz#70f9f79d683f5a6d2c368ee47a998572c4ea1a81"
|
||||
integrity sha512-k7SvQOdcdDyvzjWeKAdFIUpUfaBwA1RAhuU+eKHPL6U1Im04sB+AgkzO2OLshBZHMI5/OSFYxTmQpaeYWUer3A==
|
||||
dependencies:
|
||||
"@nrwl/cypress" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/linter" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/cypress" "15.4.4"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/linter" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
dotenv "~10.0.0"
|
||||
semver "7.3.4"
|
||||
|
||||
@ -4432,31 +4432,31 @@
|
||||
dependencies:
|
||||
nx "15.0.3"
|
||||
|
||||
"@nrwl/tao@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-15.4.0.tgz#f8a7415866b7e11c729a3f40f900f4a39794a2fc"
|
||||
integrity sha512-mwMmBYOCHe0yl8UrI8VRSplNxTPxrgOZA5OWRoRHLPLoHeyng2ZZxPnfxp3ZVLPFKCxwETHcBwNKKTlx+qUgFA==
|
||||
"@nrwl/tao@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-15.4.4.tgz#d618f03d8697da0626717a29084210c11e7b64ee"
|
||||
integrity sha512-ekPYVpz1y3XlCPu6UkQfcpwyNHQ0SsXMN8omB4MPTSknvEhKmcVOPG3Kr4W9fk1UjmBr58ItAGmtx2sjVMH7XQ==
|
||||
dependencies:
|
||||
nx "15.4.0"
|
||||
nx "15.4.4"
|
||||
|
||||
"@nrwl/vite@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/vite/-/vite-15.4.0.tgz#45e54c952b3f6c91c99c364048e29640411f9e8b"
|
||||
integrity sha512-aqO5Zrh7aTKgl2jjvvcQLAUXCV2haoBAAvS4/FOGbDw82fc/8SywjndsyDcoDzTlYpxkZhUoSILFNIRK3YxIag==
|
||||
"@nrwl/vite@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/vite/-/vite-15.4.4.tgz#20cda62362212b9e1c7c14e1d9bc335653ab77b4"
|
||||
integrity sha512-rhTEgom80uK1iydXvFuHZASwGoAnPNyODaLB/VYjrf+TP28o+3YzN3hR1+9OhnHpmTKpUkw7gLzTCmRpQHE5Cw==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/js" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/js" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
"@phenomnomnominal/tsquery" "4.1.1"
|
||||
"@swc/helpers" "^0.4.11"
|
||||
chalk "4.1.0"
|
||||
dotenv "~10.0.0"
|
||||
enquirer "~2.3.6"
|
||||
|
||||
"@nrwl/web@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/web/-/web-15.4.0.tgz#a32b3c983f97deaca8304cecb4716ef76cded6d7"
|
||||
integrity sha512-0z+tT9k/R/24d+4eX+7m3fjgv5jtBIdgLodY52N2iVm18ikZLrav+kv9Chz8AqVboI5J4F4GRFmeApNGk8eHVA==
|
||||
"@nrwl/web@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/web/-/web-15.4.4.tgz#14f782c8753edda1f125e14f1c913d5dcb83b395"
|
||||
integrity sha512-9WboHymMv9GXvHYMijmiwDUSARl6+U2LNBg31lSeG0ZnUgQlyyKAvergLWHU/zIqkSX8Q3DbTu6D2/c62yhaKw==
|
||||
dependencies:
|
||||
"@babel/core" "^7.15.0"
|
||||
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
||||
@ -4465,15 +4465,15 @@
|
||||
"@babel/preset-env" "^7.15.0"
|
||||
"@babel/preset-typescript" "^7.15.0"
|
||||
"@babel/runtime" "^7.14.8"
|
||||
"@nrwl/cypress" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/jest" "15.4.0"
|
||||
"@nrwl/js" "15.4.0"
|
||||
"@nrwl/linter" "15.4.0"
|
||||
"@nrwl/rollup" "15.4.0"
|
||||
"@nrwl/vite" "15.4.0"
|
||||
"@nrwl/webpack" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/cypress" "15.4.4"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/jest" "15.4.4"
|
||||
"@nrwl/js" "15.4.4"
|
||||
"@nrwl/linter" "15.4.4"
|
||||
"@nrwl/rollup" "15.4.4"
|
||||
"@nrwl/vite" "15.4.4"
|
||||
"@nrwl/webpack" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
babel-plugin-const-enum "^1.0.1"
|
||||
babel-plugin-macros "^2.8.0"
|
||||
babel-plugin-transform-typescript-metadata "^0.3.1"
|
||||
@ -4483,14 +4483,14 @@
|
||||
ignore "^5.0.4"
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@nrwl/webpack@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/webpack/-/webpack-15.4.0.tgz#31f5f94e080d5464edf2e78fc737b5e39378c41f"
|
||||
integrity sha512-ZMwFMzljJZ830u6CT7nvP9ojcJCb9ya2BAKe4ljFx621aFcre/g9zst5eONAN1ZsQw9AqD+Bpg0WuTfES5+vmw==
|
||||
"@nrwl/webpack@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/webpack/-/webpack-15.4.4.tgz#9eb60f64f1bf3696f0d76ce19ca72ad51470e952"
|
||||
integrity sha512-FVoV1fvagX+j3E+nrPdDbesMhQhLQof5UZ8/FKg2kOlgBFqaBQvhWuxFAQp9XjOx3Pd6OmIxc4T5Aefxy56PVA==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/js" "15.4.0"
|
||||
"@nrwl/workspace" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/js" "15.4.4"
|
||||
"@nrwl/workspace" "15.4.4"
|
||||
autoprefixer "^10.4.9"
|
||||
babel-loader "^8.2.2"
|
||||
browserslist "^4.21.4"
|
||||
@ -4526,8 +4526,8 @@
|
||||
terser-webpack-plugin "^5.3.3"
|
||||
ts-loader "^9.3.1"
|
||||
ts-node "10.9.1"
|
||||
tsconfig-paths "^3.9.0"
|
||||
tsconfig-paths-webpack-plugin "3.5.2"
|
||||
tsconfig-paths "^4.1.2"
|
||||
tsconfig-paths-webpack-plugin "4.0.0"
|
||||
tslib "^2.3.0"
|
||||
webpack "^5.75.0"
|
||||
webpack-dev-server "^4.9.3"
|
||||
@ -4536,13 +4536,13 @@
|
||||
webpack-sources "^3.2.3"
|
||||
webpack-subresource-integrity "^5.1.0"
|
||||
|
||||
"@nrwl/workspace@15.4.0":
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-15.4.0.tgz#5850248ae02ad03a6fad4edf127725b48b0adcda"
|
||||
integrity sha512-InnWQjjYgS5ajao9epFfdseo5LtpXnjHyR4uvbUcD0+ejMvDU/FUa8Tlkao0m/PqGzKZlAPyf53XkgqMfIDWIQ==
|
||||
"@nrwl/workspace@15.4.4":
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-15.4.4.tgz#387d764c6868e3ba6f57c675b23a75cfefc041b0"
|
||||
integrity sha512-5NLyl8WRGHazPDpU4qAST3/PRrQMOTcCN/a2alLxhsy3ZK5yqvRdInBXJBhhtwsrcqJ9fVhE0oCJmmUkyGS91A==
|
||||
dependencies:
|
||||
"@nrwl/devkit" "15.4.0"
|
||||
"@nrwl/linter" "15.4.0"
|
||||
"@nrwl/devkit" "15.4.4"
|
||||
"@nrwl/linter" "15.4.4"
|
||||
"@parcel/watcher" "2.0.4"
|
||||
chalk "4.1.0"
|
||||
chokidar "^3.5.1"
|
||||
@ -4558,7 +4558,7 @@
|
||||
jsonc-parser "3.2.0"
|
||||
minimatch "3.0.5"
|
||||
npm-run-path "^4.0.1"
|
||||
nx "15.4.0"
|
||||
nx "15.4.4"
|
||||
open "^8.4.0"
|
||||
rxjs "^6.5.4"
|
||||
semver "7.3.4"
|
||||
@ -7726,15 +7726,6 @@
|
||||
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
|
||||
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
|
||||
|
||||
"@yarn-tool/resolve-package@^1.0.40":
|
||||
version "1.0.47"
|
||||
resolved "https://registry.yarnpkg.com/@yarn-tool/resolve-package/-/resolve-package-1.0.47.tgz#8ec25f291a316280a281632331e88926a66fdf19"
|
||||
integrity sha512-Zaw58gQxjQceJqhqybJi1oUDaORT8i2GTgwICPs8v/X/Pkx35FXQba69ldHVg5pQZ6YLKpROXgyHvBaCJOFXiA==
|
||||
dependencies:
|
||||
pkg-dir "< 6 >= 5"
|
||||
tslib "^2"
|
||||
upath2 "^3.1.13"
|
||||
|
||||
"@yarnpkg/lockfile@1.1.0", "@yarnpkg/lockfile@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
|
||||
@ -18253,13 +18244,13 @@ nx@15.0.3, "nx@>=14.8.1 < 16":
|
||||
yargs "^17.4.0"
|
||||
yargs-parser "21.0.1"
|
||||
|
||||
nx@15.4.0:
|
||||
version "15.4.0"
|
||||
resolved "https://registry.yarnpkg.com/nx/-/nx-15.4.0.tgz#2e259f6851aaa109e7fcecfb56cf7e0fae483e2f"
|
||||
integrity sha512-6sS6a8q3Vb8W6ElDbhtLuzZcyPgsHC8Yx46tgVALMLzfcJMuUfPT/WYHkhc2/5VPoTvwOOMsuUnKILrApOydhg==
|
||||
nx@15.4.4:
|
||||
version "15.4.4"
|
||||
resolved "https://registry.yarnpkg.com/nx/-/nx-15.4.4.tgz#4cb3d3861972c6fc75df50dd526a2c7e1a26410c"
|
||||
integrity sha512-JWYeGcKsQVHR6nlk7XSL1/dAuSo2eyW+ahmMmK3j3vSnqRlZiN0q53ALZ4nD8VemAwtZCJ3CiOi4D/HExi5wbw==
|
||||
dependencies:
|
||||
"@nrwl/cli" "15.4.0"
|
||||
"@nrwl/tao" "15.4.0"
|
||||
"@nrwl/cli" "15.4.4"
|
||||
"@nrwl/tao" "15.4.4"
|
||||
"@parcel/watcher" "2.0.4"
|
||||
"@yarnpkg/lockfile" "^1.1.0"
|
||||
"@yarnpkg/parsers" "^3.0.0-rc.18"
|
||||
@ -18288,7 +18279,7 @@ nx@15.4.0:
|
||||
strong-log-transformer "^2.1.0"
|
||||
tar-stream "~2.2.0"
|
||||
tmp "~0.2.1"
|
||||
tsconfig-paths "^3.9.0"
|
||||
tsconfig-paths "^4.1.2"
|
||||
tslib "^2.3.0"
|
||||
v8-compile-cache "2.3.0"
|
||||
yargs "^17.6.2"
|
||||
@ -19021,13 +19012,6 @@ path-is-inside@^1.0.1:
|
||||
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
|
||||
integrity sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==
|
||||
|
||||
path-is-network-drive@^1.0.20:
|
||||
version "1.0.20"
|
||||
resolved "https://registry.yarnpkg.com/path-is-network-drive/-/path-is-network-drive-1.0.20.tgz#9c264db2e0fce5e9bc2ef9177fcab3f996d1a1b5"
|
||||
integrity sha512-p5wCWlRB4+ggzxWshqHH9aF3kAuVu295NaENXmVhThbZPJQBeJdxZTP6CIoUR+kWHDUW56S9YcaO1gXnc/BOxw==
|
||||
dependencies:
|
||||
tslib "^2"
|
||||
|
||||
path-key@^2.0.0, path-key@^2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
||||
@ -19043,13 +19027,6 @@ path-parse@^1.0.7:
|
||||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
||||
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
||||
|
||||
path-strip-sep@^1.0.17:
|
||||
version "1.0.17"
|
||||
resolved "https://registry.yarnpkg.com/path-strip-sep/-/path-strip-sep-1.0.17.tgz#3b7dd4f461cf73a9277333f50289ce9b00cffba3"
|
||||
integrity sha512-+2zIC2fNgdilgV7pTrktY6oOxxZUo9x5zJYfTzxsGze5kSGDDwhA5/0WlBn+sUyv/WuuyYn3OfM+Ue5nhdQUgA==
|
||||
dependencies:
|
||||
tslib "^2"
|
||||
|
||||
path-to-regexp@0.1.7:
|
||||
version "0.1.7"
|
||||
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
|
||||
@ -19193,13 +19170,6 @@ piscina@3.2.0, piscina@~3.2.0:
|
||||
optionalDependencies:
|
||||
nice-napi "^1.0.2"
|
||||
|
||||
"pkg-dir@< 6 >= 5", pkg-dir@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
|
||||
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
|
||||
dependencies:
|
||||
find-up "^5.0.0"
|
||||
|
||||
pkg-dir@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
|
||||
@ -19214,6 +19184,13 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
||||
dependencies:
|
||||
find-up "^4.0.0"
|
||||
|
||||
pkg-dir@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
|
||||
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
|
||||
dependencies:
|
||||
find-up "^5.0.0"
|
||||
|
||||
pkginfo@0.4.1:
|
||||
version "0.4.1"
|
||||
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff"
|
||||
@ -21245,18 +21222,6 @@ rollup-plugin-typescript2@0.34.1:
|
||||
semver "^7.3.7"
|
||||
tslib "^2.4.0"
|
||||
|
||||
rollup-plugin-typescript2@^0.31.1:
|
||||
version "0.31.2"
|
||||
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.31.2.tgz#463aa713a7e2bf85b92860094b9f7fb274c5a4d8"
|
||||
integrity sha512-hRwEYR1C8xDGVVMFJQdEVnNAeWRvpaY97g5mp3IeLnzhNXzSVq78Ye/BJ9PAaUfN4DXa/uDnqerifMOaMFY54Q==
|
||||
dependencies:
|
||||
"@rollup/pluginutils" "^4.1.2"
|
||||
"@yarn-tool/resolve-package" "^1.0.40"
|
||||
find-cache-dir "^3.3.2"
|
||||
fs-extra "^10.0.0"
|
||||
resolve "^1.20.0"
|
||||
tslib "^2.3.1"
|
||||
|
||||
rollup-pluginutils@^2.8.2:
|
||||
version "2.8.2"
|
||||
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
|
||||
@ -23320,15 +23285,6 @@ ts-pnp@^1.1.6:
|
||||
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
|
||||
integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
|
||||
|
||||
tsconfig-paths-webpack-plugin@3.5.2, tsconfig-paths-webpack-plugin@^3.3.0:
|
||||
version "3.5.2"
|
||||
resolved "https://registry.yarnpkg.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-3.5.2.tgz#01aafff59130c04a8c4ebc96a3045c43c376449a"
|
||||
integrity sha512-EhnfjHbzm5IYI9YPNVIxx1moxMI4bpHD2e0zTXeDNQcwjjRaGepP7IhTHJkyDBG0CAOoxRfe7jCG630Ou+C6Pw==
|
||||
dependencies:
|
||||
chalk "^4.1.0"
|
||||
enhanced-resolve "^5.7.0"
|
||||
tsconfig-paths "^3.9.0"
|
||||
|
||||
tsconfig-paths-webpack-plugin@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz#84008fc3e3e0658fdb0262758b07b4da6265ff1a"
|
||||
@ -23338,7 +23294,16 @@ tsconfig-paths-webpack-plugin@4.0.0:
|
||||
enhanced-resolve "^5.7.0"
|
||||
tsconfig-paths "^4.0.0"
|
||||
|
||||
tsconfig-paths@^3.14.1:
|
||||
tsconfig-paths-webpack-plugin@^3.3.0:
|
||||
version "3.5.2"
|
||||
resolved "https://registry.yarnpkg.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-3.5.2.tgz#01aafff59130c04a8c4ebc96a3045c43c376449a"
|
||||
integrity sha512-EhnfjHbzm5IYI9YPNVIxx1moxMI4bpHD2e0zTXeDNQcwjjRaGepP7IhTHJkyDBG0CAOoxRfe7jCG630Ou+C6Pw==
|
||||
dependencies:
|
||||
chalk "^4.1.0"
|
||||
enhanced-resolve "^5.7.0"
|
||||
tsconfig-paths "^3.9.0"
|
||||
|
||||
tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0:
|
||||
version "3.14.1"
|
||||
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
|
||||
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
|
||||
@ -23357,7 +23322,7 @@ tsconfig-paths@^4.0.0, tsconfig-paths@^4.1.2:
|
||||
minimist "^1.2.6"
|
||||
strip-bom "^3.0.0"
|
||||
|
||||
tslib@2.4.0, tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0:
|
||||
tslib@2.4.0, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0:
|
||||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
|
||||
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
|
||||
@ -23826,16 +23791,6 @@ unzipper@^0.10.11:
|
||||
readable-stream "~2.3.6"
|
||||
setimmediate "~1.0.4"
|
||||
|
||||
upath2@^3.1.13:
|
||||
version "3.1.19"
|
||||
resolved "https://registry.yarnpkg.com/upath2/-/upath2-3.1.19.tgz#d987d34a62b2daad1c54a692fd5a720a30c9a786"
|
||||
integrity sha512-d23dQLi8nDWSRTIQwXtaYqMrHuca0As53fNiTLLFDmsGBbepsZepISaB2H1x45bDFN/n3Qw9bydvyZEacTrEWQ==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
path-is-network-drive "^1.0.20"
|
||||
path-strip-sep "^1.0.17"
|
||||
tslib "^2"
|
||||
|
||||
upath@^1.1.1:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user