Skip to content

Commit a3ed435

Browse files
committed
chore(deps): bump semantic-release toolchain (sr 25, github 12, npm 13)
Catch-up pass on the devDependency toolchain. The plugin's runtime surface is already minimal (`sanitize-html` is the only production dep), so the outdated list was entirely build/release tooling: - semantic-release ^24.2.3 → ^25.0.3 - @semantic-release/github ^11.0.2 → ^12.0.6 - @semantic-release/npm ^12.0.1 → ^13.1.5 Deliberately not touched: - react / react-dom 18 — Strapi 5 admin panel peers on 18. - react-router-dom 6 — Strapi 5 pins 6.x. - react-intl 7 — Strapi 5 peer. `strapi-plugin build` and `strapi-plugin verify` both pass.
1 parent e8cb61b commit a3ed435

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@semantic-release/changelog": "^6.0.3",
5353
"@semantic-release/commit-analyzer": "^13.0.0",
5454
"@semantic-release/git": "^10.0.1",
55-
"@semantic-release/github": "^11.0.2",
56-
"@semantic-release/npm": "^12.0.1",
55+
"@semantic-release/github": "^12.0.6",
56+
"@semantic-release/npm": "^13.1.5",
5757
"@semantic-release/release-notes-generator": "^14.0.1",
5858
"@strapi/design-system": "^2.2.0",
5959
"@strapi/icons": "^2.2.0",
@@ -64,7 +64,7 @@
6464
"react-dom": "^18.3.1",
6565
"react-intl": "^7.1.14",
6666
"react-router-dom": "^6.30.1",
67-
"semantic-release": "^24.2.3",
67+
"semantic-release": "^25.0.3",
6868
"styled-components": "^6.4.0"
6969
},
7070
"peerDependencies": {

0 commit comments

Comments
 (0)