Skip to content

Commit

Permalink
Upgrade dependencies (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Jan 6, 2025
1 parent c894a78 commit b88801c
Show file tree
Hide file tree
Showing 2 changed files with 1,299 additions and 1,301 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
"metar-taf-parser.*"
],
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.8",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.17.2",
"rollup-plugin-dts": "^6.1.0",
"ts-jest": "^29.1.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup": "^4.29.2",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"tsc-alias": "^1.8.10",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"watch": "^1.0.2"
}
}
Loading

0 comments on commit b88801c

Please sign in to comment.