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

Commit

Permalink
chore: upgrade deps (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 3, 2022
1 parent 82a52e6 commit 75616e7
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 553 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@
"beemo": "./bin/beemo.js"
},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@beemo/cli": "2.0.4",
"@beemo/core": "2.1.1",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@beemo/cli": "2.0.5",
"@beemo/core": "2.1.3",
"@beemo/driver-babel": "2.0.5",
"@beemo/driver-eslint": "2.0.3",
"@beemo/driver-eslint": "2.0.4",
"@beemo/driver-jest": "2.0.4",
"@beemo/driver-prettier": "2.0.4",
"@beemo/driver-typescript": "2.0.1",
"@types/eslint": "^7.28.2",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"babel-jest": "^27.3.1",
"eslint": "^8.1.0",
"@beemo/driver-prettier": "2.0.5",
"@beemo/driver-typescript": "2.1.1",
"@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": "^27.4.5",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
"eslint-plugin-react": "^7.28.0",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"devDependencies": {
"@auto-it/conventional-commits": "^10.32.2",
"@auto-it/first-time-contributor": "^10.32.2",
"@types/node": "^16.11.6",
"auto": "^10.32.2"
"@auto-it/conventional-commits": "^10.32.5",
"@auto-it/first-time-contributor": "^10.32.5",
"@types/node": "^17.0.7",
"auto": "^10.32.5"
},
"scripts": {
"prepare": "beemo create-config",
Expand Down
Loading

0 comments on commit 75616e7

Please sign in to comment.