react-generic-animate 0.0.57 → 0.0.58
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-generic-animate",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.58",
|
|
4
4
|
"description": "Generic animation component.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"generic",
|
|
@@ -51,30 +51,30 @@
|
|
|
51
51
|
},
|
|
52
52
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {GenericAnimate} = require('react-input-material')\n\nGenericAnimate.webComponentAdapterWrapped",
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/eslint-parser": "^7.25.
|
|
55
|
-
"@babel/plugin-transform-proto-to-assign": "^7.25.
|
|
56
|
-
"@babel/preset-react": "^7.25.
|
|
57
|
-
"@babel/runtime": "^7.25.
|
|
54
|
+
"@babel/eslint-parser": "^7.25.9",
|
|
55
|
+
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
56
|
+
"@babel/preset-react": "^7.25.9",
|
|
57
|
+
"@babel/runtime": "^7.25.9",
|
|
58
58
|
"@stylistic/eslint-plugin-ts": "^2.9.0",
|
|
59
59
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
60
60
|
"@types/jsdom": "^21.1.7",
|
|
61
|
-
"@types/node": "^22.7.
|
|
62
|
-
"@types/react": "^18.3.
|
|
61
|
+
"@types/node": "^22.7.9",
|
|
62
|
+
"@types/react": "^18.3.12",
|
|
63
63
|
"@types/react-dom": "^18.3.1",
|
|
64
64
|
"@types/react-transition-group": "^4.4.11",
|
|
65
65
|
"@types/webpack-env": "^1.18.5",
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
67
|
-
"@typescript-eslint/parser": "^8.
|
|
68
|
-
"clientnode": "^3.0.
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.11.0",
|
|
67
|
+
"@typescript-eslint/parser": "^8.11.0",
|
|
68
|
+
"clientnode": "^3.0.1217",
|
|
69
69
|
"css-loader": "^7.1.2",
|
|
70
70
|
"cssnano": "^7.0.6",
|
|
71
|
-
"documentation-website": "^1.0.
|
|
72
|
-
"eslint": "^9.
|
|
71
|
+
"documentation-website": "^1.0.337",
|
|
72
|
+
"eslint": "^9.13.0",
|
|
73
73
|
"eslint-config-google": "^0.14.0",
|
|
74
|
-
"eslint-plugin-jsdoc": "^50.4.
|
|
74
|
+
"eslint-plugin-jsdoc": "^50.4.3",
|
|
75
75
|
"identity-obj-proxy": "^3.0.0",
|
|
76
76
|
"jest": "^29.7.0",
|
|
77
|
-
"jsdoc": "^4.0.
|
|
77
|
+
"jsdoc": "^4.0.4",
|
|
78
78
|
"mini-css-extract-plugin": "^2.9.1",
|
|
79
79
|
"postcss": "^8.4.47",
|
|
80
80
|
"postcss-import": "^16.1.0",
|
|
@@ -83,18 +83,18 @@
|
|
|
83
83
|
"postcss-preset-env": "^10.0.7",
|
|
84
84
|
"react": "^18.3.1",
|
|
85
85
|
"react-dom": "^18.3.1",
|
|
86
|
-
"react-generic-dummy": "^0.0.
|
|
87
|
-
"react-generic-tools": "^0.0.
|
|
86
|
+
"react-generic-dummy": "^0.0.82",
|
|
87
|
+
"react-generic-tools": "^0.0.54",
|
|
88
88
|
"react-transition-group": "^4.4.5",
|
|
89
89
|
"react-useanimations": "^2.10.0",
|
|
90
90
|
"style-loader": "^4.0.0",
|
|
91
91
|
"stylelint": "^16.10.0",
|
|
92
92
|
"stylelint-config-standard": "^36.0.1",
|
|
93
93
|
"tslib": "^2.8.0",
|
|
94
|
-
"typescript-eslint": "^8.
|
|
94
|
+
"typescript-eslint": "^8.11.0",
|
|
95
95
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
96
96
|
"web-component-wrapper": "^0.0.501",
|
|
97
|
-
"weboptimizer": "^2.0.
|
|
97
|
+
"weboptimizer": "^2.0.1531",
|
|
98
98
|
"webpack-dev-server": "^5.1.0"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
|
-
"packageManager": "yarn@4.1
|
|
217
|
+
"packageManager": "yarn@4.5.1+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d",
|
|
218
218
|
"resolutions": {
|
|
219
219
|
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
220
220
|
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|