react-generic-animate 0.0.91 → 0.0.93
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/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-generic-animate",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.93",
|
|
4
4
|
"description": "Generic animation component.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"generic",
|
|
@@ -50,30 +50,30 @@
|
|
|
50
50
|
},
|
|
51
51
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {GenericAnimate} = require('react-input-material')\n\nGenericAnimate.webComponentAdapterWrapped",
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@babel/eslint-parser": "^7.28.
|
|
53
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
54
54
|
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
|
|
55
|
-
"@babel/preset-react": "^7.
|
|
55
|
+
"@babel/preset-react": "^7.28.5",
|
|
56
56
|
"@babel/runtime": "^7.28.4",
|
|
57
|
-
"@stylistic/eslint-plugin": "^5.
|
|
57
|
+
"@stylistic/eslint-plugin": "^5.5.0",
|
|
58
58
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
59
59
|
"@types/jsdom": "^27.0.0",
|
|
60
|
-
"@types/node": "^24.
|
|
61
|
-
"@types/react": "^19.2.
|
|
62
|
-
"@types/react-dom": "^19.2.
|
|
60
|
+
"@types/node": "^24.9.2",
|
|
61
|
+
"@types/react": "^19.2.2",
|
|
62
|
+
"@types/react-dom": "^19.2.2",
|
|
63
63
|
"@types/react-transition-group": "^4.4.12",
|
|
64
64
|
"@types/webpack-env": "^1.18.8",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
66
|
-
"@typescript-eslint/parser": "^8.
|
|
67
|
-
"clientnode": "^3.0.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
66
|
+
"@typescript-eslint/parser": "^8.46.2",
|
|
67
|
+
"clientnode": "^3.0.1315",
|
|
68
68
|
"css-loader": "^7.1.2",
|
|
69
69
|
"cssnano": "^7.1.1",
|
|
70
70
|
"documentation-website": "^1.0.394",
|
|
71
|
-
"eslint": "^9.
|
|
71
|
+
"eslint": "^9.38.0",
|
|
72
72
|
"eslint-config-google": "^0.14.0",
|
|
73
|
-
"eslint-plugin-jsdoc": "^
|
|
73
|
+
"eslint-plugin-jsdoc": "^61.1.10",
|
|
74
74
|
"identity-obj-proxy": "^3.0.0",
|
|
75
75
|
"jest": "^30.2.0",
|
|
76
|
-
"jsdoc": "^4.0.
|
|
76
|
+
"jsdoc": "^4.0.5",
|
|
77
77
|
"mini-css-extract-plugin": "^2.9.4",
|
|
78
78
|
"postcss": "^8.5.6",
|
|
79
79
|
"postcss-import": "^16.1.1",
|
|
@@ -82,18 +82,18 @@
|
|
|
82
82
|
"postcss-preset-env": "^10.4.0",
|
|
83
83
|
"react": "^19.2.0",
|
|
84
84
|
"react-dom": "^19.2.0",
|
|
85
|
-
"react-generic-dummy": "^0.0.
|
|
86
|
-
"react-generic-tools": "^0.0.
|
|
85
|
+
"react-generic-dummy": "^0.0.109",
|
|
86
|
+
"react-generic-tools": "^0.0.83",
|
|
87
87
|
"react-transition-group": "^4.4.5",
|
|
88
88
|
"react-useanimations": "^2.10.0",
|
|
89
89
|
"style-loader": "^4.0.0",
|
|
90
|
-
"stylelint": "^16.
|
|
91
|
-
"stylelint-config-standard": "^39.0.
|
|
90
|
+
"stylelint": "^16.25.0",
|
|
91
|
+
"stylelint-config-standard": "^39.0.1",
|
|
92
92
|
"tslib": "^2.8.1",
|
|
93
|
-
"typescript-eslint": "^8.
|
|
93
|
+
"typescript-eslint": "^8.46.2",
|
|
94
94
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
95
|
-
"web-component-wrapper": "^0.0.
|
|
96
|
-
"weboptimizer": "^2.0.
|
|
95
|
+
"web-component-wrapper": "^0.0.534",
|
|
96
|
+
"weboptimizer": "^2.0.1620",
|
|
97
97
|
"webpack-dev-server": "^5.2.2"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
},
|
|
216
|
-
"packageManager": "yarn@4.
|
|
216
|
+
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f",
|
|
217
217
|
"resolutions": {
|
|
218
218
|
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
219
219
|
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|