Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent bb855ae commit 382a35a
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 103 deletions.
26 changes: 13 additions & 13 deletions agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,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 @@ -39,14 +39,14 @@
},
"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.8",
"@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",
"agent-base": "^7.1.1",
"type-fest": "^4.26.1"
}
Expand Down
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
106 changes: 51 additions & 55 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 382a35a

Please sign in to comment.