Skip to content

Commit 4ab6d68

Browse files
author
Damien Maillard
committed
Update @jsenv/core ot fix test execution
1 parent 15b29c1 commit 4ab6d68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@babel/preset-env": "7.15.6",
5858
"@jsenv/assert": "2.3.1",
5959
"@jsenv/codecov-upload": "3.5.0",
60-
"@jsenv/core": "22.0.1",
60+
"@jsenv/core": "22.0.3",
6161
"@jsenv/eslint-config": "16.0.6",
6262
"@jsenv/github-release-package": "1.2.3",
6363
"@jsenv/importmap-eslint-resolver": "5.1.2",

script/importmap/generate_importmap.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ await writeImportMapFiles({
1818
useForJsConfigJSON: true,
1919
},
2020
},
21-
exportsFieldWarningConfig: { dependencies: true },
21+
// exportsFieldWarningConfig: { dependencies: true },
2222
})

0 commit comments

Comments
 (0)