Skip to content

Commit

Permalink
Model olcs differently to use a version that is compatible with mpapi
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 7, 2024
1 parent f91fb84 commit beaa795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.0-alpha.3

- Fix: Model `olcs` as `peerDependency` to not break the build.

## 2.0.0-alpha.2

- Chore: Add correct versions for alpha testing.
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"preversion": "npm run bundle"
},
"peerDependencies": {
"ol": "^7.1.0"
"ol": "^7.1.0",
"olcs": "2.13.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
Expand All @@ -49,7 +50,6 @@
"i18next-vue": "^1.1.0",
"lodash.merge": "^4.6.2",
"lodash.kebabcase": "^4.1.1",
"olcs": "2.13.1",
"vue": "^2.6.14",
"vuetify": "^2.5.9",
"vuex": "^3.6.2"
Expand Down

0 comments on commit beaa795

Please sign in to comment.