Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RLAlpha49 committed Aug 26, 2024
1 parent f2af1bc commit a9bed9e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anilink-api-wrapper",
"version": "1.29.0",
"version": "1.29.1",
"description": "API wrapper for AniManga sites such as Anilist, MyAnimeList, Kitsu.",
"main": "dist/AniLink.js",
"scripts": {
Expand All @@ -23,24 +23,24 @@
"author": "RLAlpha49",
"license": "MIT",
"devDependencies": {
"@babel/preset-typescript": "^7.24.1",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.6.0",
"jest": "^29.7.0",
"rimraf": "^6.0.0",
"rimraf": "^6.0.1",
"standard": "^17.1.0",
"ts-jest": "^29.1.2",
"typedoc": "^0.26.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.6",
"typedoc-theme-hierarchy": "^5.0.3",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
},
"dependencies": {
"axios": "^1.6.8"
"axios": "^1.7.5"
}
}

0 comments on commit a9bed9e

Please sign in to comment.