Skip to content

Commit 243933a

Browse files
committed
ci: update repository url and semantic release packages
1 parent 55eb1be commit 243933a

File tree

3 files changed

+318
-225
lines changed

3 files changed

+318
-225
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "module",
55
"description": "MUI theme used on Squonk products",
66
"sideEffects": false,
7-
"repositoryUrl": "https://github.com/InformaticsMatters/squonk-react-mui-theme.git",
7+
"repository": "https://github.com/InformaticsMatters/squonk-react-mui-theme",
88
"license": "Apache-2.0",
99
"private": false,
10-
"homepage": "https://github.com/InformaticsMatters/squonk-react-mui-theme/",
10+
"homepage": "https://github.com/InformaticsMatters/squonk-react-mui-theme",
1111
"main": "./dist/index.cjs",
1212
"module": "./dist/index.js",
1313
"types": "./dist/index.d.cts",
@@ -42,13 +42,11 @@
4242
"@semantic-release/changelog": "6.0.3",
4343
"@semantic-release/exec": "7.1.0",
4444
"@semantic-release/git": "10.0.1",
45-
"@semantic-release/github": "11.0.1",
46-
"@semantic-release/npm": "12.0.1",
4745
"@squonk/eslint-config": "3.0.0",
4846
"eslint": "9.25.1",
4947
"husky": "8.0.1",
5048
"lint-staged": "15.5.0",
51-
"semantic-release": "24.2.3",
49+
"semantic-release": "25.0.2",
5250
"tsdown": "0.18.3",
5351
"tslib": "2.8.1",
5452
"typescript": "5.8.2"

0 commit comments

Comments
 (0)