react-generic-animate 0.0.39 → 0.0.41

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.39",
3
+ "version": "0.0.41",
4
4
  "description": "Generic animation component.",
5
5
  "keywords": [
6
6
  "generic",
@@ -39,61 +39,61 @@
39
39
  "document": "weboptimizer document",
40
40
  "lint": "yarn clear && weboptimizer lint",
41
41
  "prepare": "yarn build",
42
- "postversion": "yarn publish --non-interactive; git push --tags && git push",
43
42
  "serve": "weboptimizer serve",
44
43
  "start": "yarn serve",
45
44
  "test": "yarn clear && weboptimizer test '{__reference__: \"target:minimal\"}'",
46
45
  "test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
47
46
  "test:coverage": "yarn clear && weboptimizer test:coverage",
48
47
  "test:coverage:report": "yarn clear && weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
49
- "update": "yarn version --patch",
48
+ "update": "yarn version patch && yarn npm publish",
50
49
  "update:documentation": "documentation-website",
51
50
  "watch": "weboptimizer build --watch"
52
51
  },
53
52
  "runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {GenericAnimate} = require('react-input-material')\n\nGenericAnimate.webComponentAdapterWrapped",
54
53
  "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": "*"
54
+ "@babel/eslint-parser": "^7.23.10",
55
+ "@babel/plugin-transform-proto-to-assign": "^7.23.3",
56
+ "@babel/preset-react": "^7.23.3",
57
+ "@babel/runtime": "^7.24.0",
58
+ "@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
59
+ "@types/jsdom": "^21.1.6",
60
+ "@types/node": "^20.11.24",
61
+ "@types/react": "^18.2.63",
62
+ "@types/react-dom": "^18.2.20",
63
+ "@types/react-transition-group": "^4.4.10",
64
+ "@types/webpack-env": "^1.18.4",
65
+ "@typescript-eslint/eslint-plugin": "^7.1.1",
66
+ "@typescript-eslint/parser": "^7.1.1",
67
+ "clientnode": "^3.0.1138",
68
+ "css-loader": "^6.10.0",
69
+ "cssnano": "^6.0.5",
70
+ "documentation-website": "^1.0.326",
71
+ "eslint": "^8.57.0",
72
+ "eslint-config-google": "^0.14.0",
73
+ "eslint-plugin-jsdoc": "^48.2.0",
74
+ "identity-obj-proxy": "^3.0.0",
75
+ "jest": "^29.7.0",
76
+ "jsdoc": "^4.0.2",
77
+ "mini-css-extract-plugin": "^2.8.1",
78
+ "postcss": "^8.4.35",
79
+ "postcss-import": "^16.0.1",
80
+ "postcss-loader": "^8.1.1",
81
+ "postcss-nested": "^6.0.1",
82
+ "postcss-preset-env": "^9.4.0",
83
+ "react": "^18.2.0",
84
+ "react-dom": "^18.2.0",
85
+ "react-generic-dummy": "^0.0.69",
86
+ "react-generic-tools": "^0.0.41",
87
+ "react-transition-group": "^4.4.5",
88
+ "react-useanimations": "^2.10.0",
89
+ "style-loader": "^3.3.4",
90
+ "stylelint": "^16.2.1",
91
+ "stylelint-config-standard": "^36.0.0",
92
+ "tslib": "^2.6.2",
93
+ "typescript-plugin-css-modules": "^5.1.0",
94
+ "web-component-wrapper": "^0.0.485",
95
+ "weboptimizer": "^2.0.1453",
96
+ "webpack-dev-server": "^5.0.2"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "@babel/runtime": "*",
@@ -137,8 +137,9 @@
137
137
  }
138
138
  },
139
139
  "engines": {
140
- "node": ">=18",
141
- "npm": ">=9"
140
+ "node": ">=20",
141
+ "npm": ">=10",
142
+ "yarn": ">=4"
142
143
  },
143
144
  "sideEffects": false,
144
145
  "documentationWebsite": {
@@ -210,5 +211,6 @@
210
211
  }
211
212
  }
212
213
  }
213
- }
214
- }
214
+ },
215
+ "packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
216
+ }
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