react-generic-dummy 0.0.91 → 0.0.93
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/index.js +0 -0
- package/package.json +15 -16
- package/readme.md +1 -0
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-generic-dummy",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.93",
|
|
4
4
|
"description": "Dummy react component.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dummy",
|
|
@@ -37,34 +37,33 @@
|
|
|
37
37
|
"prepare": "yarn build",
|
|
38
38
|
"serve": "weboptimizer serve",
|
|
39
39
|
"start": "yarn serve",
|
|
40
|
-
"update": "yarn version patch && yarn npm publish",
|
|
41
40
|
"update:documentation": "documentation-website",
|
|
42
41
|
"watch": "weboptimizer build --watch"
|
|
43
42
|
},
|
|
44
43
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {Dummy} = require('react-generic-dummy')\n\nDummy.isDummy",
|
|
45
44
|
"devDependencies": {
|
|
46
|
-
"@babel/eslint-parser": "^7.26.
|
|
45
|
+
"@babel/eslint-parser": "^7.26.8",
|
|
47
46
|
"@babel/preset-react": "^7.26.3",
|
|
48
|
-
"@babel/runtime": "^7.26.
|
|
49
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
47
|
+
"@babel/runtime": "^7.26.7",
|
|
48
|
+
"@stylistic/eslint-plugin-ts": "^3.1.0",
|
|
50
49
|
"@types/jsdom": "^21.1.7",
|
|
51
|
-
"@types/node": "^22.
|
|
52
|
-
"@types/react": "^19.0.
|
|
50
|
+
"@types/node": "^22.13.1",
|
|
51
|
+
"@types/react": "^19.0.8",
|
|
53
52
|
"@types/react-dom": "^19.0.3",
|
|
54
|
-
"@types/webpack-env": "^1.18.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
56
|
-
"@typescript-eslint/parser": "^8.
|
|
57
|
-
"clientnode": "^3.0.
|
|
58
|
-
"documentation-website": "^1.0.
|
|
59
|
-
"eslint": "^9.
|
|
53
|
+
"@types/webpack-env": "^1.18.8",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
|
55
|
+
"@typescript-eslint/parser": "^8.24.0",
|
|
56
|
+
"clientnode": "^3.0.1271",
|
|
57
|
+
"documentation-website": "^1.0.343",
|
|
58
|
+
"eslint": "^9.20.1",
|
|
60
59
|
"eslint-config-google": "^0.14.0",
|
|
61
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
60
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
62
61
|
"jsdoc": "^4.0.4",
|
|
63
62
|
"react": "^19.0.0",
|
|
64
63
|
"react-dom": "^19.0.0",
|
|
65
64
|
"tslib": "^2.8.1",
|
|
66
|
-
"typescript-eslint": "^8.
|
|
67
|
-
"weboptimizer": "^2.0.
|
|
65
|
+
"typescript-eslint": "^8.24.0",
|
|
66
|
+
"weboptimizer": "^2.0.1561",
|
|
68
67
|
"webpack-dev-server": "^5.2.0"
|
|
69
68
|
},
|
|
70
69
|
"peerDependencies": {
|
package/readme.md
CHANGED
|
@@ -17,6 +17,7 @@ Project status
|
|
|
17
17
|
[](https://www.npmjs.com/package/react-generic-dummy)
|
|
18
18
|
|
|
19
19
|
[](https://github.com/thaibault/react-generic-dummy/actions/workflows/build.yaml)
|
|
20
|
+
[](https://github.com/thaibault/react-generic-dummy/actions/workflows/build-package-and-push.yaml)
|
|
20
21
|
|
|
21
22
|
[](https://github.com/thaibault/react-generic-dummy/actions/workflows/check-types.yaml)
|
|
22
23
|
[](https://github.com/thaibault/react-generic-dummy/actions/workflows/lint.yaml)
|