Skip to content

Commit

Permalink
Merge tag 'v1.22.4'
Browse files Browse the repository at this point in the history
v1.22.4

 - Revert "[Refactor] deprecated `lib/core.js` now uses data from `is-core-module` also"
 - [Deps] update `is-core-module`
 - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `semver`, `tape`
 - [meta] commit published core.json data
  • Loading branch information
ljharb committed Aug 4, 2023
2 parents 43eb6cd + 37504d6 commit 464fde0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.0.1",
"@ljharb/eslint-config": "^21.1.0",
"array.prototype.map": "^1.0.5",
"aud": "^2.0.2",
"aud": "^2.0.3",
"copy-dir": "^1.3.0",
"eclint": "^2.8.1",
"eslint": "=8.8.0",
Expand All @@ -57,6 +57,7 @@
"safe-publish-latest": "^2.0.0",
"tap": "^0.4.13",
"tape": "^5.6.3",
"tape": "^5.6.6",
"tmp": "^0.0.31"
},
"license": "MIT",
Expand All @@ -69,7 +70,7 @@
"url": "https://github.com/sponsors/ljharb"
},
"dependencies": {
"is-core-module": "^2.12.0",
"is-core-module": "^2.13.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
Expand Down

0 comments on commit 464fde0

Please sign in to comment.