Skip to content

Commit

Permalink
⬆️ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Dec 2, 2024
1 parent ce9ea8f commit a37e7b8
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,22 @@
"dagre": "^0.8.2",
"escodegen": "^2.0.0",
"esprima": "^4.0.0",
"estraverse": "^5.1.0",
"estraverse": "^5.3.0",
"irtl": "^0.2.0",
"onml": "^2.1.0"
},
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"eslint": "^7.25.0",
"fs-extra": "^10.0.0",
"@drom/eslint-config": "^0.12.0",
"browserify": "^17.0.1",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"fs-extra": "^11.2.0",
"lodash.range": "^3.2.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"yargs": "^17.0.1"
"mocha": "^8.4.0",
"nyc": "^17.1.0",
"yargs": "^17.7.2"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node8",
"parserOptions": {
"ecmaVersion": 2020
}
"extends": "@drom/eslint-config/eslint8/node12"
}
}

0 comments on commit a37e7b8

Please sign in to comment.