Skip to content

Commit

Permalink
Merge branch 'v2.3.0' into jh/dict
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer authored Feb 1, 2021
2 parents 354f7ab + e5dea74 commit 6e98c05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arquero",
"version": "2.2.0",
"version": "2.3.0",
"description": "Query processing and transformation of array-backed data tables.",
"keywords": [
"data",
Expand Down Expand Up @@ -33,16 +33,16 @@
"prepublishOnly": "yarn test && yarn lint && yarn build"
},
"dependencies": {
"acorn": "^8.0.4"
"acorn": "^8.0.5"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"apache-arrow": "3.0.0",
"eslint": "^7.18.0",
"eslint": "^7.19.0",
"esm": "^3.2.25",
"rimraf": "^3.0.2",
"rollup": "^2.38.0",
"rollup": "^2.38.3",
"rollup-plugin-bundle-size": "1.0.3",
"rollup-plugin-terser": "^7.0.2",
"tape": "^5.1.1",
Expand Down

0 comments on commit 6e98c05

Please sign in to comment.