@utrecht/component-library-react 1.0.0-alpha.18 → 1.0.0-alpha.20
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/dist/cjs/tsconfig.tsbuildinfo +1468 -66
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.20",
|
|
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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsc --project ./tsconfig.json",
|
|
21
|
-
"clean": "rimraf dist/",
|
|
21
|
+
"clean": "rimraf dist/ pages/",
|
|
22
22
|
"lint": "tsc --project ./tsconfig.json --noEmit && tsc --noEmit --project ./tsconfig.test.json",
|
|
23
|
-
"test": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
|
|
23
|
+
"test": "mkdir -p pages && NODE_OPTIONS=--experimental-vm-modules jest --verbose",
|
|
24
24
|
"watch:test": "NODE_OPTIONS=--experimental-vm-modules jest --verbose --watch"
|
|
25
25
|
},
|
|
26
26
|
"main": "./dist/cjs/index.js",
|
|
@@ -212,10 +212,11 @@
|
|
|
212
212
|
"devDependencies": {
|
|
213
213
|
"@testing-library/jest-dom": "5.16.4",
|
|
214
214
|
"@testing-library/react": "12.1.5",
|
|
215
|
-
"@testing-library/user-event": "14.
|
|
216
|
-
"@types/react": "17.0.
|
|
217
|
-
"jest": "
|
|
218
|
-
"
|
|
215
|
+
"@testing-library/user-event": "14.2.0",
|
|
216
|
+
"@types/react": "17.0.45",
|
|
217
|
+
"jest": "28.1.0",
|
|
218
|
+
"jest-environment-jsdom": "28.1.0",
|
|
219
|
+
"next": "12.1.6",
|
|
219
220
|
"npm-run-all": "4.1.5",
|
|
220
221
|
"react": "17.0.2",
|
|
221
222
|
"react-dom": "17.0.2",
|
|
@@ -226,5 +227,5 @@
|
|
|
226
227
|
"react": "^17.0.0",
|
|
227
228
|
"react-dom": "^17.0.0"
|
|
228
229
|
},
|
|
229
|
-
"gitHead": "
|
|
230
|
+
"gitHead": "6ebe5f117b1acf19d0dba98166dbb9b4280041ba"
|
|
230
231
|
}
|