redput 1.0.2 → 1.0.3

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/ChangeLog +7 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2023.08.14, v1.0.3
2
+
3
+ feature:
4
+ - 740a589 package: eslint-plugin-putout v19.0.4
5
+ - b90e087 package: nodemon v3.0.1
6
+ - 335ca97 package: putout v31.1.0
7
+
1
8
  2023.08.02, v1.0.2
2
9
 
3
10
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "node-fetch": "^3.3.2",
59
59
  "octokit": "^3.1.0",
60
- "putout": "^30.7.0",
60
+ "putout": "^31.1.0",
61
61
  "rendy": "^3.1.1",
62
62
  "try-to-catch": "^3.0.1"
63
63
  },
@@ -67,10 +67,10 @@
67
67
  "escover": "^3.4.0",
68
68
  "eslint": "^8.0.0",
69
69
  "eslint-plugin-n": "^16.0.1",
70
- "eslint-plugin-putout": "^18.0.0",
70
+ "eslint-plugin-putout": "^19.0.4",
71
71
  "madrun": "^9.3.0",
72
72
  "montag": "^1.2.1",
73
- "nodemon": "^2.0.0",
73
+ "nodemon": "^3.0.1",
74
74
  "nyc": "^15.0.0",
75
75
  "supertape": "^8.1.0"
76
76
  },