react-generic-dummy 0.0.90 → 0.0.92
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 +17 -18
- 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.92",
|
|
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.
|
|
45
|
+
"@babel/eslint-parser": "^7.26.5",
|
|
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.0.1",
|
|
50
49
|
"@types/jsdom": "^21.1.7",
|
|
51
|
-
"@types/node": "^22.
|
|
52
|
-
"@types/react": "^19.0.
|
|
53
|
-
"@types/react-dom": "^19.0.
|
|
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.
|
|
50
|
+
"@types/node": "^22.12.0",
|
|
51
|
+
"@types/react": "^19.0.8",
|
|
52
|
+
"@types/react-dom": "^19.0.3",
|
|
53
|
+
"@types/webpack-env": "^1.18.8",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
55
|
+
"@typescript-eslint/parser": "^8.22.0",
|
|
56
|
+
"clientnode": "^3.0.1269",
|
|
57
|
+
"documentation-website": "^1.0.342",
|
|
58
|
+
"eslint": "^9.19.0",
|
|
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.22.0",
|
|
66
|
+
"weboptimizer": "^2.0.1559",
|
|
68
67
|
"webpack-dev-server": "^5.2.0"
|
|
69
68
|
},
|
|
70
69
|
"peerDependencies": {
|
|
@@ -134,7 +133,7 @@
|
|
|
134
133
|
}
|
|
135
134
|
}
|
|
136
135
|
},
|
|
137
|
-
"packageManager": "yarn@4.
|
|
136
|
+
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
|
|
138
137
|
"resolutions": {
|
|
139
138
|
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
140
139
|
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
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)
|