chore: update nx to 19.5.1 and typescript to 5.5.3

Because:

* nx 19.5.1 has been released
* typescript 5.5.3 has been released

This commit:

* updates nx to 19.5.1
* updates typescript to 5.5.3
This commit is contained in:
Ben Bangert 2024-07-22 17:15:28 +00:00
Родитель 68b599c592
Коммит d39fca36e5
Не найден ключ, соответствующий данной подписи
17 изменённых файлов: 939 добавлений и 432 удалений

Просмотреть файл

@ -1,6 +1,5 @@
{
"extends": [
"plugin:@nx/react-typescript",
"next",
"next/core-web-vitals",
"../../../.eslintrc.json"

Просмотреть файл

@ -1,5 +1,5 @@
{
"extends": ["plugin:@nx/react", "../../../.eslintrc.json"],
"extends": ["../../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"overrides": [
{

Просмотреть файл

@ -9,7 +9,7 @@ import { FluentDateTime, FluentNumber } from '@fluent/bundle';
const baseCurrencyOptions = {
style: 'currency',
currencyDisplay: 'symbol',
};
} as any; // FIXME: satisfies should be used, but is included in builds resulting in build errors
/**
* This method is used to provide Fluent with a localizable value that can be formatted per .ftl file based on localization requirements

Просмотреть файл

@ -163,15 +163,15 @@
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.4",
"@nx/esbuild": "19.3.0",
"@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",
"@nx/esbuild": "19.5.1",
"@nx/eslint-plugin": "19.5.1",
"@nx/jest": "19.5.1",
"@nx/js": "19.5.1",
"@nx/next": "19.5.1",
"@nx/node": "19.5.1",
"@nx/react": "19.5.1",
"@nx/storybook": "19.5.1",
"@nx/workspace": "19.5.1",
"@storybook/addon-essentials": "^7.6.15",
"@storybook/addon-styling": "^1.3.7",
"@storybook/core-common": "^7.4.5",
@ -225,7 +225,7 @@
"json": "^11.0.0",
"mocha-junit-reporter": "^2.2.0",
"mocha-multi": "^1.1.7",
"nx": "19.3.0",
"nx": "19.5.1",
"nx-cloud": "19.0.0",
"persistgraphql": "^0.3.11",
"postcss": "8.4.38",
@ -240,7 +240,7 @@
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.4.2"
"typescript": "^5.5.3"
},
"workspaces": [
"packages/*"

Просмотреть файл

@ -85,7 +85,7 @@
"supertest": "^7.0.0",
"tailwindcss": "3.4.3",
"tailwindcss-textshadow": "^2.1.3",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"webpack": "^5.84.1"
},
"nx": {

Просмотреть файл

@ -74,7 +74,7 @@
"supertest": "^7.0.0",
"tailwindcss": "3.4.3",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"yargs": "^17.0.1"
},
"nx": {

Просмотреть файл

@ -63,7 +63,7 @@
"fast-text-encoding": "^1.0.4",
"mocha": "^10.4.0",
"prettier": "^2.8.7",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"webcrypto-liner": "^1.4.0"
},
"mocha": {

Просмотреть файл

@ -210,7 +210,7 @@
"through": "2.3.8",
"tsc-alias": "^1.8.8",
"type-fest": "^4.18.1",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"webpack": "^5.84.1",
"webpack-watch-files-plugin": "^1.2.1",
"ws": "^8.17.0"

Просмотреть файл

@ -175,7 +175,7 @@
"sinon-express-mock": "^2.2.1",
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"upng-js": "2.1.0",
"url-loader": "4.1.1",
"webpack-dev-middleware": "^7.1.0",

Просмотреть файл

@ -84,7 +84,7 @@
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.2"
"typescript": "^5.5.3"
},
"jest": {
"moduleFileExtensions": [

Просмотреть файл

@ -88,7 +88,7 @@
"pm2": "^5.3.0",
"prettier": "^2.3.1",
"supertest": "^7.0.0",
"typescript": "^5.4.2"
"typescript": "^5.5.3"
},
"nx": {
"tags": [

Просмотреть файл

@ -118,7 +118,7 @@
"storybook-addon-mock": "4.2.1",
"supertest": "^7.0.0",
"tailwindcss": "3.4.3",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"wait-for-expect": "^3.0.2",
"webpack": "^5.84.1"
},

Просмотреть файл

@ -12,7 +12,7 @@ import { PlanInterval } from '../store/types';
const baseCurrencyOptions = {
style: 'currency',
currencyDisplay: 'symbol',
};
} as any; // FIXME: satisfies should be used, but is included in builds resulting in build errors
/**
* This method is used to provide Fluent with a localizable value that can be formatted per .ftl file based on localization requirements

Просмотреть файл

@ -96,7 +96,7 @@
"storybook": "^7.0.23",
"tailwindcss": "3.4.3",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"webpack": "^5.84.1"
},
"repository": {

Просмотреть файл

@ -253,7 +253,7 @@
"style-loader": "^4.0.0",
"ts-jest": "^29.1.2",
"type-fest": "^4.18.1",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"webpack": "^5.84.1"
},
"nx": {

Просмотреть файл

@ -283,7 +283,7 @@
"ts-loader": "^9.5.1",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"underscore": "^1.13.1",
"uuid": "^9.0.0"
},

1320
yarn.lock

Разница между файлами не показана из-за своего большого размера Загрузить разницу