зеркало из https://github.com/mozilla/fxa.git
chore: update nx to 19.3
Because: * We want to use the latest version of Nx. This commit: * Updates Nx to 19.3.
This commit is contained in:
Родитель
c16e4bcd57
Коммит
39efc8ddf4
|
@ -30,6 +30,7 @@ secrets.json
|
|||
**/storybook-static
|
||||
*.sass-cache
|
||||
.nx/cache
|
||||
.nx/workspace-data
|
||||
**/schema.gql
|
||||
*.map
|
||||
*.swp
|
||||
|
|
|
@ -4,3 +4,5 @@
|
|||
# Autogenerated files
|
||||
packages/fxa-admin-server/src/schema.gql
|
||||
packages/fxa-admin-server/src/graphql.ts
|
||||
|
||||
/.nx/workspace-data
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"name": "@fxa/payments/cart",
|
||||
"version": "0.0.1",
|
||||
"type": "commonjs",
|
||||
"main": "./src/index.js",
|
||||
"typings": "./src/index.d.ts"
|
||||
"version": "0.0.1"
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"outputPath": "dist/libs/payments/cart",
|
||||
"main": "libs/payments/cart/src/index.ts",
|
||||
"tsConfig": "libs/payments/cart/tsconfig.lib.json",
|
||||
"packageJson": "libs/payments/cart/package.json",
|
||||
"assets": ["libs/payments/cart/*.md"]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -17,9 +17,7 @@
|
|||
{
|
||||
"files": ["*.json"],
|
||||
"parser": "jsonc-eslint-parser",
|
||||
"rules": {
|
||||
"@nx/dependency-checks": "error"
|
||||
}
|
||||
"rules": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -8,11 +8,10 @@
|
|||
"executor": "@nx/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"rootDir": ".",
|
||||
"outputPath": "dist/libs/shared/account/account",
|
||||
"tsConfig": "libs/shared/account/account/tsconfig.lib.json",
|
||||
"packageJson": "libs/shared/account/account/package.json",
|
||||
"main": "libs/shared/account/account/libs/shared/account/account/src/index.ts",
|
||||
"main": "libs/shared/account/account/src/index.ts",
|
||||
"assets": ["libs/shared/account/account/*.md"]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
export * from './lib/account.manager';
|
||||
export * from './lib/account.error';
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"types": ["node"]
|
||||
},
|
||||
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"],
|
||||
"include": ["src/**/*.ts", "../../db/mysql/account/src/lib/tests.ts"]
|
||||
"include": ["src/**/*.ts"]
|
||||
}
|
||||
|
|
46
package.json
46
package.json
|
@ -77,7 +77,7 @@
|
|||
"@sentry/integrations": "^7.113.0",
|
||||
"@sentry/node": "^7.113.0",
|
||||
"@sentry/opentelemetry-node": "^7.113.0",
|
||||
"@swc/helpers": "~0.5.2",
|
||||
"@swc/helpers": "0.5.11",
|
||||
"@type-cacheable/core": "^14.0.1",
|
||||
"@type-cacheable/ioredis-adapter": "^10.0.4",
|
||||
"base64url": "^3.0.1",
|
||||
|
@ -99,7 +99,7 @@
|
|||
"mysql2": "^3.9.7",
|
||||
"nest-typed-config": "^2.9.2",
|
||||
"nest-winston": "^1.9.4",
|
||||
"next": "^14.2.3",
|
||||
"next": "14.2.3",
|
||||
"next-auth": "beta",
|
||||
"node-fetch": "^2.6.7",
|
||||
"node-hkdf": "^0.0.2",
|
||||
|
@ -111,8 +111,8 @@
|
|||
"passport-jwt": "^4.0.1",
|
||||
"pm2": "^5.3.0",
|
||||
"prettier": "^2.6.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-ga4": "^2.1.0",
|
||||
"rxjs": "^7.8.1",
|
||||
"semver": "^7.6.2",
|
||||
|
@ -163,14 +163,14 @@
|
|||
"@nestjs/cli": "^10.3.2",
|
||||
"@nestjs/schematics": "^10.1.1",
|
||||
"@nestjs/testing": "^10.3.4",
|
||||
"@nx/eslint-plugin": "18.3.1",
|
||||
"@nx/jest": "18.3.1",
|
||||
"@nx/js": "18.3.1",
|
||||
"@nx/next": "18.3.1",
|
||||
"@nx/node": "18.3.1",
|
||||
"@nx/react": "18.3.1",
|
||||
"@nx/storybook": "18.3.1",
|
||||
"@nx/workspace": "18.3.1",
|
||||
"@nx/eslint-plugin": "19.3.0",
|
||||
"@nx/jest": "19.3.0",
|
||||
"@nx/js": "19.3.0",
|
||||
"@nx/next": "19.3.0",
|
||||
"@nx/node": "19.3.0",
|
||||
"@nx/react": "19.3.0",
|
||||
"@nx/storybook": "19.3.0",
|
||||
"@nx/workspace": "19.3.0",
|
||||
"@storybook/addon-essentials": "^7.6.15",
|
||||
"@storybook/addon-styling": "^1.3.7",
|
||||
"@storybook/core-common": "^7.4.5",
|
||||
|
@ -178,10 +178,10 @@
|
|||
"@storybook/html-webpack5": "^7.6.13",
|
||||
"@storybook/nextjs": "^7.6.14",
|
||||
"@storybook/react-webpack5": "^7.4.5",
|
||||
"@swc-node/register": "~1.9.0",
|
||||
"@swc/cli": "~0.1.62",
|
||||
"@swc/core": "~1.4.6",
|
||||
"@testing-library/react": "^15.0.2",
|
||||
"@swc-node/register": "1.9.2",
|
||||
"@swc/cli": "0.3.12",
|
||||
"@swc/core": "1.5.29",
|
||||
"@testing-library/react": "15.0.6",
|
||||
"@types/babel__core": "^7",
|
||||
"@types/bn.js": "^5",
|
||||
"@types/jest": "^29.5.1",
|
||||
|
@ -191,8 +191,8 @@
|
|||
"@types/passport": "^1.0.6",
|
||||
"@types/passport-http-bearer": "^1.0.36",
|
||||
"@types/passport-jwt": "^4",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/react": "18.3.1",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@types/react-test-renderer": "^18",
|
||||
"@types/set-value": "^4",
|
||||
"@types/uuid": "^8.3.0",
|
||||
|
@ -203,7 +203,7 @@
|
|||
"esbuild": "^0.17.15",
|
||||
"esbuild-register": "^3.5.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-next": "14.1.4",
|
||||
"eslint-config-next": "14.2.3",
|
||||
"eslint-plugin-fxa": "workspace:*",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jest": "^27.6.0",
|
||||
|
@ -223,17 +223,17 @@
|
|||
"json": "^11.0.0",
|
||||
"mocha-junit-reporter": "^2.2.0",
|
||||
"mocha-multi": "^1.1.7",
|
||||
"nx": "18.3.1",
|
||||
"nx-cloud": "18.0.0",
|
||||
"nx": "19.3.0",
|
||||
"nx-cloud": "19.0.0",
|
||||
"persistgraphql": "^0.3.11",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss": "8.4.38",
|
||||
"react-test-renderer": "^18.3.1",
|
||||
"reflect-metadata": "^0.2.1",
|
||||
"server-only": "^0.0.1",
|
||||
"stylelint": "^16.5.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-recommended-scss": "^14.0.0",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tailwindcss": "3.4.3",
|
||||
"ts-jest": "^29.1.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsc-alias": "^1.8.8",
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
"postcss-import": "^16.1.0",
|
||||
"prettier": "^2.3.1",
|
||||
"supertest": "^7.0.0",
|
||||
"tailwindcss": "3.4.3",
|
||||
"tailwindcss-textshadow": "^2.1.3",
|
||||
"typescript": "^5.4.2",
|
||||
"webpack": "^5.84.1"
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
"jest": "29.3.1",
|
||||
"pm2": "^5.3.0",
|
||||
"supertest": "^7.0.0",
|
||||
"tailwindcss": "3.4.3",
|
||||
"ts-jest": "^29.1.2",
|
||||
"typescript": "^5.4.2",
|
||||
"yargs": "^17.0.1"
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
"storybook": "^7.0.23",
|
||||
"storybook-addon-mock": "4.2.1",
|
||||
"supertest": "^7.0.0",
|
||||
"tailwindcss": "3.4.3",
|
||||
"typescript": "^5.4.2",
|
||||
"wait-for-expect": "^3.0.2",
|
||||
"webpack": "^5.84.1"
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
"rimraf": "^5.0.0",
|
||||
"sass-loader": "^14.2.1",
|
||||
"storybook": "^7.0.23",
|
||||
"tailwindcss": "3.4.3",
|
||||
"tsc-alias": "^1.8.8",
|
||||
"typescript": "^5.4.2",
|
||||
"webpack": "^5.84.1"
|
||||
|
|
1253
yarn.lock
1253
yarn.lock
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче