@ministryofjustice/hmpps-digital-prison-reporting-frontend 4.22.5 → 4.23.1

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.
Files changed (1) hide show
  1. package/package.json +1 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-digital-prison-reporting-frontend",
3
3
  "description": "The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.",
4
- "version": "4.22.5",
4
+ "version": "4.23.1",
5
5
  "main": "dpr/all.mjs",
6
6
  "sass": "dpr/all.scss",
7
7
  "engines": {
@@ -38,8 +38,6 @@
38
38
  "scripts": {
39
39
  "package": "node esbuild/esbuild.config.js --build",
40
40
  "bundle-modules": "node ./scripts/bundle-modules.mjs",
41
- "ci:release": "HUSKY=0 CI=true semantic-release --debug",
42
- "ci:dryrun": "HUSKY=0 CI=true semantic-release --dry-run",
43
41
  "docs:serve-prod": "serve -l 3000 dist-docs/dpr",
44
42
  "docs": "node esbuild/esbuild.docs.config.js --build",
45
43
  "docs:serve": "serve dist-docs/dpr",
@@ -174,8 +172,6 @@
174
172
  "@bahmutov/cypress-esbuild-preprocessor": "^2.2.5",
175
173
  "@jest/globals": "^30.2.0",
176
174
  "@ministryofjustice/hmpps-npm-script-allowlist": "0.0.3",
177
- "@semantic-release/git": "^10.0.1",
178
- "@semantic-release/npm": "^11.0.0",
179
175
  "@testing-library/cypress": "^10.0.3",
180
176
  "@types/bunyan": "^1.8.8",
181
177
  "@types/bunyan-format": "^0.2.5",
@@ -236,7 +232,6 @@
236
232
  "prettier-plugin-jinja-template": "^0.5.0",
237
233
  "require-dir": "^1.2.0",
238
234
  "sass": "^1.66.1",
239
- "semantic-release": "^22.0.5",
240
235
  "serve": "^14.2.4",
241
236
  "superagent": "^10.2.3",
242
237
  "ts-jest": "^29.1.1",