Skip to content

Commit 21d571d

Browse files
authored
chore: upgrade dev dependencies (#7268)
1 parent 2f5604c commit 21d571d

File tree

2 files changed

+1184
-1218
lines changed

2 files changed

+1184
-1218
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.24.3",
74-
"@babel/eslint-parser": "^7.24.1",
73+
"@babel/core": "^7.24.6",
74+
"@babel/eslint-parser": "^7.24.6",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.24.3",
77-
"@babel/preset-react": "^7.24.1",
76+
"@babel/preset-env": "^7.24.6",
77+
"@babel/preset-react": "^7.24.6",
7878
"@mdx-js/loader": "^2.0.0-next.9",
79-
"@octokit/auth-action": "^5.0.0",
80-
"@octokit/rest": "^20.0.2",
79+
"@octokit/auth-action": "^5.1.1",
80+
"@octokit/rest": "^20.1.1",
8181
"@pmmmwh/react-refresh-webpack-plugin": "next",
8282
"@svgr/webpack": "^8.1.0",
8383
"autoprefixer": "^10.4.19",
8484
"babel-loader": "^9.1.3",
8585
"copy-webpack-plugin": "^12.0.2",
86-
"css-loader": "^6.10.0",
87-
"css-minimizer-webpack-plugin": "^6.0.0",
86+
"css-loader": "^7.1.2",
87+
"css-minimizer-webpack-plugin": "^7.0.0",
8888
"cypress": "^13.6.2",
8989
"directory-tree": "^3.5.1",
9090
"directory-tree-webpack-plugin": "^1.0.3",
@@ -102,7 +102,7 @@
102102
"husky": "^9.0.11",
103103
"hyperlink": "^5.0.4",
104104
"jest": "^29.7.0",
105-
"lightningcss": "^1.24.1",
105+
"lightningcss": "^1.25.1",
106106
"lint-staged": "^15.2.2",
107107
"lodash": "^4.17.21",
108108
"markdownlint-cli": "^0.38.0",
@@ -126,20 +126,20 @@
126126
"remark-refractor": "montogeek/remark-refractor",
127127
"rimraf": "^5.0.1",
128128
"sass": "^1.71.1",
129-
"sass-loader": "^14.1.1",
129+
"sass-loader": "^14.2.1",
130130
"sirv-cli": "^2.0.2",
131131
"sitemap-static": "^0.4.2",
132132
"static-site-generator-webpack-plugin": "^3.4.1",
133-
"style-loader": "^3.3.4",
133+
"style-loader": "^4.0.0",
134134
"tailwindcss": "^3.3.6",
135135
"tap-spot": "^1.1.2",
136136
"unist-util-visit": "^5.0.0",
137137
"webpack": "^5.91.0",
138-
"webpack-bundle-analyzer": "^4.10.1",
138+
"webpack-bundle-analyzer": "^4.10.2",
139139
"webpack-cli": "^5.1.4",
140140
"webpack-dev-server": "^5.0.4",
141141
"webpack-merge": "^5.10.0",
142-
"workbox-webpack-plugin": "^7.0.0",
142+
"workbox-webpack-plugin": "^7.1.0",
143143
"yarn-deduplicate": "^6.0.2"
144144
},
145145
"dependencies": {

0 commit comments

Comments
 (0)