Skip to content

Commit 957d9e9

Browse files
chore: update some deps
1 parent 3871116 commit 957d9e9

3 files changed

Lines changed: 484 additions & 526 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ updates:
2121
directory: "/"
2222
schedule:
2323
interval: "weekly"
24+
open-pull-requests-limit: 20
25+
labels:
26+
- dependencies
2427
groups:
2528
dependencies:
2629
patterns:

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@testing-library/dom": "^10.4.1",
102102
"@testing-library/react": "^16.3.2",
103103
"autoprefixer": "^10.4.24",
104-
"babel-loader": "^10.0.0",
104+
"babel-loader": "^10.1.1",
105105
"copy-webpack-plugin": "^14.0.0",
106106
"css-loader": "^7.1.3",
107107
"css-minimizer-webpack-plugin": "^8.0.0",
@@ -121,14 +121,14 @@
121121
"http-server": "^14.1.1",
122122
"husky": "^9.1.7",
123123
"hyperlink": "^5.0.4",
124-
"jest": "^30.2.0",
125-
"jest-environment-jsdom": "^30.2.0",
126-
"lightningcss": "^1.31.1",
127-
"lint-staged": "^16.2.7",
124+
"jest": "^30.3.0",
125+
"jest-environment-jsdom": "^30.3.0",
126+
"lightningcss": "^1.32.0",
127+
"lint-staged": "^16.3.3",
128128
"lodash": "^4.17.23",
129129
"markdownlint-cli": "^0.48.0",
130130
"mdast-util-to-string": "^4.0.0",
131-
"mini-css-extract-plugin": "^2.10.0",
131+
"mini-css-extract-plugin": "^2.10.1",
132132
"mkdirp": "^3.0.1",
133133
"modularscale-sass": "^3.0.3",
134134
"npm-run-all": "^4.1.1",
@@ -144,9 +144,9 @@
144144
"remark-frontmatter": "^5.0.0",
145145
"remark-gfm": "^4.0.1",
146146
"remark-html": "^16.0.1",
147-
"remark-refractor": "montogeek/remark-refractor",
147+
"remark-refractor": "^1.0.0",
148148
"rimraf": "^6.1.2",
149-
"sass": "^1.97.2",
149+
"sass": "^1.97.3",
150150
"sass-loader": "^16.0.6",
151151
"sirv-cli": "^3.0.1",
152152
"sitemap-static": "^0.4.2",

0 commit comments

Comments
 (0)