Skip to content

Commit

Permalink
update @polar/core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Jul 11, 2024
1 parent a324694 commit e7df3b0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
34 changes: 17 additions & 17 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: Updated 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

0 comments on commit e7df3b0

Please sign in to comment.