@sebbo2002/semantic-release-jsr 3.1.1-develop.7 → 3.1.1-develop.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
},
|
|
9
9
|
"description": "Small `semantic-release` plugin, which adjusts the version in the `jsr.json` file and executes `jsr publish` to publish the module on jsr.io as well.",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@eslint/js": "^9.39.
|
|
11
|
+
"@eslint/js": "^9.39.2",
|
|
12
12
|
"@semantic-release/changelog": "^6.0.3",
|
|
13
13
|
"@semantic-release/exec": "^7.1.0",
|
|
14
14
|
"@semantic-release/git": "^10.0.1",
|
|
15
|
-
"@semantic-release/npm": "^13.1.
|
|
15
|
+
"@semantic-release/npm": "^13.1.3",
|
|
16
16
|
"@types/mocha": "^10.0.10",
|
|
17
17
|
"@types/node": "^24.10.2",
|
|
18
18
|
"@types/signale": "^1.4.7",
|
|
19
19
|
"c8": "^10.1.3",
|
|
20
|
-
"eslint": "^9.39.
|
|
20
|
+
"eslint": "^9.39.2",
|
|
21
21
|
"eslint-config-prettier": "^10.1.8",
|
|
22
22
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
23
23
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"test": "mocha"
|
|
65
65
|
},
|
|
66
66
|
"type": "module",
|
|
67
|
-
"version": "3.1.1-develop.
|
|
67
|
+
"version": "3.1.1-develop.8"
|
|
68
68
|
}
|