react-generic-animate 0.0.38 → 0.0.40

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-animate",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "description": "Generic animation component.",
5
5
  "keywords": [
6
6
  "generic",
@@ -46,54 +46,55 @@
46
46
  "test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
47
47
  "test:coverage": "yarn clear && weboptimizer test:coverage",
48
48
  "test:coverage:report": "yarn clear && weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
49
- "update": "yarn version --patch",
49
+ "update": "yarn version patch && yarn npm publish",
50
50
  "update:documentation": "documentation-website",
51
51
  "watch": "weboptimizer build --watch"
52
52
  },
53
53
  "runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {GenericAnimate} = require('react-input-material')\n\nGenericAnimate.webComponentAdapterWrapped",
54
54
  "devDependencies": {
55
- "@babel/eslint-parser": "*",
56
- "@babel/plugin-transform-proto-to-assign": "*",
57
- "@babel/preset-react": "*",
58
- "@teamsupercell/typings-for-css-modules-loader": "*",
59
- "@types/jsdom": "*",
60
- "@types/node": "*",
61
- "@types/react": "*",
62
- "@types/react-dom": "*",
63
- "@types/react-transition-group": "*",
64
- "@types/webpack-env": "*",
65
- "@typescript-eslint/eslint-plugin": "*",
66
- "@typescript-eslint/parser": "*",
67
- "clientnode": "*",
68
- "css-loader": "*",
69
- "cssnano": "*",
70
- "documentation-website": "*",
71
- "eslint": "*",
72
- "eslint-config-google": "*",
73
- "eslint-plugin-jsdoc": "*",
74
- "identity-obj-proxy": "*",
75
- "jest": "*",
76
- "jsdoc": "*",
77
- "mini-css-extract-plugin": "*",
78
- "postcss": "*",
79
- "postcss-import": "*",
80
- "postcss-loader": "*",
81
- "postcss-nested": "*",
82
- "postcss-preset-env": "*",
83
- "react": ">=17",
84
- "react-dom": "*",
85
- "react-generic-dummy": "*",
86
- "react-generic-tools": "*",
87
- "react-transition-group": "*",
88
- "react-useanimations": "*",
89
- "style-loader": "*",
90
- "stylelint": "*",
91
- "stylelint-config-standard": "*",
92
- "tslib": "*",
93
- "typescript-plugin-css-modules": "*",
94
- "web-component-wrapper": "*",
95
- "weboptimizer": "*",
96
- "webpack-dev-server": "*"
55
+ "@babel/eslint-parser": "^7.23.10",
56
+ "@babel/plugin-transform-proto-to-assign": "^7.23.3",
57
+ "@babel/preset-react": "^7.23.3",
58
+ "@babel/runtime": "^7.24.0",
59
+ "@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
60
+ "@types/jsdom": "^21.1.6",
61
+ "@types/node": "^20.11.24",
62
+ "@types/react": "^18.2.61",
63
+ "@types/react-dom": "^18.2.19",
64
+ "@types/react-transition-group": "^4.4.10",
65
+ "@types/webpack-env": "^1.18.4",
66
+ "@typescript-eslint/eslint-plugin": "^7.1.0",
67
+ "@typescript-eslint/parser": "^7.1.0",
68
+ "clientnode": "^3.0.1136",
69
+ "css-loader": "^6.10.0",
70
+ "cssnano": "^6.0.5",
71
+ "documentation-website": "^1.0.326",
72
+ "eslint": "^8.57.0",
73
+ "eslint-config-google": "^0.14.0",
74
+ "eslint-plugin-jsdoc": "^48.2.0",
75
+ "identity-obj-proxy": "^3.0.0",
76
+ "jest": "^29.7.0",
77
+ "jsdoc": "^4.0.2",
78
+ "mini-css-extract-plugin": "^2.8.1",
79
+ "postcss": "^8.4.35",
80
+ "postcss-import": "^16.0.1",
81
+ "postcss-loader": "^8.1.1",
82
+ "postcss-nested": "^6.0.1",
83
+ "postcss-preset-env": "^9.4.0",
84
+ "react": "^18.2.0",
85
+ "react-dom": "^18.2.0",
86
+ "react-generic-dummy": "^0.0.68",
87
+ "react-generic-tools": "^0.0.40",
88
+ "react-transition-group": "^4.4.5",
89
+ "react-useanimations": "^2.10.0",
90
+ "style-loader": "^3.3.4",
91
+ "stylelint": "^16.2.1",
92
+ "stylelint-config-standard": "^36.0.0",
93
+ "tslib": "^2.6.2",
94
+ "typescript-plugin-css-modules": "^5.1.0",
95
+ "web-component-wrapper": "^0.0.484",
96
+ "weboptimizer": "^2.0.1452",
97
+ "webpack-dev-server": "^5.0.2"
97
98
  },
98
99
  "peerDependencies": {
99
100
  "@babel/runtime": "*",
@@ -137,8 +138,9 @@
137
138
  }
138
139
  },
139
140
  "engines": {
140
- "node": ">=18",
141
- "npm": ">=9"
141
+ "node": ">=20",
142
+ "npm": ">=10",
143
+ "yarn": ">=4"
142
144
  },
143
145
  "sideEffects": false,
144
146
  "documentationWebsite": {
@@ -210,5 +212,6 @@
210
212
  }
211
213
  }
212
214
  }
213
- }
214
- }
215
+ },
216
+ "packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
217
+ }
package/declarations.d.ts DELETED
@@ -1,15 +0,0 @@
1
- // -*- coding: utf-8 -*-
2
- /** @module declarations */
3
- /// <reference path="./node_modules/weboptimizer/declarations" />
4
- /*
5
- NOTE: Already defined in weboptimizer's generic declaration. but currently
6
- only needed for intellij only.
7
- */
8
- declare module '*.module' {
9
- const classes:Mapping
10
- export default classes
11
- }
12
- // region vim modline
13
- // vim: set tabstop=4 shiftwidth=4 expandtab:
14
- // vim: foldmethod=marker foldmarker=region,endregion:
15
- // endregion