Skip to content

Commit

Permalink
chore: enable ESM-only devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 10, 2024
1 parent e570b79 commit 1bb8aa5
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 83 deletions.
6 changes: 1 addition & 5 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

module.exports = {
reject: [
// Todo: When package converted to ESM
'camelcase',
'chai',
'decamelize',
// Todo: When package converted to ESM only
'escape-string-regexp',
'open-editor',

// todo[engine:node@>=20]: Can reenable
'glob',
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"c8": "^10.1.2",
"camelcase": "^6.3.0",
"chai": "^4.3.10",
"camelcase": "^8.0.0",
"chai": "^5.1.1",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"decamelize": "^6.0.0",
"eslint": "9.6.0",
"eslint-config-canonical": "~43.0.13",
"espree": "^10.1.0",
Expand All @@ -63,7 +63,7 @@
"lint-staged": "^15.2.7",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.6.0",
"open-editor": "^3.0.0",
"open-editor": "^4.1.1",
"replace": "^1.2.2",
"rimraf": "^5.0.7",
"semantic-release": "^24.0.0",
Expand Down
146 changes: 72 additions & 74 deletions pnpm-lock.yaml

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

0 comments on commit 1bb8aa5

Please sign in to comment.