Skip to content

Commit

Permalink
chore: Update npm dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Aug 16, 2024
1 parent 3d8affb commit f8068c7
Show file tree
Hide file tree
Showing 3 changed files with 1,090 additions and 1,079 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-pumpkins-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'radio-browser-api': patch
---

refactor types exporting
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,33 +51,33 @@
},
"homepage": "https://github.com/ivandotv/radio-browser-api#readme",
"devDependencies": {
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@changesets/cli": "^2.22.0",
"@types/jest": "^27.5.0",
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@changesets/cli": "^2.27.7",
"@types/jest": "^29.5.12",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-transform-define": "^2.0.1",
"babel-plugin-transform-define": "^2.1.4",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"husky": "^7.0.4",
"jest": "^28.0.3",
"jest-mock-console": "^1.2.3",
"jest-watch-typeahead": "^1.1.0",
"lint-staged": "^12.4.1",
"microbundle": "^0.15.0",
"nock": "^13.2.4",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-tsdoc": "^0.3.0",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-mock-console": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^15.2.9",
"microbundle": "^0.15.1",
"nock": "^13.5.4",
"node-fetch": "^2.6.7",
"prettier": "^2.6.2",
"prettier": "^3.3.3",
"shx": "^0.3.4",
"typedoc": "^0.25.0",
"typedoc-plugin-markdown": "^3.12.1"
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.5"
}
}
Loading

0 comments on commit f8068c7

Please sign in to comment.