@rushstack/lockfile-explorer 1.7.10 → 1.7.11
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 +12 -0
- package/CHANGELOG.md +6 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lockfile-explorer",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.7.11",
|
|
6
|
+
"tag": "@rushstack/lockfile-explorer_v1.7.11",
|
|
7
|
+
"date": "Mon, 09 Dec 2024 20:31:43 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.10`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "1.7.10",
|
|
6
18
|
"tag": "@rushstack/lockfile-explorer_v1.7.10",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @rushstack/lockfile-explorer
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 09 Dec 2024 20:31:43 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.7.11
|
|
6
|
+
Mon, 09 Dec 2024 20:31:43 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 1.7.10
|
|
6
11
|
Tue, 03 Dec 2024 16:11:08 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lockfile-explorer",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"conflict",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/update-notifier": "~6.0.1",
|
|
46
46
|
"@pnpm/lockfile-types": "^5.1.5",
|
|
47
47
|
"@types/semver": "7.5.0",
|
|
48
|
-
"@rushstack/heft": "0.68.
|
|
48
|
+
"@rushstack/heft": "0.68.10",
|
|
49
49
|
"@rushstack/lockfile-explorer-web": "0.0.0",
|
|
50
50
|
"local-node-rig": "1.0.0"
|
|
51
51
|
},
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"update-notifier": "~5.1.0",
|
|
58
58
|
"@pnpm/dependency-path": "~2.1.2",
|
|
59
59
|
"semver": "~7.5.4",
|
|
60
|
-
"@rushstack/rush-sdk": "5.141.4",
|
|
61
|
-
"@microsoft/rush-lib": "5.141.4",
|
|
62
|
-
"@rushstack/terminal": "0.14.3",
|
|
63
60
|
"@rushstack/node-core-library": "5.10.0",
|
|
64
|
-
"@
|
|
61
|
+
"@microsoft/rush-lib": "5.144.1",
|
|
62
|
+
"@rushstack/terminal": "0.14.3",
|
|
63
|
+
"@rushstack/ts-command-line": "4.23.1",
|
|
64
|
+
"@rushstack/rush-sdk": "5.144.1"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"build": "heft build --clean",
|