dep: update sdk, add cookie lib

This commit is contained in:
Derrick Hammer 2024-03-13 18:49:19 -04:00
parent d07dbff31f
commit 7b645666f6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 47 additions and 7 deletions

47
package-lock.json generated
View File

@ -9,7 +9,7 @@
"@conform-to/react": "^1.0.2",
"@conform-to/zod": "^1.0.2",
"@fontsource-variable/manrope": "^5.0.19",
"@lumeweb/portal-sdk": "0.0.0-20240313171219",
"@lumeweb/portal-sdk": "0.0.0-20240313223452",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
@ -2996,9 +2996,9 @@
"dev": true
},
"node_modules/@lumeweb/portal-sdk": {
"version": "0.0.0-20240313171219",
"resolved": "https://registry.npmjs.org/@lumeweb/portal-sdk/-/portal-sdk-0.0.0-20240313171219.tgz",
"integrity": "sha512-di8X9J8L71XT7QAO+959o7zZzQ3TeBQxPr+dhpnujUXNEa6I073KIvB25SQt9cWkiCu0AUc+BmHtBrIXYywg/Q==",
"version": "0.0.0-20240313223452",
"resolved": "https://registry.npmjs.org/@lumeweb/portal-sdk/-/portal-sdk-0.0.0-20240313223452.tgz",
"integrity": "sha512-EuS7b6C3RJOymZYQ2zsG8Q+bb10wlcxWsDxkdNMRuRzEji6V60/MpG+77xmmTGfilUehoTvDVKGYJQwHAhayfw==",
"hasInstallScript": true,
"dependencies": {
"axios": "^1.6.7",
@ -5596,6 +5596,15 @@
"@types/unist": "^2"
}
},
"node_modules/@types/hoist-non-react-statics": {
"version": "3.3.5",
"resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz",
"integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==",
"dependencies": {
"@types/react": "*",
"hoist-non-react-statics": "^3.3.0"
}
},
"node_modules/@types/http-proxy": {
"version": "1.17.14",
"resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
@ -11156,6 +11165,14 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/hoist-non-react-statics": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
"dependencies": {
"react-is": "^16.7.0"
}
},
"node_modules/hosted-git-info": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz",
@ -15965,6 +15982,19 @@
"pure-color": "^1.2.0"
}
},
"node_modules/react-cookie": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-7.1.0.tgz",
"integrity": "sha512-n2+Gt07/xxuShXary+SImk1sw5l7a1UguQOQEN55YewEW5LoA0opbR4nbeo8sY6OYwR37iCFJtqJ0AGEywqAtg==",
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.5",
"hoist-non-react-statics": "^3.3.2",
"universal-cookie": "^7.0.0"
},
"peerDependencies": {
"react": ">= 16.3.0"
}
},
"node_modules/react-dom": {
"version": "18.2.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
@ -18740,6 +18770,15 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/universal-cookie": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-7.1.0.tgz",
"integrity": "sha512-LCLHwP0whxTqkBYMptW1dzNS0xxIVJmU6c51N5CfPNheVxuJW7fVxPa6MUGX7boUSyOlpMveBO96hMs5Gee6Fg==",
"dependencies": {
"@types/cookie": "^0.6.0",
"cookie": "^0.6.0"
}
},
"node_modules/universalify": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",

View File

@ -14,14 +14,14 @@
"@conform-to/react": "^1.0.2",
"@conform-to/zod": "^1.0.2",
"@fontsource-variable/manrope": "^5.0.19",
"@lumeweb/portal-sdk": "0.0.0-20240313171219",
"@lumeweb/portal-sdk": "0.0.0-20240313223452",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@refinedev/cli": "^2.16.1",
"@refinedev/core": "https://gitpkg.now.sh/LumeWeb/refine/packages/core?remix",
@ -31,13 +31,14 @@
"@remix-run/node": "^2.8.0",
"@remix-run/react": "^2.8.0",
"@tanstack/react-table": "^8.13.2",
"@visx/visx": "^3.10.2",
"@uppy/core": "^3.9.3",
"@uppy/tus": "^3.5.3",
"@uppy/utils": "^5.7.4",
"@visx/visx": "^3.10.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"react": "^18.2.0",
"react-cookie": "^7.1.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",