Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update @polar/core dependencies #140

Merged
merged 7 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading