react-generic-dummy 0.0.66 → 0.0.68
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 +29 -26
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.68",
|
|
4
4
|
"description": "Dummy react component.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dummy",
|
|
@@ -38,32 +38,33 @@
|
|
|
38
38
|
"postversion": "yarn publish --non-interactive; git push --tags && git push",
|
|
39
39
|
"serve": "weboptimizer serve",
|
|
40
40
|
"start": "yarn serve",
|
|
41
|
-
"update": "yarn version
|
|
41
|
+
"update": "yarn version patch && yarn npm publish",
|
|
42
42
|
"update:documentation": "documentation-website",
|
|
43
43
|
"watch": "weboptimizer build --watch"
|
|
44
44
|
},
|
|
45
45
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {Dummy} = require('react-generic-dummy')\n\nDummy.isDummy",
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@babel/eslint-parser": "
|
|
48
|
-
"@babel/preset-react": "
|
|
49
|
-
"@
|
|
50
|
-
"@types/
|
|
51
|
-
"@types/
|
|
52
|
-
"@types/react
|
|
53
|
-
"@types/
|
|
54
|
-
"@
|
|
55
|
-
"@typescript-eslint/
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"eslint
|
|
60
|
-
"eslint-
|
|
61
|
-
"jsdoc": "
|
|
62
|
-
"
|
|
63
|
-
"react
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
47
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
48
|
+
"@babel/preset-react": "^7.23.3",
|
|
49
|
+
"@babel/runtime": "^7.24.0",
|
|
50
|
+
"@types/jsdom": "^21.1.6",
|
|
51
|
+
"@types/node": "^20.11.24",
|
|
52
|
+
"@types/react": "^18.2.61",
|
|
53
|
+
"@types/react-dom": "^18.2.19",
|
|
54
|
+
"@types/webpack-env": "^1.18.4",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
56
|
+
"@typescript-eslint/parser": "^7.1.0",
|
|
57
|
+
"clientnode": "^3.0.1136",
|
|
58
|
+
"documentation-website": "^1.0.326",
|
|
59
|
+
"eslint": "^8.57.0",
|
|
60
|
+
"eslint-config-google": "^0.14.0",
|
|
61
|
+
"eslint-plugin-jsdoc": "^48.2.0",
|
|
62
|
+
"jsdoc": "^4.0.2",
|
|
63
|
+
"react": "^18.2.0",
|
|
64
|
+
"react-dom": "^18.2.0",
|
|
65
|
+
"tslib": "^2.6.2",
|
|
66
|
+
"weboptimizer": "^2.0.1452",
|
|
67
|
+
"webpack-dev-server": "^5.0.2"
|
|
67
68
|
},
|
|
68
69
|
"peerDependencies": {
|
|
69
70
|
"@babel/runtime": "*",
|
|
@@ -95,8 +96,9 @@
|
|
|
95
96
|
}
|
|
96
97
|
},
|
|
97
98
|
"engines": {
|
|
98
|
-
"node": ">=
|
|
99
|
-
"npm": ">=
|
|
99
|
+
"node": ">=20",
|
|
100
|
+
"npm": ">=10",
|
|
101
|
+
"yarn": ">=4"
|
|
100
102
|
},
|
|
101
103
|
"sideEffects": false,
|
|
102
104
|
"documentationWebsite": {
|
|
@@ -130,5 +132,6 @@
|
|
|
130
132
|
}
|
|
131
133
|
}
|
|
132
134
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
+
},
|
|
136
|
+
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
|
|
137
|
+
}
|