Skip to content

Commit

Permalink
⬆️ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Nov 5, 2024
1 parent fea406f commit 7b52645
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
},
"homepage": "https://github.com/sifive/duh-core#readme",
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
"chai": "^4.3.6",
"@drom/eslint-config": "^0.12.0",
"chai": "^4.5.0",
"coveralls": "^3.1.0",
"chai-as-promised": "^7.1.1",
"eslint": "^8.26.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0"
"chai-as-promised": "^7.1.2",
"eslint": "^8.57.1",
"mocha": "^10.8.2",
"nyc": "^17.1.0"
},
"dependencies": {
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"duh-schema": "^0.11.0",
"immutability-helper": "^3.1.1",
"json-refs": "^3.0.15",
"json5": "^2.2.1",
"json5": "^2.2.3",
"lodash.get": "^4.4.2"
},
"engines": {
"node": ">=12"
"node": ">=18"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node8",
Expand Down

0 comments on commit 7b52645

Please sign in to comment.