Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent a3e1cd1 commit fd828b8
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 82 deletions.
42 changes: 21 additions & 21 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
"description": "",
"devDependencies": {
"@gobstones/typedoc-theme-gobstones": "0.3.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/typed-document-node": "^5.0.9",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-typed-document-node/core": "^3.2.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash": "^4.17.7",
"axios-mock-adapter": "^1.22.0",
"rollup": "^4.20.0",
"rollup-plugin-dts": "^5.2.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/import-types-preset": "3.0.0",
"@graphql-codegen/typed-document-node": "5.0.9",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "4.2.3",
"@graphql-typed-document-node/core": "3.2.0",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/lodash": "4.17.7",
"axios-mock-adapter": "1.22.0",
"rollup": "4.20.0",
"rollup-plugin-dts": "5.3.1",
"typedoc": "0.26.7",
"typedoc-plugin-extras": "3.1.0"
},
"dependencies": {
"@apollo/client": "^3.10.8",
"axios": "^1.7.2",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"typescript-json-serializer": "^6.0.1",
"winston": "^3.13.1"
"axios": "1.7.3",
"graphql": "16.9.0",
"lodash": "4.17.21",
"node-fetch": "2.7.0",
"typescript-json-serializer": "6.0.1",
"winston": "3.13.1"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"url": "https://github.com/ExpediaGroup/lodging-connectivity-nodejs-sdk"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
"@types/jest": "29.5.12",
"@types/node": "20.14.14",
"@types/node-fetch": "2.6.11",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"tslib": "2.6.3",
"typescript": "5.5.4"
},
"workspaces": [
"code",
Expand Down
84 changes: 39 additions & 45 deletions pnpm-lock.yaml

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

0 comments on commit fd828b8

Please sign in to comment.