Skip to content

Commit

Permalink
fix: package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Sep 14, 2023
1 parent 28f9b74 commit 19bf0f8
Show file tree
Hide file tree
Showing 2 changed files with 2,109 additions and 1,588 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@commitlint/config-conventional": "^17.6.1",
"@trieb.work/eslint-config-base": "^1.13.0",
"@trieb.work/prettier-base": "^0.2.0",
"@commitlint/config-conventional": "^17.7.0",
"@trieb.work/eslint-config-base": "^1.13.4",
"@trieb.work/prettier-base": "^0.3.1",
"@trieb.work/tsconfig-base": "^1.6.5",
"@types/async-retry": "^1.4.5",
"@types/await-timeout": "^0.3.1",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/simple-oauth2": "^5.0.4",
"babel-jest": "^29.5.0",
"babel-jest": "^29.7.0",
"commitlint": "^17.6.1",
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest": "^29.7.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"rimraf": "^5.0.0",
"semantic-release": "^21.0.2",
"ts-jest": "^29.1.0",
"semantic-release": "^21.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 19bf0f8

Please sign in to comment.