Skip to content

Commit

Permalink
Do e013cc0’s typescript-eslint version bumps in package.json
Browse files Browse the repository at this point in the history
Perhaps I’ve misunderstood something, but it seems that if these version
bumps are only in package-lock.json, then they get rolled back when NPM
is asked to resolve a package-lock.json conflict [1] with e3e6781.

[1] https://docs.npmjs.com/cli/v6/configuring-npm/package-locks#resolving-lockfile-conflicts
  • Loading branch information
lawrence-forooghian committed Nov 1, 2023
1 parent 1b49159 commit 83ea4b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@types/node": "^18.0.0",
"@types/request": "^2.48.7",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"async": "ably-forks/async#requirejs",
"aws-sdk": "^2.1413.0",
"chai": "^4.2.0",
Expand Down

0 comments on commit 83ea4b6

Please sign in to comment.