Skip to content

Commit

Permalink
chore: Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Aug 12, 2022
1 parent e281455 commit 2aafffd
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 123 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
"prepublishOnly": "yarn test && yarn lint && yarn build"
},
"dependencies": {
"acorn": "^8.7.1",
"apache-arrow": "^8.0.0",
"acorn": "^8.8.0",
"apache-arrow": "^9.0.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"eslint": "^8.16.0",
"eslint": "^8.21.0",
"esm": "^3.2.25",
"rimraf": "^3.0.2",
"rollup": "^2.75.5",
"rollup": "^2.77.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"tape": "^5.5.3",
"typescript": "^4.7.2"
"typescript": "^4.7.4"
},
"esm": {
"force": true,
Expand Down
Loading

0 comments on commit 2aafffd

Please sign in to comment.