react-generic-tools 0.0.64 → 0.0.66

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 CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-generic-tools",
3
- "version": "0.0.64",
3
+ "version": "0.0.66",
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.26.5",
53
+ "@babel/eslint-parser": "^7.26.8",
55
54
  "@babel/preset-react": "^7.26.3",
56
- "@babel/runtime": "^7.26.0",
57
- "@stylistic/eslint-plugin-ts": "^2.13.0",
55
+ "@babel/runtime": "^7.26.7",
56
+ "@stylistic/eslint-plugin-ts": "^3.1.0",
58
57
  "@types/jsdom": "^21.1.7",
59
- "@types/node": "^22.10.6",
58
+ "@types/node": "^22.13.1",
60
59
  "@types/prop-types": "^15.7.14",
61
- "@types/react": "^19.0.7",
60
+ "@types/react": "^19.0.8",
62
61
  "@types/react-dom": "^19.0.3",
63
- "@types/webpack-env": "^1.18.5",
64
- "@typescript-eslint/eslint-plugin": "^8.20.0",
65
- "@typescript-eslint/parser": "^8.20.0",
66
- "clientnode": "^3.0.1256",
67
- "documentation-website": "^1.0.342",
68
- "eslint": "^9.18.0",
62
+ "@types/webpack-env": "^1.18.8",
63
+ "@typescript-eslint/eslint-plugin": "^8.24.0",
64
+ "@typescript-eslint/parser": "^8.24.0",
65
+ "clientnode": "^3.0.1271",
66
+ "documentation-website": "^1.0.343",
67
+ "eslint": "^9.20.1",
69
68
  "eslint-config-google": "^0.14.0",
70
- "eslint-plugin-jsdoc": "^50.6.1",
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.20.0",
77
- "weboptimizer": "^2.0.1553",
75
+ "typescript-eslint": "^8.24.0",
76
+ "weboptimizer": "^2.0.1561",
78
77
  "webpack-dev-server": "^5.2.0"
79
78
  },
80
79
  "peerDependencies": {
package/readme.md CHANGED
@@ -17,6 +17,7 @@ Project status
17
17
  [![npm downloads](https://img.shields.io/npm/dy/react-generic-tools.svg?style=for-the-badge)](https://www.npmjs.com/package/react-generic-tools)
18
18
 
19
19
  [![build](https://img.shields.io/github/actions/workflow/status/thaibault/react-generic-tools/build.yaml?style=for-the-badge)](https://github.com/thaibault/react-generic-tools/actions/workflows/build.yaml)
20
+ [![build push package](https://img.shields.io/github/actions/workflow/status/thaibault/react-generic-tools/build-package-and-push.yaml?label=build%20push%20package&style=for-the-badge)](https://github.com/thaibault/react-generic-tools/actions/workflows/build-package-and-push.yaml)
20
21
 
21
22
  [![check types](https://img.shields.io/github/actions/workflow/status/thaibault/react-generic-tools/check-types.yaml?label=check%20types&style=for-the-badge)](https://github.com/thaibault/react-generic-tools/actions/workflows/check-types.yaml)
22
23
  [![lint](https://img.shields.io/github/actions/workflow/status/thaibault/react-generic-tools/lint.yaml?label=lint&style=for-the-badge)](https://github.com/thaibault/react-generic-tools/actions/workflows/lint.yaml)
package/testHelper.js CHANGED
File without changes