Skip to content

Commit

Permalink
[dependencies] Bump dependencies (#219)
Browse files Browse the repository at this point in the history
Remove unnecessary script functions in `package.json` and bump
dependencies versions
  • Loading branch information
AlexJSully authored Sep 9, 2024
1 parent 740b403 commit b09d21e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 44 deletions.
103 changes: 65 additions & 38 deletions package-lock.json

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

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,34 @@
"build": "tsc",
"eslint": "eslint --fix ./",
"eslint:check": "eslint ./",
"poststart": "npm start",
"prettier": "prettier --write ./",
"prettier:check": "prettier --check ./",
"process": "node ./src/scripts/processRaw/process-oa-comm-use-list.js",
"start": "npm run build && node ./build/index.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"validate": "npm run prettier && npm run eslint && npm run test:coverage && npm run build"
},
"dependencies": {
"axios": "^1.7.5",
"axios": "^1.7.7",
"fs": "^0.0.1-security",
"throttled-queue": "^2.1.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
"@types/node": "^22.5.4",
"@types/xml2js": "^0.4.14",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"contributors": [
{
Expand Down

0 comments on commit b09d21e

Please sign in to comment.