Skip to content

Commit

Permalink
Bump build dependencies in prep for 2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 24, 2020
1 parent 274d64e commit 734b83a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,25 @@
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/core": "^7.12.8",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.12.1",
"@hebcal/solar-calc": "^1.0.4",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"ava": "^3.13.0",
"core-js": "^3.6.5",
"eslint": "^7.11.0",
"core-js": "^3.7.0",
"eslint": "^7.14.0",
"eslint-config-google": "^0.14.0",
"gematriya": "^2.0.0",
"jsdoc": "^3.6.6",
"jsdoc-to-markdown": "^6.0.1",
"nyc": "^15.1.0",
"rollup": "^2.32.0",
"rollup": "^2.33.3",
"rollup-plugin-terser": "^7.0.2",
"tsd-jsdoc": "^2.5.0",
"ttag-cli": "^1.8.6"
"ttag-cli": "^1.8.8"
}
}

0 comments on commit 734b83a

Please sign in to comment.