react-generic-animate 0.0.51 → 0.0.52
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 +25 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-generic-animate",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"description": "Generic animation component.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"generic",
|
|
@@ -51,50 +51,51 @@
|
|
|
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.
|
|
54
|
+
"@babel/eslint-parser": "^7.25.1",
|
|
55
55
|
"@babel/plugin-transform-proto-to-assign": "^7.24.7",
|
|
56
56
|
"@babel/preset-react": "^7.24.7",
|
|
57
|
-
"@babel/runtime": "^7.
|
|
57
|
+
"@babel/runtime": "^7.25.6",
|
|
58
|
+
"@stylistic/eslint-plugin-ts": "^2.8.0",
|
|
58
59
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
59
60
|
"@types/jsdom": "^21.1.7",
|
|
60
|
-
"@types/node": "^
|
|
61
|
-
"@types/react": "^18.3.
|
|
61
|
+
"@types/node": "^22.7.4",
|
|
62
|
+
"@types/react": "^18.3.10",
|
|
62
63
|
"@types/react-dom": "^18.3.0",
|
|
63
|
-
"@types/react-transition-group": "^4.4.
|
|
64
|
+
"@types/react-transition-group": "^4.4.11",
|
|
64
65
|
"@types/webpack-env": "^1.18.5",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
66
|
-
"@typescript-eslint/parser": "^7.
|
|
67
|
-
"clientnode": "^3.0.
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
67
|
+
"@typescript-eslint/parser": "^8.7.0",
|
|
68
|
+
"clientnode": "^3.0.1193",
|
|
68
69
|
"css-loader": "^7.1.2",
|
|
69
|
-
"cssnano": "^7.0.
|
|
70
|
-
"documentation-website": "^1.0.
|
|
71
|
-
"eslint": "^9.
|
|
70
|
+
"cssnano": "^7.0.6",
|
|
71
|
+
"documentation-website": "^1.0.332",
|
|
72
|
+
"eslint": "^9.11.1",
|
|
72
73
|
"eslint-config-google": "^0.14.0",
|
|
73
|
-
"eslint-plugin-jsdoc": "^
|
|
74
|
+
"eslint-plugin-jsdoc": "^50.3.0",
|
|
74
75
|
"identity-obj-proxy": "^3.0.0",
|
|
75
76
|
"jest": "^29.7.0",
|
|
76
77
|
"jsdoc": "^4.0.3",
|
|
77
|
-
"mini-css-extract-plugin": "^2.9.
|
|
78
|
-
"postcss": "^8.4.
|
|
78
|
+
"mini-css-extract-plugin": "^2.9.1",
|
|
79
|
+
"postcss": "^8.4.47",
|
|
79
80
|
"postcss-import": "^16.1.0",
|
|
80
81
|
"postcss-loader": "^8.1.1",
|
|
81
|
-
"postcss-nested": "^6.0
|
|
82
|
-
"postcss-preset-env": "^
|
|
82
|
+
"postcss-nested": "^6.2.0",
|
|
83
|
+
"postcss-preset-env": "^10.0.5",
|
|
83
84
|
"react": "^18.3.1",
|
|
84
85
|
"react-dom": "^18.3.1",
|
|
85
|
-
"react-generic-dummy": "^0.0.
|
|
86
|
-
"react-generic-tools": "^0.0.
|
|
86
|
+
"react-generic-dummy": "^0.0.76",
|
|
87
|
+
"react-generic-tools": "^0.0.47",
|
|
87
88
|
"react-transition-group": "^4.4.5",
|
|
88
89
|
"react-useanimations": "^2.10.0",
|
|
89
90
|
"style-loader": "^4.0.0",
|
|
90
|
-
"stylelint": "^16.
|
|
91
|
+
"stylelint": "^16.9.0",
|
|
91
92
|
"stylelint-config-standard": "^36.0.1",
|
|
92
|
-
"tslib": "^2.
|
|
93
|
-
"typescript-eslint": "^7.
|
|
93
|
+
"tslib": "^2.7.0",
|
|
94
|
+
"typescript-eslint": "^8.7.0",
|
|
94
95
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
95
96
|
"web-component-wrapper": "^0.0.493",
|
|
96
|
-
"weboptimizer": "^2.0.
|
|
97
|
-
"webpack-dev-server": "^5.0
|
|
97
|
+
"weboptimizer": "^2.0.1516",
|
|
98
|
+
"webpack-dev-server": "^5.1.0"
|
|
98
99
|
},
|
|
99
100
|
"peerDependencies": {
|
|
100
101
|
"@babel/runtime": "*",
|