Skip to content

Commit

Permalink
Bump Map SDK to 1.13.0 in TS examples
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractalgo committed Nov 2, 2023
1 parent 685c4b8 commit afc56ec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion typescript-examples/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@unfolded/map-sdk": "^1.11.0",
"@unfolded/map-sdk": "^1.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions typescript-examples/basic-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -807,14 +807,14 @@ __metadata:
languageName: node
linkType: hard

"@unfolded/map-sdk@npm:^1.11.0":
version: 1.11.0
resolution: "@unfolded/map-sdk@npm:1.11.0"
"@unfolded/map-sdk@npm:^1.13.0":
version: 1.13.0
resolution: "@unfolded/map-sdk@npm:1.13.0"
dependencies:
"@types/geojson": "npm:^7946.0.10"
csstype: "npm:^3.1.0"
type-fest: "npm:^2.12.2"
checksum: 96fc280524702ebedb355bc079c40188bafe91007dc2be85a548a7ffc23fb012abe17b1556d09b4ea17fa32b119965bb2c30508fac1c6d65d7cf09ec33e1cbd0
checksum: d2b642522714963babb118f179a47ef796e8c46f4428a4bc27038791d75f7df88b4c61f9dd4a52c218bed993f897c3edd86ff0c902e4871a51ec54fde64035ab
languageName: node
linkType: hard

Expand Down Expand Up @@ -1513,7 +1513,7 @@ __metadata:
"@types/react-dom": "npm:^18.2.7"
"@typescript-eslint/eslint-plugin": "npm:^6.2.1"
"@typescript-eslint/parser": "npm:^6.2.1"
"@unfolded/map-sdk": "npm:^1.11.0"
"@unfolded/map-sdk": "npm:^1.13.0"
"@vitejs/plugin-react": "npm:^4.0.4"
eslint: "npm:^8.46.0"
eslint-plugin-react-hooks: "npm:^4.6.0"
Expand Down
2 changes: 1 addition & 1 deletion typescript-examples/data-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@unfolded/map-sdk": "^1.11.0",
"@unfolded/map-sdk": "^1.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions typescript-examples/data-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -815,14 +815,14 @@ __metadata:
languageName: node
linkType: hard

"@unfolded/map-sdk@npm:^1.11.0":
version: 1.11.0
resolution: "@unfolded/map-sdk@npm:1.11.0"
"@unfolded/map-sdk@npm:^1.13.0":
version: 1.13.0
resolution: "@unfolded/map-sdk@npm:1.13.0"
dependencies:
"@types/geojson": "npm:^7946.0.10"
csstype: "npm:^3.1.0"
type-fest: "npm:^2.12.2"
checksum: 96fc280524702ebedb355bc079c40188bafe91007dc2be85a548a7ffc23fb012abe17b1556d09b4ea17fa32b119965bb2c30508fac1c6d65d7cf09ec33e1cbd0
checksum: d2b642522714963babb118f179a47ef796e8c46f4428a4bc27038791d75f7df88b4c61f9dd4a52c218bed993f897c3edd86ff0c902e4871a51ec54fde64035ab
languageName: node
linkType: hard

Expand Down Expand Up @@ -1182,7 +1182,7 @@ __metadata:
"@types/react-dom": "npm:^18.2.7"
"@typescript-eslint/eslint-plugin": "npm:^6.2.1"
"@typescript-eslint/parser": "npm:^6.2.1"
"@unfolded/map-sdk": "npm:^1.11.0"
"@unfolded/map-sdk": "npm:^1.13.0"
"@vitejs/plugin-react": "npm:^4.0.4"
eslint: "npm:^8.46.0"
eslint-plugin-react-hooks: "npm:^4.6.0"
Expand Down

0 comments on commit afc56ec

Please sign in to comment.