Skip to content

Commit ffa53d2

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

2 files changed

Lines changed: 581 additions & 674 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,31 @@
7777
"dependencies": {},
7878
"devDependencies": {
7979
"@babel/cli": "7.16.8",
80-
"@babel/core": "7.16.7",
80+
"@babel/core": "7.16.12",
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",
88+
"@commitlint/cli": "16.1.0",
8989
"@commitlint/config-conventional": "16.0.0",
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",
91+
"@storybook/addon-actions": "6.4.16",
92+
"@storybook/addon-essentials": "6.4.16",
93+
"@storybook/addon-links": "6.4.16",
94+
"@storybook/builder-webpack5": "6.4.16",
95+
"@storybook/manager-webpack5": "6.4.16",
96+
"@storybook/react": "6.4.16",
97+
"@testing-library/dom": "8.11.3",
9898
"@testing-library/jest-dom": "5.16.1",
9999
"@testing-library/react": "12.1.2",
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",
104+
"@types/node": "16.11.21",
105105
"@types/react": "17.0.38",
106106
"@types/react-dom": "17.0.11",
107107
"@types/testing-library__jest-dom": "5.14.2",
@@ -112,27 +112,27 @@
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.8.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.6",
121121
"gacp": "2.10.2",
122122
"husky": "7.0.4",
123123
"jest": "27.4.7",
124124
"jest-axe": "5.0.1",
125-
"lint-staged": "12.1.7",
125+
"lint-staged": "12.3.2",
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",
132132
"sort-package-json": "1.53.1",
133133
"ts-node": "10.4.0",
134-
"typescript": "4.5.4",
135-
"webpack": "5.66.0"
134+
"typescript": "4.5.5",
135+
"webpack": "5.67.0"
136136
},
137137
"publishConfig": {
138138
"access": "public",

0 commit comments

Comments
 (0)