just-scripts 2.0.1 → 2.0.2

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/CHANGELOG.json CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "just-scripts",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 18 Aug 2022 16:10:27 GMT",
5
+ "date": "Fri, 09 Sep 2022 00:04:14 GMT",
6
+ "tag": "just-scripts_v2.0.2",
7
+ "version": "2.0.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "just-scripts",
13
+ "comment": "Move @types/node to devDependencies",
14
+ "commit": "0d15b145bf013725092ab683cd8f0f9512b6aa5b"
15
+ },
16
+ {
17
+ "author": "email not defined",
18
+ "package": "just-scripts",
19
+ "commit": "0d15b145bf013725092ab683cd8f0f9512b6aa5b",
20
+ "comment": "Bump just-scripts to v2.0.2"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 18 Aug 2022 16:10:31 GMT",
6
27
  "tag": "just-scripts_v2.0.1",
7
28
  "version": "2.0.1",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - just-scripts
2
2
 
3
- This log was last generated on Thu, 18 Aug 2022 16:10:27 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 09 Sep 2022 00:04:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.0.2
8
+
9
+ Fri, 09 Sep 2022 00:04:14 GMT
10
+
11
+ ### Patches
12
+
13
+ - Move @types/node to devDependencies (email not defined)
14
+ - Bump just-scripts to v2.0.2 (email not defined)
15
+
7
16
  ## 2.0.1
8
17
 
9
- Thu, 18 Aug 2022 16:10:27 GMT
18
+ Thu, 18 Aug 2022 16:10:31 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-scripts",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Just Stack Scripts",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -21,7 +21,6 @@
21
21
  "test:update": "jest --updateSnapshot"
22
22
  },
23
23
  "dependencies": {
24
- "@types/node": "^10.12.18",
25
24
  "chalk": "^4.0.0",
26
25
  "diff-match-patch": "1.0.5",
27
26
  "fs-extra": "^8.0.0",
@@ -36,19 +35,20 @@
36
35
  },
37
36
  "devDependencies": {
38
37
  "@types/diff-match-patch": "1.0.32",
39
- "@types/fs-extra": "^8.0.0",
40
- "@types/glob": "^7.1.3",
41
- "@types/jest": "^26.0.20",
42
- "@types/prompts": "^2.0.9",
43
- "@types/run-parallel-limit": "^1.0.0",
44
- "@types/supports-color": "^7.2.0",
45
- "@types/tar": "^4.0.4",
46
- "@types/webpack": "^4.41.26",
47
- "async-done": "^1.3.2",
48
- "jest": "^26.6.3",
38
+ "@types/fs-extra": "8.1.1",
39
+ "@types/glob": "7.1.3",
40
+ "@types/jest": "26.0.20",
41
+ "@types/node": "10.17.50",
42
+ "@types/prompts": "2.0.9",
43
+ "@types/run-parallel-limit": "1.0.0",
44
+ "@types/supports-color": "7.2.0",
45
+ "@types/tar": "4.0.4",
46
+ "@types/webpack": "4.41.26",
47
+ "async-done": "1.3.2",
48
+ "jest": "26.6.3",
49
49
  "jest-cli": "^26.6.3",
50
- "mock-fs": "^4.13.0",
51
- "typescript": "~4.1.3",
52
- "esbuild": "^0.9.6"
50
+ "mock-fs": "4.13.0",
51
+ "typescript": "4.1.3",
52
+ "esbuild": "0.9.6"
53
53
  }
54
54
  }