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] committed Oct 22, 2023
1 parent b3dba14 commit deef219
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

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

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,26 @@
"test:ci": "node ./out/__tests__/githubCheckTests.js"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.1",
"@graphql-codegen/typed-document-node": "^2.3.10",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/typescript-operations": "^2.5.10",
"@types/glob": "^7.1.3",
"@types/graphql": "^14.5.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.165",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.4",
"@types/vscode": "^1.74.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"@vscode/test-electron": "^2.2.1",
"@vscode/vsce": "^2.19.0",
"esbuild": "^0.17.19",
"eslint": "^7.1.0",
"mocha": "^10.2.0",
"prettier": "^2.2.1",
"typescript": "^5.1.6"
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/typed-document-node": "2.3.13",
"@graphql-codegen/typescript": "2.8.8",
"@graphql-codegen/typescript-operations": "2.5.13",
"@types/glob": "7.2.0",
"@types/graphql": "14.5.0",
"@types/js-yaml": "4.0.5",
"@types/lodash": "4.14.196",
"@types/mocha": "10.0.1",
"@types/node": "20.4.5",
"@types/vscode": "1.80.0",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"@vscode/test-electron": "2.3.3",
"@vscode/vsce": "2.19.0",
"esbuild": "0.17.19",
"eslint": "7.32.0",
"mocha": "10.2.0",
"prettier": "2.8.8",
"typescript": "5.1.6"
},
"dependencies": {
"@apollo/client": "^3.4.16",
Expand Down

0 comments on commit deef219

Please sign in to comment.