react-generic-tools 0.0.63 → 0.0.65
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/testHelper.js +0 -0
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-generic-tools",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.65",
|
|
4
4
|
"description": "Generic utility types, methods and components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -45,36 +45,35 @@
|
|
|
45
45
|
"test:browser": "yarn clear && weboptimizer test:browser",
|
|
46
46
|
"test:coverage": "yarn clear && weboptimizer test:coverage",
|
|
47
47
|
"test:coverage:report": "yarn clear && weboptimizer test:coverage:report",
|
|
48
|
-
"update": "yarn version patch && yarn npm publish",
|
|
49
48
|
"update:documentation": "documentation-website",
|
|
50
49
|
"watch": "weboptimizer build --watch"
|
|
51
50
|
},
|
|
52
51
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {useMemorizedValue} = require('react-generic-tools')\n\nconst value = useMemorizedValue({date: 'content'})",
|
|
53
52
|
"devDependencies": {
|
|
54
|
-
"@babel/eslint-parser": "^7.
|
|
53
|
+
"@babel/eslint-parser": "^7.26.5",
|
|
55
54
|
"@babel/preset-react": "^7.26.3",
|
|
56
|
-
"@babel/runtime": "^7.26.
|
|
57
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
55
|
+
"@babel/runtime": "^7.26.7",
|
|
56
|
+
"@stylistic/eslint-plugin-ts": "^3.0.1",
|
|
58
57
|
"@types/jsdom": "^21.1.7",
|
|
59
|
-
"@types/node": "^22.
|
|
58
|
+
"@types/node": "^22.12.0",
|
|
60
59
|
"@types/prop-types": "^15.7.14",
|
|
61
|
-
"@types/react": "^19.0.
|
|
62
|
-
"@types/react-dom": "^19.0.
|
|
63
|
-
"@types/webpack-env": "^1.18.
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
65
|
-
"@typescript-eslint/parser": "^8.
|
|
66
|
-
"clientnode": "^3.0.
|
|
67
|
-
"documentation-website": "^1.0.
|
|
68
|
-
"eslint": "^9.
|
|
60
|
+
"@types/react": "^19.0.8",
|
|
61
|
+
"@types/react-dom": "^19.0.3",
|
|
62
|
+
"@types/webpack-env": "^1.18.8",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
64
|
+
"@typescript-eslint/parser": "^8.22.0",
|
|
65
|
+
"clientnode": "^3.0.1269",
|
|
66
|
+
"documentation-website": "^1.0.343",
|
|
67
|
+
"eslint": "^9.19.0",
|
|
69
68
|
"eslint-config-google": "^0.14.0",
|
|
70
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
69
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
71
70
|
"jest": "^29.7.0",
|
|
72
71
|
"jsdoc": "^4.0.4",
|
|
73
72
|
"react": "^19.0.0",
|
|
74
73
|
"react-dom": "^19.0.0",
|
|
75
74
|
"tslib": "^2.8.1",
|
|
76
|
-
"typescript-eslint": "^8.
|
|
77
|
-
"weboptimizer": "^2.0.
|
|
75
|
+
"typescript-eslint": "^8.22.0",
|
|
76
|
+
"weboptimizer": "^2.0.1559",
|
|
78
77
|
"webpack-dev-server": "^5.2.0"
|
|
79
78
|
},
|
|
80
79
|
"peerDependencies": {
|
|
@@ -150,7 +149,7 @@
|
|
|
150
149
|
}
|
|
151
150
|
}
|
|
152
151
|
},
|
|
153
|
-
"packageManager": "yarn@4.
|
|
152
|
+
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
|
|
154
153
|
"resolutions": {
|
|
155
154
|
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
156
155
|
"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-tools)
|
|
18
18
|
|
|
19
19
|
[](https://github.com/thaibault/react-generic-tools/actions/workflows/build.yaml)
|
|
20
|
+
[](https://github.com/thaibault/react-generic-tools/actions/workflows/build-package-and-push.yaml)
|
|
20
21
|
|
|
21
22
|
[](https://github.com/thaibault/react-generic-tools/actions/workflows/check-types.yaml)
|
|
22
23
|
[](https://github.com/thaibault/react-generic-tools/actions/workflows/lint.yaml)
|
package/testHelper.js
CHANGED
|
File without changes
|