Skip to content

Commit 28178b6

Browse files
authored
chore: update dependencies (#6099)
1 parent 24b0f27 commit 28178b6

File tree

2 files changed

+459
-482
lines changed

2 files changed

+459
-482
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -70,27 +70,27 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.17.8",
73+
"@babel/core": "^7.17.9",
7474
"@babel/eslint-parser": "^7.17.0",
7575
"@babel/plugin-proposal-class-properties": "^7.16.7",
7676
"@babel/preset-env": "^7.16.11",
7777
"@babel/preset-react": "^7.16.7",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^1.3.3",
8080
"@octokit/rest": "^18.12.0",
81-
"@parcel/css": "^1.8.0",
81+
"@parcel/css": "^1.8.1",
8282
"@pmmmwh/react-refresh-webpack-plugin": "next",
8383
"@svgr/webpack": "^6.2.1",
8484
"autoprefixer": "^10.4.4",
8585
"babel-loader": "^8.2.4",
8686
"copy-webpack-plugin": "^10.2.4",
8787
"css-loader": "^6.7.1",
8888
"css-minimizer-webpack-plugin": "^3.4.1",
89-
"cypress": "^9.5.3",
89+
"cypress": "^9.5.4",
9090
"directory-tree": "^3.2.2",
9191
"directory-tree-webpack-plugin": "^1.0.3",
9292
"duplexer": "^0.1.1",
93-
"eslint": "^8.12.0",
93+
"eslint": "^8.13.0",
9494
"eslint-config-prettier": "^8.5.0",
9595
"eslint-plugin-cypress": "^2.12.1",
9696
"eslint-plugin-mdx": "^1.17.0",
@@ -103,7 +103,7 @@
103103
"husky": "^7.0.4",
104104
"hyperlink": "^5.0.4",
105105
"jest": "^27.5.1",
106-
"lint-staged": "^12.3.7",
106+
"lint-staged": "^12.3.8",
107107
"lodash": "^4.17.21",
108108
"markdownlint": "^0.25.1",
109109
"markdownlint-cli": "^0.31.1",
@@ -134,31 +134,31 @@
134134
"start-server-and-test": "^1.14.0",
135135
"static-site-generator-webpack-plugin": "^3.4.1",
136136
"style-loader": "^3.3.1",
137-
"tailwindcss": "^3.0.23",
137+
"tailwindcss": "^3.0.24",
138138
"tap-spot": "^1.1.1",
139139
"unist-util-visit": "^4.1.0",
140140
"webpack": "^5.72.0",
141141
"webpack-bundle-analyzer": "^4.5.0",
142142
"webpack-cli": "^4.9.2",
143-
"webpack-dev-server": "^4.7.4",
143+
"webpack-dev-server": "^4.8.1",
144144
"webpack-merge": "^5.8.0",
145-
"workbox-webpack-plugin": "^6.5.2"
145+
"workbox-webpack-plugin": "^6.5.3"
146146
},
147147
"dependencies": {
148148
"@docsearch/react": "^3.0.0-alpha.50",
149149
"path-browserify": "^1.0.1",
150150
"prop-types": "^15.8.1",
151151
"react": "^17.0.2",
152152
"react-dom": "^17.0.2",
153-
"react-helmet-async": "^1.2.3",
153+
"react-helmet-async": "^1.3.0",
154154
"react-router-dom": "^6.3.0",
155155
"react-spring": "^9.4.4",
156156
"react-tiny-popover": "5",
157157
"react-use": "^17.3.2",
158158
"react-visibility-sensor": "^5.0.2",
159159
"webpack-pwa-manifest": "^4.3.0",
160160
"webpack.vote": "https://github.com/webpack/voting-app.git",
161-
"workbox-window": "^6.5.2"
161+
"workbox-window": "^6.5.3"
162162
},
163163
"resolutions": {
164164
"sitemap-static/minimist": "1.2.5",

0 commit comments

Comments
 (0)