react-generic-animate 0.0.70 → 0.0.71
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-animate",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.71",
|
|
4
4
|
"description": "Generic animation component.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"generic",
|
|
@@ -45,33 +45,32 @@
|
|
|
45
45
|
"test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
|
|
46
46
|
"test:coverage": "yarn clear && weboptimizer test:coverage",
|
|
47
47
|
"test:coverage:report": "yarn clear && weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
|
|
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 {GenericAnimate} = require('react-input-material')\n\nGenericAnimate.webComponentAdapterWrapped",
|
|
53
52
|
"devDependencies": {
|
|
54
|
-
"@babel/eslint-parser": "^7.
|
|
53
|
+
"@babel/eslint-parser": "^7.26.5",
|
|
55
54
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
56
55
|
"@babel/preset-react": "^7.26.3",
|
|
57
|
-
"@babel/runtime": "^7.26.
|
|
58
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
56
|
+
"@babel/runtime": "^7.26.7",
|
|
57
|
+
"@stylistic/eslint-plugin-ts": "^3.0.1",
|
|
59
58
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
60
59
|
"@types/jsdom": "^21.1.7",
|
|
61
|
-
"@types/node": "^22.
|
|
62
|
-
"@types/react": "^19.0.
|
|
60
|
+
"@types/node": "^22.12.0",
|
|
61
|
+
"@types/react": "^19.0.8",
|
|
63
62
|
"@types/react-dom": "^19.0.3",
|
|
64
63
|
"@types/react-transition-group": "^4.4.12",
|
|
65
|
-
"@types/webpack-env": "^1.18.
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
67
|
-
"@typescript-eslint/parser": "^8.
|
|
68
|
-
"clientnode": "^3.0.
|
|
64
|
+
"@types/webpack-env": "^1.18.8",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
66
|
+
"@typescript-eslint/parser": "^8.22.0",
|
|
67
|
+
"clientnode": "^3.0.1269",
|
|
69
68
|
"css-loader": "^7.1.2",
|
|
70
69
|
"cssnano": "^7.0.6",
|
|
71
70
|
"documentation-website": "^1.0.342",
|
|
72
|
-
"eslint": "^9.
|
|
71
|
+
"eslint": "^9.19.0",
|
|
73
72
|
"eslint-config-google": "^0.14.0",
|
|
74
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
73
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
75
74
|
"identity-obj-proxy": "^3.0.0",
|
|
76
75
|
"jest": "^29.7.0",
|
|
77
76
|
"jsdoc": "^4.0.4",
|
|
@@ -83,18 +82,18 @@
|
|
|
83
82
|
"postcss-preset-env": "^10.1.3",
|
|
84
83
|
"react": "^19.0.0",
|
|
85
84
|
"react-dom": "^19.0.0",
|
|
86
|
-
"react-generic-dummy": "^0.0.
|
|
85
|
+
"react-generic-dummy": "^0.0.92",
|
|
87
86
|
"react-generic-tools": "^0.0.64",
|
|
88
87
|
"react-transition-group": "^4.4.5",
|
|
89
88
|
"react-useanimations": "^2.10.0",
|
|
90
89
|
"style-loader": "^4.0.0",
|
|
91
|
-
"stylelint": "^16.
|
|
90
|
+
"stylelint": "^16.14.1",
|
|
92
91
|
"stylelint-config-standard": "^37.0.0",
|
|
93
92
|
"tslib": "^2.8.1",
|
|
94
|
-
"typescript-eslint": "^8.
|
|
93
|
+
"typescript-eslint": "^8.22.0",
|
|
95
94
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
96
|
-
"web-component-wrapper": "^0.0.
|
|
97
|
-
"weboptimizer": "^2.0.
|
|
95
|
+
"web-component-wrapper": "^0.0.513",
|
|
96
|
+
"weboptimizer": "^2.0.1559",
|
|
98
97
|
"webpack-dev-server": "^5.2.0"
|
|
99
98
|
},
|
|
100
99
|
"peerDependencies": {
|
package/readme.md
CHANGED
|
@@ -17,6 +17,7 @@ Project status
|
|
|
17
17
|
[](https://www.npmjs.com/package/react-generic-animate)
|
|
18
18
|
|
|
19
19
|
[](https://github.com/thaibault/react-generic-animate/actions/workflows/build.yaml)
|
|
20
|
+
[](https://github.com/thaibault/react-generic-animate/actions/workflows/build-package-and-push.yaml)
|
|
20
21
|
|
|
21
22
|
[](https://github.com/thaibault/react-generic-animate/actions/workflows/check-types.yaml)
|
|
22
23
|
[](https://github.com/thaibault/react-generic-animate/actions/workflows/lint.yaml)
|