Skip to content

Commit

Permalink
fix(packaging): Update DevDependencies to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
killerkc12 committed Oct 12, 2023
1 parent 17acc44 commit 284db33
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@
],
"homepage": "https://github.com/jankapunkt/npm-package-template#readme",
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.10",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/register": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"c8": "^8.0.1",
"chai": "^4.3.8",
"chai": "^4.3.10",
"cross-env": "7.0.3",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"mocha": "^10.2.0",
"rollup": "^3.28.0",
"rollup": "^4.0.2",
"snazzy": "^9.0.0",
"standard": "^17.1.0"
}
Expand Down

0 comments on commit 284db33

Please sign in to comment.