Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Sep 29, 2022
1 parent 8b4eca8 commit 98e3bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
verbose: true,
transform: {},
moduleNameMapper: {
"#ansi-styles": "chalk/source/vendor/ansi-styles/index.js",
"#supports-color": "chalk/source/vendor/supports-color/index.js"
"#ansi-styles": "<rootDir>/node_modules/chalk/source/vendor/ansi-styles/index.js",
"#supports-color": "<rootDir>/node_modules/chalk/source/vendor/supports-color/index.js"
},
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"exports": "./lib/index.js",
"dependencies": {
"btoa": "^1.2.1",
"chalk": "^5.0.0",
"chalk": "^5.0.1",
"glob": "^8.0.3",
"js-yaml": "^4.0.0",
"jsonschema": "^1.1.0",
"marky": "^1.2.4",
"node-fetch": "^3.2.0",
"node-fetch": "^3.2.10",
"shelljs": "^0.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit 98e3bfa

Please sign in to comment.