Skip to content

Commit

Permalink
build: update devDependencies in package.json (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocarmo authored Jul 26, 2024
1 parent 97be327 commit 45da408
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 396 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,26 @@
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-env": "^7.25.0",
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.7.0",
"@eslint/js": "^9.8.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/node-postal": "^1.1.3",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"core-js": "^3.37.1",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.1",
"husky": "^9.1.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"node-postal": "^1.1.2",
"prettier": "^3.3.3",
"ts-jest": "^29.2.3",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
Expand Down
Loading

0 comments on commit 45da408

Please sign in to comment.