Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2024
1 parent a69ae86 commit eee79f2
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 99 deletions.
26 changes: 13 additions & 13 deletions agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@
"ws": "^8.16.0"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/diff": "^5.0.9",
"@types/fast-json-stable-stringify": "^2.1.0",
"@types/glob": "^8.0.0",
"@types/dedent": "0.7.0",
"@types/diff": "5.0.9",
"@types/fast-json-stable-stringify": "2.1.0",
"@types/glob": "8.0.0",
"@types/google-protobuf": "3.15.12",
"@types/js-levenshtein": "^1.1.1",
"@types/lodash": "^4.14.195",
"@types/minimatch": "^5.1.2",
"@types/node-localstorage": "^1.3.3",
"@types/open": "^6.2.1",
"@types/uuid": "^9.0.2",
"@types/vscode": "^1.80.0",
"@types/win-ca": "^3.5.4",
"@types/ws": "^8.5.10",
"@types/js-levenshtein": "1.1.1",
"@types/lodash": "4.17.0",
"@types/minimatch": "5.1.2",
"@types/node-localstorage": "1.3.3",
"@types/open": "6.2.1",
"@types/uuid": "9.0.2",
"@types/vscode": "1.80.0",
"@types/win-ca": "3.5.4",
"@types/ws": "8.5.10",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"csv-writer": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/prompt-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"vscode-uri": "^3.0.8"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/lodash": "4.17.7",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"react": "^18.2.0",
Expand Down
16 changes: 8 additions & 8 deletions lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
},
"devDependencies": {
"@sourcegraph/cody-context-filters-test-dataset": "^1.0.0",
"@types/crypto-js": "^4.2.2",
"@types/dedent": "^0.7.0",
"@types/diff": "^5.0.9",
"@types/isomorphic-fetch": "^0.0.39",
"@types/lodash": "^4.14.195",
"@types/node-fetch": "^2.6.4",
"@types/semver": "^7.5.0",
"@types/vscode": "^1.80.0"
"@types/crypto-js": "4.2.2",
"@types/dedent": "0.7.0",
"@types/diff": "5.0.9",
"@types/isomorphic-fetch": "0.0.39",
"@types/lodash": "4.14.195",
"@types/node-fetch": "2.6.4",
"@types/semver": "7.5.8",
"@types/vscode": "1.80.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@storybook/react-vite": "^8.0.5",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/fs-extra": "^11.0.4",
"@types/fs-extra": "11.0.4",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
Expand Down
102 changes: 49 additions & 53 deletions pnpm-lock.yaml

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

44 changes: 22 additions & 22 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1335,8 +1335,8 @@
"@sourcegraph/cody-shared": "workspace:*",
"@sourcegraph/prompt-editor": "workspace:*",
"@sourcegraph/tree-sitter-wasms": "^0.1.9",
"@types/he": "^1.2.3",
"@types/mdast": "^4.0.4",
"@types/he": "1.2.3",
"@types/mdast": "4.0.4",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@vscode/codicons": "^0.0.35",
Expand Down Expand Up @@ -1395,26 +1395,26 @@
"@pollyjs/persister": "^6.0.6",
"@pollyjs/persister-fs": "^6.0.6",
"@storybook/preview-api": "^8.0.5",
"@types/crypto-js": "^4.2.2",
"@types/dedent": "^0.7.0",
"@types/diff": "^5.2.1",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.0.0",
"@types/graceful-fs": "^4.1.9",
"@types/ini": "^4.1.0",
"@types/js-levenshtein": "^1.1.1",
"@types/lodash": "^4.14.195",
"@types/marked": "^5.0.0",
"@types/mocha": "^10.0.6",
"@types/node-fetch": "^2.6.4",
"@types/npmcli__promise-spawn": "^6.0.3",
"@types/pako": "^2.0.3",
"@types/semver": "^7.5.0",
"@types/signal-exit": "^3.0.4",
"@types/unzipper": "^0.10.7",
"@types/uuid": "^9.0.2",
"@types/vscode": "^1.79.0",
"@types/crypto-js": "4.2.2",
"@types/dedent": "0.7.0",
"@types/diff": "5.2.1",
"@types/express": "4.17.17",
"@types/fs-extra": "11.0.4",
"@types/glob": "8.0.0",
"@types/graceful-fs": "4.1.9",
"@types/ini": "4.1.0",
"@types/js-levenshtein": "1.1.1",
"@types/lodash": "4.14.195",
"@types/marked": "5.0.0",
"@types/mocha": "10.0.6",
"@types/node-fetch": "2.6.4",
"@types/npmcli__promise-spawn": "6.0.3",
"@types/pako": "2.0.3",
"@types/semver": "7.5.0",
"@types/signal-exit": "3.0.4",
"@types/unzipper": "0.10.7",
"@types/uuid": "9.0.2",
"@types/vscode": "1.80.0",
"@vscode/test-electron": "^2.3.8",
"@vscode/test-web": "^0.0.47",
"@vscode/vsce": "^2.22.0",
Expand Down
Loading

0 comments on commit eee79f2

Please sign in to comment.