@donmahallem/rollup-config 1.0.1 → 1.0.5

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/README.md +1 -1
  2. package/package.json +12 -10
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
  <p align="center">
17
- <b>My Rollup config. Do not use!</b></br>
17
+ <b>My Rollup config. Use at your own risk!</b></br>
18
18
  <sub><sub>
19
19
  </p>
20
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@donmahallem/rollup-config",
3
- "version": "1.0.1",
4
- "description": "My Rollup config. Do not use!",
3
+ "version": "1.0.5",
4
+ "description": "My Rollup config. Use at your own risk!",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -47,7 +47,8 @@
47
47
  "access": "public"
48
48
  },
49
49
  "devDependencies": {
50
- "@donmahallem/eslint-config": "0.5.5",
50
+ "@appnest/readme": "1.2.7",
51
+ "@donmahallem/eslint-config": "1.0.7",
51
52
  "@rollup/plugin-commonjs": "*",
52
53
  "@rollup/plugin-json": "4.1.0",
53
54
  "@rollup/plugin-node-resolve": "13.1.3",
@@ -56,20 +57,21 @@
56
57
  "@semantic-release/changelog": "6.0.1",
57
58
  "@semantic-release/git": "10.0.1",
58
59
  "@types/chai": "4.3.0",
59
- "@types/mocha": "9.0.0",
60
+ "@types/mocha": "9.1.0",
60
61
  "@types/node": "17.0.8",
61
62
  "chai": "4.3.4",
62
- "eslint": "8.6.0",
63
- "mocha": "9.1.3",
63
+ "colors": "1.4.0",
64
+ "eslint": "8.7.0",
65
+ "mocha": "9.1.4",
64
66
  "nyc": "15.1.0",
65
67
  "prettier": "2.5.1",
66
- "rollup": "2.63.0",
68
+ "rollup": "2.65.0",
67
69
  "rollup-plugin-dts": "4.1.0",
68
- "semantic-release": "18.0.1",
70
+ "semantic-release": "19.0.2",
69
71
  "ts-node": "10.4.0",
70
72
  "tslib": "2.3.1",
71
- "typedoc": "0.22.10",
72
- "typescript": "4.5.4"
73
+ "typedoc": "0.22.11",
74
+ "typescript": "4.5.5"
73
75
  },
74
76
  "peerDependencies": {
75
77
  "@rollup/plugin-commonjs": "^21.0.1",