@balena/ui-shared-components 5.0.0 → 5.0.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 +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -34,7 +34,6 @@
34
34
  "react-helmet": "^6.1.0",
35
35
  "react-markdown": "^8.0.7",
36
36
  "react-router-dom": "^6.10.0",
37
- "react-scripts": "5.0.1",
38
37
  "rehype-raw": "^6.1.1",
39
38
  "remark-gfm": "^3.0.1",
40
39
  "rimraf": "^5.0.0",
@@ -70,8 +69,7 @@
70
69
  "scripts": {
71
70
  "start": "npm run storybook",
72
71
  "build": "rimraf dist && tsc",
73
- "test": "react-scripts test --passWithNoTests",
74
- "eject": "react-scripts eject",
72
+ "test": "echo 'No tests found, skipping test suite.'",
75
73
  "prepack": "npm run build",
76
74
  "lint": "balena-lint --typescript src",
77
75
  "lint:fix": "balena-lint --typescript --fix src",
@@ -110,6 +108,6 @@
110
108
  },
111
109
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
112
110
  "versionist": {
113
- "publishedAt": "2024-03-04T14:45:51.356Z"
111
+ "publishedAt": "2024-03-11T11:45:16.906Z"
114
112
  }
115
113
  }