@utrecht/component-library-react 3.0.1-alpha.8 → 3.0.1-alpha.9

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.1-alpha.8",
2
+ "version": "3.0.1-alpha.9",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -50,7 +50,6 @@
50
50
  "jest": "29.7.0",
51
51
  "jest-environment-jsdom": "29.7.0",
52
52
  "next": "13.5.6",
53
- "npm-run-all": "4.1.5",
54
53
  "react": "18.2.0",
55
54
  "react-dom": "18.2.0",
56
55
  "react-vega": "7.6.0",
@@ -89,11 +88,10 @@
89
88
  }
90
89
  },
91
90
  "scripts": {
92
- "prebuild": "npm run clean",
93
- "build": "npm-run-all build:**",
91
+ "build": "pnpm run '/^build:.*/'",
94
92
  "build:rollup": "rollup --config rollup.config.mjs",
95
93
  "build:rollup-components": "rollup --config rollup-components.config.mjs",
96
- "build:test-results": "mkdir -p pages && NODE_OPTIONS=--experimental-vm-modules jest --json --outputFile=dist/.jest-test-results.json --silent",
94
+ "build:test-results": "mkdir -p dist pages && NODE_OPTIONS=--experimental-vm-modules jest --json --outputFile=dist/.jest-test-results.json --silent",
97
95
  "clean": "rimraf dist/ pages/",
98
96
  "lint": "tsc --project ./tsconfig.json --noEmit && tsc --noEmit --project ./tsconfig.test.json",
99
97
  "test": "mkdir -p pages && NODE_OPTIONS=--experimental-vm-modules jest --verbose",