Skip to content

Commit e66beef

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): upgarde versions of lerna to 8.1.9, lerna-changelog to 2.2.0, parse-url to 8.1.0, braces to 3.0.3, ip to 2.0.1, highlight.js to 10.4.1, mem to 4.0.0, tar to 6.2.1, micromatch to 4.0.8, trim-newlines to 3.0.1, parse-path to 5.0.0,http-cache-semantics to 4.1.0
1 parent df6b52b commit e66beef

File tree

2 files changed

+230
-716
lines changed

2 files changed

+230
-716
lines changed

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,25 @@
7676
"jasmine": "^5.3.0",
7777
"jasmine-spec-reporter": "^7.0.0",
7878
"lerna": "^8.1.9",
79-
"lerna-changelog": "^0.8.2",
79+
"lerna-changelog": "^2.2.0",
8080
"lite-server": "^2.6.1",
8181
"nyc": "^17.0.0",
8282
"resolve": "^1.22.8",
8383
"source-map-support": "^0.5.21",
8484
"ts-node": "^10.9.2",
8585
"tslint": "^5.11.0",
8686
"typescript": "~5.5.4",
87-
"typescript-json-schema": "^0.65.1"
88-
},
89-
"resolutions": {
87+
"typescript-json-schema": "^0.65.1",
9088
"parse-url": "^8.1.0",
91-
"braces": "^3.0.3"
89+
"braces": "^3.0.3",
90+
"ip": "^2.0.1",
91+
"highlight.js": "^10.4.1",
92+
"mem": "^4.0.0",
93+
"tar": "^6.2.1",
94+
"micromatch": "^4.0.8",
95+
"trim-newlines": "^3.0.1",
96+
"parse-path": "^5.0.0",
97+
"http-cache-semantics": "^4.1.1"
9298
},
9399
"workspaces": [
94100
"packages/*"

0 commit comments

Comments
 (0)