Skip to content

Commit ab06c0f

Browse files
committed
chore(deps): ⬆️ update dev dependencies (minor)
1 parent 57fdb15 commit ab06c0f

File tree

2 files changed

+1201
-1206
lines changed

2 files changed

+1201
-1206
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -76,63 +76,63 @@
7676
},
7777
"dependencies": {},
7878
"devDependencies": {
79-
"@babel/cli": "7.16.8",
80-
"@babel/core": "7.16.7",
79+
"@babel/cli": "7.17.3",
80+
"@babel/core": "7.17.5",
8181
"@babel/plugin-proposal-class-properties": "7.16.7",
8282
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
83-
"@babel/plugin-proposal-private-methods": "7.16.7",
83+
"@babel/plugin-proposal-private-methods": "7.16.11",
8484
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
85-
"@babel/preset-env": "7.16.8",
85+
"@babel/preset-env": "7.16.11",
8686
"@babel/preset-react": "7.16.7",
8787
"@babel/preset-typescript": "7.16.7",
88-
"@commitlint/cli": "16.0.2",
89-
"@commitlint/config-conventional": "16.0.0",
88+
"@commitlint/cli": "16.2.1",
89+
"@commitlint/config-conventional": "16.2.1",
9090
"@release-it/conventional-changelog": "4.1.0",
91-
"@storybook/addon-actions": "6.4.12",
92-
"@storybook/addon-essentials": "6.4.12",
93-
"@storybook/addon-links": "6.4.12",
94-
"@storybook/builder-webpack5": "6.4.12",
95-
"@storybook/manager-webpack5": "6.4.12",
96-
"@storybook/react": "6.4.12",
97-
"@testing-library/dom": "8.11.1",
98-
"@testing-library/jest-dom": "5.16.1",
99-
"@testing-library/react": "12.1.2",
91+
"@storybook/addon-actions": "6.4.19",
92+
"@storybook/addon-essentials": "6.4.19",
93+
"@storybook/addon-links": "6.4.19",
94+
"@storybook/builder-webpack5": "6.4.19",
95+
"@storybook/manager-webpack5": "6.4.19",
96+
"@storybook/react": "6.4.19",
97+
"@testing-library/dom": "8.11.3",
98+
"@testing-library/jest-dom": "5.16.2",
99+
"@testing-library/react": "12.1.3",
100100
"@testing-library/react-hooks": "7.0.2",
101101
"@testing-library/user-event": "13.5.0",
102102
"@types/jest": "27.4.0",
103103
"@types/jest-axe": "3.5.3",
104-
"@types/node": "16.11.19",
105-
"@types/react": "17.0.38",
104+
"@types/node": "16.11.25",
105+
"@types/react": "17.0.39",
106106
"@types/react-dom": "17.0.11",
107107
"@types/testing-library__jest-dom": "5.14.2",
108108
"all-contributors-cli": "6.20.0",
109-
"axe-core": "4.3.5",
110-
"babel-jest": "27.4.6",
109+
"axe-core": "4.4.1",
110+
"babel-jest": "27.5.1",
111111
"babel-loader": "8.2.3",
112112
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
113113
"concurrently": "7.0.0",
114114
"cross-env": "7.0.3",
115-
"eslint": "8.6.0",
115+
"eslint": "8.9.0",
116116
"eslint-config-prettier": "8.3.0",
117117
"eslint-config-react-app": "7.0.0",
118118
"eslint-plugin-prettier": "4.0.0",
119119
"eslint-plugin-simple-import-sort": "7.0.0",
120-
"eslint-plugin-storybook": "0.5.5",
120+
"eslint-plugin-storybook": "0.5.7",
121121
"gacp": "2.10.2",
122122
"husky": "7.0.4",
123-
"jest": "27.4.7",
123+
"jest": "27.5.1",
124124
"jest-axe": "5.0.1",
125-
"lint-staged": "12.1.7",
125+
"lint-staged": "12.3.4",
126126
"pinst": "2.1.6",
127127
"prettier": "2.5.1",
128128
"react": "17.0.2",
129129
"react-dom": "17.0.2",
130-
"release-it": "14.12.1",
130+
"release-it": "14.12.4",
131131
"rimraf": "3.0.2",
132-
"sort-package-json": "1.53.1",
133-
"ts-node": "10.4.0",
134-
"typescript": "4.5.4",
135-
"webpack": "5.66.0"
132+
"sort-package-json": "1.54.0",
133+
"ts-node": "10.5.0",
134+
"typescript": "4.5.5",
135+
"webpack": "5.69.1"
136136
},
137137
"publishConfig": {
138138
"access": "public",

0 commit comments

Comments
 (0)