Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nvolk committed Apr 10, 2024
1 parent 47bfe6e commit 9d3a5fb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@
"jsonschema": "^1.4.1"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.7",
"@babel/node": "^7.22.19",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/node": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/register": "^7.23.7",
"@natlibfi/eslint-config-melinda-backend": "^3.0.2",
"@natlibfi/eslint-config-melinda-backend": "^3.0.4",
"@natlibfi/fixugen": "^2.0.4",
"@natlibfi/fixura": "^3.0.4",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.4.0",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"nodemon": "^3.1.0",
"nyc": "^15.1.0"
},
"eslintConfig": {
Expand Down

0 comments on commit 9d3a5fb

Please sign in to comment.