Skip to content

Commit

Permalink
Update Axios dependency and bump version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tichon29 committed Nov 28, 2023
1 parent 3efacc0 commit 25605c7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 19 deletions.
7 changes: 5 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ module.exports = {
"src/**/*.ts",
"!src/**/*.d.ts"
],
transformIgnorePatterns: ['/node_modules/'],
moduleNameMapper: {
"^.+\\.tpl$": "<rootDir>/test/mocks/template.ts"
"^.+\\.tpl$": "<rootDir>/test/mocks/template.ts",
'^axios$': require.resolve('axios')
//"axios": "axios/dist/node/axios.cjs"
},
setupFiles: [
"<rootDir>/test/mocks/setup.ts"
]
};
};
44 changes: 29 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modkit-loader",
"version": "0.0.7",
"version": "0.0.8",
"description": "Runtime Module Loader",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
Expand Down Expand Up @@ -99,7 +99,7 @@
"typescript": "3.9.4"
},
"dependencies": {
"axios": "0.23.0",
"axios": "1.6.2",
"bluebird": "3.5.5",
"es6-template-strings": "2.0.1",
"resolve-url": "0.2.1",
Expand Down

0 comments on commit 25605c7

Please sign in to comment.