Skip to content

Commit 1bb8aa5

Browse files
committed
chore: enable ESM-only devDeps
1 parent e570b79 commit 1bb8aa5

File tree

3 files changed

+77
-83
lines changed

3 files changed

+77
-83
lines changed

.ncurc.cjs

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22

33
module.exports = {
44
reject: [
5-
// Todo: When package converted to ESM
6-
'camelcase',
7-
'chai',
8-
'decamelize',
5+
// Todo: When package converted to ESM only
96
'escape-string-regexp',
10-
'open-editor',
117

128
// todo[engine:node@>=20]: Can reenable
139
'glob',

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"babel-plugin-istanbul": "^7.0.0",
4848
"babel-plugin-transform-import-meta": "^2.2.1",
4949
"c8": "^10.1.2",
50-
"camelcase": "^6.3.0",
51-
"chai": "^4.3.10",
50+
"camelcase": "^8.0.0",
51+
"chai": "^5.1.1",
5252
"cross-env": "^7.0.3",
53-
"decamelize": "^5.0.1",
53+
"decamelize": "^6.0.0",
5454
"eslint": "9.6.0",
5555
"eslint-config-canonical": "~43.0.13",
5656
"espree": "^10.1.0",
@@ -63,7 +63,7 @@
6363
"lint-staged": "^15.2.7",
6464
"lodash.defaultsdeep": "^4.6.1",
6565
"mocha": "^10.6.0",
66-
"open-editor": "^3.0.0",
66+
"open-editor": "^4.1.1",
6767
"replace": "^1.2.2",
6868
"rimraf": "^5.0.7",
6969
"semantic-release": "^24.0.0",

pnpm-lock.yaml

+72-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)