Skip to content

Commit

Permalink
Merge branch 'main' into refactor/remove-unused-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin authored Jul 23, 2024
2 parents ea07ed2 + 8bec4ed commit bee19e4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Feature: Add new state parameter `mapHasDimensions` to let plugins have a "hook" to react on when the map is ready.
- Feature: Add `deviceIsHorizontal` as a getter to have a more central place to check if the device is in landscape mode.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Chore: Update dependencies to latest versions.

## 1.4.1

Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"directory": "packages/core"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@masterportal/masterportalapi": "2.8.0",
"@polar/components": "^2.0.0",
"@polar/lib-idx": "^1.0.0",
Expand All @@ -21,14 +21,14 @@
"@repositoryname/noop": "^1.0.6",
"@repositoryname/vuex-generators": "^1.1.2",
"hammerjs": "2.0.8",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"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",
"vue": "^2.7.16",
"vuetify": "^2.7.2",
"vuex": "^3.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"directory": "packages/lib/tooltip"
},
"peerDependencies": {
"i18next": "^21.6.0"
"i18next": "^23.x"
}
}
2 changes: 1 addition & 1 deletion packages/plugins/Scale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"peerDependencies": {
"@repositoryname/vuex-generators": "^1.1.2",
"i18next": "^21.6.0",
"i18next": "^23.x",
"ol": "^7.1.0",
"vue": "^2.6.14",
"vuex": "^3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion pages/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3>Usage pattern</h3>
</li>
</ul>

<p>And that's about it. For more examples, view the <a href="http://127.0.0.1:8080/index.html#plugin-gallery" target="_blank">plugin gallery ↗</a> or choose a specific client's documentation files.</p>
<p>And that's about it. For more examples, view the <a href="https://dataport.github.io/polar/#plugin-gallery" target="_blank">plugin gallery ↗</a> or choose a specific client's documentation files.</p>
</article>
<hr>
<article id="development">
Expand Down

0 comments on commit bee19e4

Please sign in to comment.