chore(deps): fixed yarn dependency warnings

This commit is contained in:
Danny Coates 2020-09-17 13:53:43 -07:00
Родитель 8f8837e445
Коммит b32addf864
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C442633C62E00CB
9 изменённых файлов: 125 добавлений и 941 удалений

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

@ -18,6 +18,11 @@ packageExtensions:
"@types/react": 16.9.35
apollo-client: 2.6.10
graphql: 14.6.0
"@nestjs/graphql@^7.6.0":
dependencies:
class-transformer: ^0.3.1
class-validator: ^0.12.2
"@nestjs/mapped-types": ^0.1.0
"@storybook/addon-actions@*":
dependencies:
react-dom: 16.13.1

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

@ -31,7 +31,6 @@
},
"devDependencies": {
"audit-filter": "0.5.0",
"browser-sync": "^2.26.7",
"eslint": "^6.8.0",
"eslint-plugin-fxa": "^2.0.2",
"fxa-shared": "workspace:*",
@ -50,7 +49,6 @@
"stop": "pm2 stop pm2.config.js",
"restart": "pm2 restart pm2.config.js",
"test": "npm run lint",
"format": "prettier --write --config ../../_dev/.prettierrc '**'",
"ui": "browser-sync start --proxy='localhost:9292' --files='**/*.css, **/*.ejs, **/*.js' --ignore=node_modules --port=5000 --no-open --serveStatic='static'"
"format": "prettier --write --config ../../_dev/.prettierrc '**'"
}
}

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

@ -104,7 +104,7 @@
"prettier": "^2.0.5",
"supertest": "^4.0.2",
"tailwindcss": "^1.7.3",
"ts-jest": "^24.3.0",
"ts-jest": "^26.3.0",
"ts-node": "^8.10.2",
"typescript": "3.9.7",
"webpack": "^4.43.0"

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

@ -37,7 +37,7 @@
"@google-cloud/pubsub": "^2.3.0",
"@grpc/grpc-js": "^1.1.3",
"@hapi/hoek": "^9.0.4",
"@hapi/joi": "^17.1.1",
"@hapi/joi": "^15.1.1",
"@nestjs/common": "^7.4.4",
"@nestjs/config": "^0.5.0",
"@nestjs/core": "^7.4.4",
@ -51,6 +51,7 @@
"@types/sinon": "9.0.5",
"aws-sdk": "^2.733.0",
"axios": "^0.20.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"convict": "^6.0.0",
"convict-format-with-moment": "^6.0.0",
@ -59,6 +60,7 @@
"fxa-jwtool": "^0.7.2",
"fxa-shared": "workspace:*",
"google-auth-library": "^6.0.6",
"graphql": "^14.6.0",
"hot-shots": "^7.8.0",
"jwks-rsa": "^1.9.0",
"mozlog": "^3.0.1",
@ -66,7 +68,7 @@
"passport-jwt": "^4.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.6.3",
"rxjs": "^6.5.5",
"sqs-consumer": "^5.4.0",
"typesafe-joi": "^2.1.0",
"uuid": "^8.3.0"
@ -103,7 +105,7 @@
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"typesafe-node-firestore": "^1.3.0",
"typesafe-node-firestore": "^1.4.0",
"typescript": "3.9.7"
},
"jest": {

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

@ -90,7 +90,7 @@
"redux-devtools-extension": "^2.13.8",
"sinon": "^9.0.3",
"supertest": "^4.0.2",
"ts-jest": "^24.3.0",
"ts-jest": "^26.3.0",
"ts-node": "^8.10.2",
"typescript": "3.9.7",
"wait-for-expect": "^1.3.0",

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

@ -64,7 +64,7 @@
"sass": "1.26.10",
"sass-loader": "^8.0.2",
"tailwindcss": "^1.7.3",
"ts-jest": "^24.3.0",
"ts-jest": "^26.3.0",
"typescript": "3.9.7",
"webpack": "^4.43.0"
},

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

@ -84,10 +84,12 @@
"aws-sdk": "^2.752.0",
"bluebird": "^3.7.2",
"celebrate": "^10.0.1",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"cors": "^2.8.5",
"find-up": "^5.0.0",
"generic-pool": "^3.7.1",
"graphql": "^15.3.0",
"graphql": "^14.6.0",
"hot-shots": "^7.8.0",
"joi": "^14.3.1",
"js-md5": "^0.7.3",
@ -98,7 +100,7 @@
"node-uap": "git://github.com/mozilla-fxa/node-uap.git#96dc1f9f224422ec184395b6408cd1fc40ee452a",
"redis": "^2.8.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",
"rxjs": "^6.5.5",
"stripe": "^8.69.0"
},
"jest": {

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

@ -29,7 +29,7 @@
"readmeFilename": "README.md",
"dependencies": {
"@hapi/hapi": "^20.0.0",
"@hapi/joi": "^17.1.1",
"@hapi/joi": "^15.1.1",
"@hapi/scooter": "^6.0.0",
"blankie": "^5.0.0",
"convict": "^6.0.0",

1035
yarn.lock

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