Skip to content

Commit

Permalink
chore: 📦 Update dependcies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Stone committed Oct 15, 2023
1 parent b2ffeee commit 5080dec
Show file tree
Hide file tree
Showing 2 changed files with 657 additions and 1,817 deletions.
30 changes: 13 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,27 @@
"test:mocha": "mocha -v --ui bdd --timeout 12000 --colors --require ts-node/register --require tsconfig-paths/register "
},
"dependencies": {
"@types/chai": "^4.3.6",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"bignumber.js": "^9.1.2",
"chai": "^4.3.8",
"core-js": "^3.32.2",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"chai": "^4.3.10",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"ramda": "^0.29.0",
"ramda": "^0.29.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
"underscore": "^1.13.6"
},
"devDependencies": {
"prettier-plugin-packagejson": "^2.4.5",
"standard-version": "^9.5.0"
"@types/chai": "^4.3.8",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6"
}
}
Loading

0 comments on commit 5080dec

Please sign in to comment.