Skip to content

Commit

Permalink
fix: use exact versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Zuev committed Jan 20, 2022
1 parent 6a462d9 commit b564178
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 88 deletions.
149 changes: 97 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,44 +23,44 @@
"homepage": "https://github.com/yandex-cloud/nodejs-sdk#readme",
"dependencies": {
"@grpc/grpc-js": "https://gitpkg.now.sh/DavyJohnes/grpc-node/packages/grpc-js?fix-class-options-issue-with-dist",
"axios": "^0.24.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"log4js": "^6.3.0",
"long": "^5.2.0",
"luxon": "^2.2.0",
"nice-grpc": "^1.0.4",
"nice-grpc-client-middleware-deadline": "^1.0.4",
"protobufjs": "^6.8.8",
"utility-types": "^3.10.0"
"axios": "0.24.0",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",
"log4js": "6.3.0",
"long": "5.2.0",
"luxon": "2.2.0",
"nice-grpc": "1.0.4",
"nice-grpc-client-middleware-deadline": "1.0.4",
"protobufjs": "6.8.8",
"utility-types": "3.10.0"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^27.0.3",
"@types/jsonwebtoken": "^8.5.6",
"@types/lodash": "^4.14.178",
"@types/luxon": "^2.0.8",
"@types/node": "^16.11.3",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint-plugin-unicorn": "^39.0.0",
"fast-glob": "^3.2.7",
"grpc-tools": "^1.11.2",
"husky": "^7.0.4",
"jest": "^27.4.5",
"semantic-release": "^18.0.1",
"ts-jest": "^27.1.1",
"ts-node": "^10.4.0",
"ts-proto": "^1.95.1",
"typescript": "^4.5.4"
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@semantic-release/git": "10.0.1",
"@types/jest": "27.0.3",
"@types/jsonwebtoken": "8.5.6",
"@types/lodash": "4.14.178",
"@types/luxon": "2.0.8",
"@types/node": "16.11.3",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"eslint": "8.4.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prefer-arrow-functions": "3.1.4",
"eslint-plugin-unicorn": "39.0.0",
"fast-glob": "3.2.7",
"grpc-tools": "1.11.2",
"husky": "7.0.4",
"jest": "27.4.5",
"semantic-release": "18.0.1",
"ts-jest": "27.1.1",
"ts-node": "10.4.0",
"ts-proto": "1.95.1",
"typescript": "4.5.4"
},
"scripts": {
"test": "jest -c config/jest.ts --passWithNoTests",
Expand Down

0 comments on commit b564178

Please sign in to comment.