react-generic-dummy 0.0.67 → 0.0.69

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.
Files changed (2) hide show
  1. package/index.js +0 -0
  2. package/package.json +29 -27
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-generic-dummy",
3
- "version": "0.0.67",
3
+ "version": "0.0.69",
4
4
  "description": "Dummy react component.",
5
5
  "keywords": [
6
6
  "dummy",
@@ -35,35 +35,35 @@
35
35
  "document": "weboptimizer document",
36
36
  "lint": "yarn clear && weboptimizer lint",
37
37
  "prepare": "yarn build",
38
- "postversion": "yarn publish --non-interactive; git push --tags && git push",
39
38
  "serve": "weboptimizer serve",
40
39
  "start": "yarn serve",
41
- "update": "yarn version --patch",
40
+ "update": "yarn version patch && yarn npm publish",
42
41
  "update:documentation": "documentation-website",
43
42
  "watch": "weboptimizer build --watch"
44
43
  },
45
44
  "runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {Dummy} = require('react-generic-dummy')\n\nDummy.isDummy",
46
45
  "devDependencies": {
47
- "@babel/eslint-parser": "*",
48
- "@babel/preset-react": "*",
49
- "@types/jsdom": "*",
50
- "@types/node": "*",
51
- "@types/react": "*",
52
- "@types/react-dom": "*",
53
- "@types/webpack-env": "*",
54
- "@typescript-eslint/eslint-plugin": "*",
55
- "@typescript-eslint/parser": "*",
56
- "clientnode": "*",
57
- "documentation-website": "*",
58
- "eslint": "*",
59
- "eslint-config-google": "*",
60
- "eslint-plugin-jsdoc": "*",
61
- "jsdoc": "*",
62
- "react": ">=17",
63
- "react-dom": "*",
64
- "tslib": "*",
65
- "weboptimizer": "*",
66
- "webpack-dev-server": "*"
46
+ "@babel/eslint-parser": "^7.23.10",
47
+ "@babel/preset-react": "^7.23.3",
48
+ "@babel/runtime": "^7.24.0",
49
+ "@types/jsdom": "^21.1.6",
50
+ "@types/node": "^20.11.24",
51
+ "@types/react": "^18.2.63",
52
+ "@types/react-dom": "^18.2.20",
53
+ "@types/webpack-env": "^1.18.4",
54
+ "@typescript-eslint/eslint-plugin": "^7.1.1",
55
+ "@typescript-eslint/parser": "^7.1.1",
56
+ "clientnode": "^3.0.1138",
57
+ "documentation-website": "^1.0.326",
58
+ "eslint": "^8.57.0",
59
+ "eslint-config-google": "^0.14.0",
60
+ "eslint-plugin-jsdoc": "^48.2.0",
61
+ "jsdoc": "^4.0.2",
62
+ "react": "^18.2.0",
63
+ "react-dom": "^18.2.0",
64
+ "tslib": "^2.6.2",
65
+ "weboptimizer": "^2.0.1453",
66
+ "webpack-dev-server": "^5.0.2"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@babel/runtime": "*",
@@ -95,8 +95,9 @@
95
95
  }
96
96
  },
97
97
  "engines": {
98
- "node": ">=18",
99
- "npm": ">=9"
98
+ "node": ">=20",
99
+ "npm": ">=10",
100
+ "yarn": ">=4"
100
101
  },
101
102
  "sideEffects": false,
102
103
  "documentationWebsite": {
@@ -130,5 +131,6 @@
130
131
  }
131
132
  }
132
133
  }
133
- }
134
- }
134
+ },
135
+ "packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
136
+ }