Skip to content

Commit 727ae06

Browse files
authored
chore: update deps (#7455)
1 parent 759907d commit 727ae06

File tree

2 files changed

+874
-995
lines changed

2 files changed

+874
-995
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.25.8",
74-
"@babel/eslint-parser": "^7.25.8",
73+
"@babel/core": "^7.26.0",
74+
"@babel/eslint-parser": "^7.25.9",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.25.8",
77-
"@babel/preset-react": "^7.25.7",
78-
"@eslint/compat": "^1.2.0",
76+
"@babel/preset-env": "^7.26.0",
77+
"@babel/preset-react": "^7.25.9",
78+
"@eslint/compat": "^1.2.2",
7979
"@eslint/eslintrc": "^3.1.0",
80-
"@eslint/js": "^9.12.0",
81-
"@mdx-js/loader": "^3.0.1",
82-
"@mdx-js/react": "^3.0.1",
80+
"@eslint/js": "^9.14.0",
81+
"@mdx-js/loader": "^3.1.0",
82+
"@mdx-js/react": "^3.1.0",
8383
"@octokit/auth-action": "^5.1.1",
8484
"@octokit/rest": "^21.0.2",
8585
"@pmmmwh/react-refresh-webpack-plugin": "next",
@@ -89,20 +89,20 @@
8989
"copy-webpack-plugin": "^12.0.2",
9090
"css-loader": "^7.1.2",
9191
"css-minimizer-webpack-plugin": "^7.0.0",
92-
"cypress": "^13.15.0",
92+
"cypress": "^13.15.1",
9393
"directory-tree": "^3.5.2",
9494
"directory-tree-webpack-plugin": "^1.0.3",
9595
"duplexer": "^0.1.1",
9696
"eslint": "^9.7.0",
9797
"eslint-config-prettier": "^9.1.0",
98-
"eslint-plugin-cypress": "^4.0.0",
98+
"eslint-plugin-cypress": "^4.1.0",
9999
"eslint-plugin-mdx": "^3.1.5",
100-
"eslint-plugin-react": "^7.37.1",
100+
"eslint-plugin-react": "^7.37.2",
101101
"eslint-plugin-react-hooks": "^5.0.0",
102102
"front-matter": "^4.0.2",
103103
"github-slugger": "^2.0.0",
104104
"globals": "^15.11.0",
105-
"html-webpack-plugin": "^5.5.4",
105+
"html-webpack-plugin": "^5.6.3",
106106
"http-server": "^14.1.1",
107107
"husky": "^9.1.6",
108108
"hyperlink": "^5.0.4",
@@ -112,7 +112,7 @@
112112
"lodash": "^4.17.21",
113113
"markdownlint-cli": "^0.42.0",
114114
"mdast-util-to-string": "^4.0.0",
115-
"mini-css-extract-plugin": "^2.9.1",
115+
"mini-css-extract-plugin": "^2.9.2",
116116
"mkdirp": "^3.0.1",
117117
"modularscale-sass": "^3.0.3",
118118
"npm-run-all": "^4.1.1",
@@ -131,20 +131,20 @@
131131
"remark-refractor": "montogeek/remark-refractor",
132132
"rimraf": "^6.0.1",
133133
"sass": "^1.79.5",
134-
"sass-loader": "^16.0.2",
134+
"sass-loader": "^16.0.3",
135135
"sirv-cli": "^3.0.0",
136136
"sitemap-static": "^0.4.2",
137137
"static-site-generator-webpack-plugin": "^3.4.1",
138138
"style-loader": "^4.0.0",
139139
"tailwindcss": "^3.4.14",
140140
"tap-spot": "^1.1.2",
141141
"unist-util-visit": "^5.0.0",
142-
"webpack": "^5.95.0",
142+
"webpack": "^5.96.1",
143143
"webpack-bundle-analyzer": "^4.10.2",
144144
"webpack-cli": "^5.1.4",
145145
"webpack-dev-server": "^5.1.0",
146146
"webpack-merge": "^6.0.1",
147-
"workbox-webpack-plugin": "^7.1.0",
147+
"workbox-webpack-plugin": "^7.3.0",
148148
"yarn-deduplicate": "^6.0.2"
149149
},
150150
"dependencies": {
@@ -160,7 +160,7 @@
160160
"react-use": "^17.5.1",
161161
"react-visibility-sensor": "^5.0.2",
162162
"webpack-pwa-manifest": "^4.3.0",
163-
"workbox-window": "^7.0.0"
163+
"workbox-window": "^7.3.0"
164164
},
165165
"resolutions": {
166166
"sitemap-static/minimist": "1.2.5",

0 commit comments

Comments
 (0)