Skip to content

Commit

Permalink
Update dependencies of to be tested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 5, 2024
1 parent 8ace39d commit f74c951
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@fortawesome/fontawesome-free": "^6.2.1",
"@masterportal/masterportalapi": "2.8.0",
"@polar/components": "^2.0.0",
"@polar/lib-idx": "^1.0.0",
"@polar/lib-get-cluster": "^1.0.0",
"@polar/lib-invisible-style": "^1.0.0",
"@polar/lib-idx": "1.1.0-alpha.1",
"@polar/lib-get-cluster": "1.1.0-alpha.1",
"@polar/lib-invisible-style": "1.1.0-alpha.1",
"@repositoryname/noop": "^1.0.6",
"@repositoryname/vuex-generators": "^1.1.2",
"hammerjs": "2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/AddressSearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vuex": "^3.6.2"
},
"dependencies": {
"@polar/lib-get-features": "^1.0.0",
"@polar/lib-get-features": "2.0.0-alpha.1",
"lodash.debounce": "^4.0.8"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/Gfi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"vuex": "^3.6.2"
},
"dependencies": {
"@polar/lib-get-cluster": "^1.0.0",
"@polar/lib-invisible-style": "^1.0.0",
"@polar/lib-tooltip": "^1.0.0",
"@polar/lib-get-cluster": "1.1.0-alpha.1",
"@polar/lib-invisible-style": "1.1.0-alpha.1",
"@polar/lib-tooltip": "1.1.0-alpha.1",
"just-compare": "^2.3.0",
"lodash.debounce": "^4.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Pins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ol": "^7.1.0"
},
"dependencies": {
"@polar/lib-passes-boundary-check": "^2.0.0"
"@polar/lib-passes-boundary-check": "2.1.0-alpha.1"
},
"devDependencies": {
"@polar/lib-custom-types": "^1.0.0",
Expand Down

0 comments on commit f74c951

Please sign in to comment.