Browse Source

fix: updating lock file

pull/380/head
Dan Ditomaso 1 year ago
parent
commit
2da77b0621
  1. 3
      package.json
  2. 17
      pnpm-lock.yaml

3
package.json

@ -40,6 +40,7 @@
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.7",
"@turf/turf": "^7.2.0",
"@types/js-cookie": "^3.0.6",
"base64-js": "^1.5.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
@ -48,8 +49,8 @@
"cmdk": "^1.0.4",
"crypto-random-string": "^5.0.0",
"immer": "^10.1.1",
"lucide-react": "^0.474.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.474.0",
"mapbox-gl": "^3.6.0",
"maplibre-gl": "4.1.2",
"react": "^19.0.0",

17
pnpm-lock.yaml

@ -62,6 +62,9 @@ importers:
'@turf/turf':
specifier: ^7.2.0
version: 7.2.0
'@types/js-cookie':
specifier: ^3.0.6
version: 3.0.6
base64-js:
specifier: ^1.5.1
version: 1.5.1
@ -86,6 +89,9 @@ importers:
immer:
specifier: ^10.1.1
version: 10.1.1
js-cookie:
specifier: ^3.0.5
version: 3.0.5
lucide-react:
specifier: ^0.474.0
version: 0.474.0([email protected])
@ -1543,6 +1549,9 @@ packages:
'@types/[email protected]':
resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==}
'@types/[email protected]':
resolution: {integrity: sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==}
'@types/[email protected]':
resolution: {integrity: sha512-hI6cQDjw1bkJw7MC/eHMqq5TWUamLwsujnUUeiIX2KDRjxRNSYMjnHz07+LATz9I9XIsKumOtUz4gRYnZOJ/FA==}
@ -2193,6 +2202,10 @@ packages:
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
hasBin: true
[email protected]:
resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
engines: {node: '>=14'}
[email protected]:
resolution: {integrity: sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==}
@ -5104,6 +5117,8 @@ snapshots:
'@types/[email protected]': {}
'@types/[email protected]': {}
'@types/[email protected]':
dependencies:
'@types/geojson': 7946.0.14
@ -5806,6 +5821,8 @@ snapshots:
[email protected]: {}
[email protected]: {}
[email protected]: {}
[email protected]: {}

Loading…
Cancel
Save