Skip to content

Commit

Permalink
feat: bumped packages
Browse files Browse the repository at this point in the history
Including node-fetch as it should now be compatible with deno.
According to node-fetch/node-fetch#1726.
  • Loading branch information
joamag committed Oct 25, 2023
1 parent 1d5d3e2 commit 4ae4c50
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,34 +80,34 @@
"watch": "rollup -c -w"
},
"dependencies": {
"node-fetch": "<2.6.8"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"coveralls": "^3.1.1",
"eslint": "^8.36.0",
"eslint": "^8.52.0",
"eslint-config-hive": "^0.6.0",
"eslint-plugin-n": "^15.6.1",
"fastify": "^4.14.1",
"eslint-plugin-n": "^15.7.0",
"fastify": "^4.24.3",
"mocha": "^10.2.0",
"mocha-cli": "^1.0.1",
"mongoose": "^7.0.2",
"npm-check-updates": "^16.7.12",
"mongoose": "^7.6.3",
"npm-check-updates": "^16.14.6",
"nyc": "15.1.0",
"prettier": "^2.8.4",
"prettier": "^2.8.8",
"prettier-config-hive": "^0.1.7",
"rollup": "^3.19.1",
"rollup-plugin-dts": "^5.2.0",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"sort-package-json": "^2.4.1",
"typescript": "^4.9.5"
"sort-package-json": "^2.6.0",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 4ae4c50

Please sign in to comment.