Skip to content

Commit

Permalink
Merge pull request #49 from killerkc12/fix-devdependencies
Browse files Browse the repository at this point in the history
fix(packaging): Update DevDependencies to the latest #48
  • Loading branch information
jankapunkt authored Oct 16, 2023
2 parents 17acc44 + 284db33 commit 3690ba8
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 3690ba8

Please sign in to comment.