Skip to content

Commit bfcd2df

Browse files
Merge pull request #66 from Typeform/WEB-5967/upgrade-minor-deps
2 parents cf34cb6 + 02bf7b2 commit bfcd2df

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@
2929
},
3030
"prettier": "./prettier",
3131
"dependencies": {
32-
"@typescript-eslint/eslint-plugin": "^5.8.1",
33-
"@typescript-eslint/parser": "^5.8.1",
32+
"@typescript-eslint/eslint-plugin": "^5.44.0",
33+
"@typescript-eslint/parser": "^5.44.0",
3434
"babel-eslint": "^10.1.0",
3535
"eslint-config-prettier": "^6.15.0",
3636
"eslint-config-react-app": "^6.0.0",
3737
"eslint-config-standard": "^16.0.2",
3838
"eslint-config-standard-jsx": "^10.0.0",
3939
"eslint-plugin-filenames": "^1.3.2",
4040
"eslint-plugin-flowtype": "^5.2.0",
41-
"eslint-plugin-import": "^2.22.1",
41+
"eslint-plugin-import": "^2.26.0",
4242
"eslint-plugin-jest": "^24.1.3",
43-
"eslint-plugin-jsx-a11y": "^6.4.1",
43+
"eslint-plugin-jsx-a11y": "^6.6.1",
4444
"eslint-plugin-node": "^11.1.0",
4545
"eslint-plugin-promise": "^4.2.1",
46-
"eslint-plugin-react": "^7.21.5",
47-
"eslint-plugin-react-hooks": "^4.2.0"
46+
"eslint-plugin-react": "^7.31.11",
47+
"eslint-plugin-react-hooks": "^4.6.0"
4848
},
4949
"peerDependencies": {
5050
"@babel/core": "7.x",
@@ -53,13 +53,13 @@
5353
},
5454
"devDependencies": {
5555
"@babel/core": "^7.12.9",
56-
"@semantic-release/exec": "^5.0.0",
56+
"@semantic-release/exec": "^6.0.3",
5757
"eslint": "^7.27.0",
58-
"husky": "^4.3.0",
59-
"jest": "^28.1.3",
60-
"lint-staged": "^10.5.2",
61-
"prettier": "^2.2.1",
62-
"semantic-release": "^17.3.0",
58+
"husky": "^8.0.2",
59+
"jest": "^29.3.1",
60+
"lint-staged": "^13.0.3",
61+
"prettier": "^2.7.1",
62+
"semantic-release": "^19.0.5",
6363
"typescript": "^4.7.2"
6464
},
6565
"release": {

0 commit comments

Comments
 (0)