Skip to content

Commit

Permalink
Lock @remp/js-commons version to 2.3.1
Browse files Browse the repository at this point in the history
Latest @remp/js-commons version uses newer version of chart.js
which is not supported by campaign-module. Therefore we need to lock
js-commons to v2.3.1 for now to keep using chart.js v2.9.3.

remp/remp#1287
  • Loading branch information
Martin Brieska (Fatchilli) authored and rootpd committed Sep 26, 2024
1 parent 790b4b9 commit c3e1285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Campaign/extensions/campaign-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"packageManager": "yarn@2.4.3",
"dependencies": {
"@babel/core": "^7.0",
"@remp/js-commons": "^2.3.1",
"@remp/js-commons": "2.3.1",
"animate.css": "^3.7.0",
"autosize": "^4.0.2",
"bootstrap": "^3.4.1",
Expand Down
6 changes: 3 additions & 3 deletions Campaign/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7626,10 +7626,10 @@ fsevents@~2.3.2:

"remp-campaign@file:extensions/campaign-module::locator=root-workspace-0b6124%40workspace%3A.":
version: 0.0.0
resolution: "remp-campaign@file:extensions/campaign-module#extensions/campaign-module::hash=659ff0&locator=root-workspace-0b6124%40workspace%3A."
resolution: "remp-campaign@file:extensions/campaign-module#extensions/campaign-module::hash=077d7f&locator=root-workspace-0b6124%40workspace%3A."
dependencies:
"@babel/core": ^7.0
"@remp/js-commons": ^2.3.1
"@remp/js-commons": 2.3.1
animate.css: ^3.7.0
autosize: ^4.0.2
bootstrap: ^3.4.1
Expand Down Expand Up @@ -7663,7 +7663,7 @@ fsevents@~2.3.2:
vue-codemirror: 4.0.6
vue-slide-up-down: ^1.7.2
vue-template-compiler: ^2.7
checksum: cb6ad3d27575a40266f591d9ba5ed2a7d4e93ab903cf6a35047434d95acf747f370d46d0dfe50a2455f3d187ce0bd461c680b64de9a8cd76590f31718cd50a67
checksum: be2ac351c7b7f3f93085da9064ace1a1bb01390803f7cf9fea1b9002080638f782f458f0338a4e388f035fbb007b47c44e1aa0880602e3c5c08ccdf8f774c68e
languageName: node
linkType: hard

Expand Down

0 comments on commit c3e1285

Please sign in to comment.