Skip to content

Commit 779629f

Browse files
authored
feat: ACNA-3249 - node 22 has warning in every cli command (eslint error) (#124)
1 parent 21d0f11 commit 779629f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@
7676
"postpack": "rm -f oclif.manifest.json",
7777
"version": "oclif readme && git add README.md",
7878
"e2e": "jest --detectOpenHandles -c e2e/jest.e2e.config.js"
79+
},
80+
"overrides": {
81+
"uri-js": "npm:fast-uri@^3.0.3"
7982
}
8083
}

0 commit comments

Comments
 (0)