Browse Source

fix: updating lock file

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

1
package.json

@ -41,6 +41,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-validator": "^0.14.1",
"class-variance-authority": "^0.7.1",

6
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
@ -138,9 +141,6 @@ importers:
'@rsbuild/plugin-react':
specifier: ^1.1.0
version: 1.1.0(@rsbuild/[email protected])
'@types/js-cookie':
specifier: ^3.0.6
version: 3.0.6
'@types/node':
specifier: ^22.10.9
version: 22.10.10

Loading…
Cancel
Save