Skip to content

Commit

Permalink
Update axios and Rollup dependencies and bump version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tichon29 committed Sep 10, 2024
1 parent 53e2e4c commit 141f0dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modkit-loader",
"version": "0.0.8",
"version": "0.0.9",
"description": "Runtime Module Loader",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
Expand Down Expand Up @@ -88,7 +88,7 @@
"jest": "26.6.3",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",
"rollup": "1.24.0",
"rollup": "1.27.0",
"rollup-plugin-commonjs": "10.0.1",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
Expand All @@ -99,7 +99,7 @@
"typescript": "4.6.4"
},
"dependencies": {
"axios": "1.6.2",
"axios": "1.7.7",
"bluebird": "3.5.5",
"es6-template-strings": "2.0.1",
"resolve-url": "0.2.1",
Expand Down

0 comments on commit 141f0dd

Please sign in to comment.