Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
feat: upgrade dependencies including new ts version (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Aug 12, 2022
1 parent 309ad86 commit d19fd8c
Show file tree
Hide file tree
Showing 2 changed files with 1,013 additions and 1,502 deletions.
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -27,35 +27,35 @@
"beemo": "./bin/beemo.js"
},
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@beemo/cli": "2.0.6",
"@beemo/core": "2.1.4",
"@beemo/driver-babel": "2.0.6",
"@beemo/driver-eslint": "2.0.5",
"@beemo/driver-jest": "2.0.5",
"@beemo/driver-prettier": "2.0.6",
"@beemo/driver-typescript": "2.1.2",
"@types/eslint": "^8.2.1",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-jest": "^28.0.3",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
"@types/eslint": "^8.4.5",
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"babel-jest": "^28.1.3",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.8.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@auto-it/conventional-commits": "^10.32.5",
"@auto-it/first-time-contributor": "^10.32.5",
"@types/node": "^18.0.0",
"auto": "^10.32.5"
"@auto-it/conventional-commits": "^10.37.4",
"@auto-it/first-time-contributor": "^10.37.4",
"@types/node": "^18.7.1",
"auto": "^10.37.4"
},
"scripts": {
"prepare": "beemo create-config",
Expand Down

0 comments on commit d19fd8c

Please sign in to comment.