Skip to content

Commit eb63f20

Browse files
committed
chore: bump non-major deps
1 parent 4d9a2dc commit eb63f20

File tree

4 files changed

+1865
-1755
lines changed

4 files changed

+1865
-1755
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
files: ['*.test.js'],
1111
rules: {
1212
'react/jsx-props-no-spreading': 0,
13+
'react/no-unknown-property': 0,
1314
},
1415
},
1516
],

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"eslint.validate": [
3+
"javascript",
4+
"javascriptreact",
5+
"typescript",
6+
"typescriptreact"
7+
],
8+
"editor.codeActionsOnSave": {
9+
"source.fixAll.eslint": true,
10+
},
11+
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,33 @@
2323
"shallowequal": "^1.1.0"
2424
},
2525
"devDependencies": {
26-
"@babel/cli": "7.17.6",
27-
"@babel/core": "7.17.9",
28-
"@babel/eslint-parser": "7.17.0",
29-
"@babel/eslint-plugin": "7.17.7",
26+
"@babel/cli": "7.19.3",
27+
"@babel/core": "7.20.2",
28+
"@babel/eslint-parser": "7.19.1",
29+
"@babel/eslint-plugin": "7.19.1",
3030
"@commitlint/cli": "16.2.3",
3131
"@commitlint/config-conventional": "16.2.1",
32-
"babel-preset-kyt-react": "1.3.18",
32+
"babel-preset-kyt-react": "1.3.19",
3333
"enzyme": "3.11.0",
34-
"enzyme-adapter-react-16": "1.15.6",
34+
"enzyme-adapter-react-16": "1.15.7",
3535
"enzyme-to-json": "3.6.2",
3636
"eslint": "7.32.0",
3737
"eslint-config-airbnb": "18.2.1",
3838
"eslint-config-kyt": "1.6.2",
39-
"eslint-config-prettier": "8.3.0",
40-
"eslint-plugin-import": "2.24.1",
39+
"eslint-config-prettier": "8.5.0",
40+
"eslint-plugin-import": "2.26.0",
4141
"eslint-plugin-jest": "26.1.4",
42-
"eslint-plugin-jest-formatting": "3.0.0",
42+
"eslint-plugin-jest-formatting": "3.1.0",
4343
"eslint-plugin-json": "3.1.0",
44-
"eslint-plugin-jsx-a11y": "6.4.1",
45-
"eslint-plugin-prettier": "3.4.1",
46-
"eslint-plugin-react": "7.24.0",
47-
"eslint-plugin-react-hooks": "4.2.0",
44+
"eslint-plugin-jsx-a11y": "6.6.1",
45+
"eslint-plugin-prettier": "4.2.1",
46+
"eslint-plugin-react": "7.31.10",
47+
"eslint-plugin-react-hooks": "4.6.0",
4848
"husky": "7.0.4",
4949
"jest": "27.5.1",
5050
"jsdom": "16.4.0",
51-
"microbundle": "0.14.2",
52-
"prettier": "2.6.2",
51+
"microbundle": "0.15.1",
52+
"prettier": "2.7.1",
5353
"raf": "3.4.1",
5454
"react": "16.14.0",
5555
"react-dom": "16.14.0",

0 commit comments

Comments
 (0)