Skip to content

Commit

Permalink
Update to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko314 committed Oct 9, 2024
1 parent 4797ecc commit b2acca1
Show file tree
Hide file tree
Showing 139 changed files with 1,470 additions and 1,083 deletions.
6 changes: 3 additions & 3 deletions showcase-3d-mockup-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@cesdk/cesdk-js": "1.35.1",
"@cesdk/engine": "1.35.1",
"@cesdk/cesdk-js": "1.36.0",
"@cesdk/engine": "1.36.0",
"@google/model-viewer": "3.1.1",
"@imgly/idml-importer": "^1.0.6",
"@imgly/psd-importer": "^0.0.2",
"@imgly/psd-importer": "^0.0.3",
"@imgly/plugin-background-removal-web": "^1.0.0",
"@imgly/plugin-cutout-library-web": "^1.0.4",
"@imgly/plugin-vectorizer-web": "^1.0.0",
Expand Down
26 changes: 13 additions & 13 deletions showcase-3d-mockup-editor/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,17 +1045,17 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cesdk/cesdk-js@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.35.1.tgz#9f1eac7f27a7c9dd427542c85a741959da2b57b4"
integrity sha512-ZFiOIjMyLbfRoUgRgCELwraykHz97opHR7XiIqgrl0ZkfT78JELu1JlCA6dW5jSrZN7sMd4Z/y7fEGyUo30VyQ==
"@cesdk/cesdk-js@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.36.0.tgz#bcf5d7a69efcd2fc7bccf18bab159153f2fdf7a6"
integrity sha512-quPOGER4lLjK7FPLYZ3qGRyWk1LlgLxIZQsE35Ok5H6PIxAdbQGfJldYtOifcVTj9lQX6qw9dNgOUyI9VtB2BA==
dependencies:
"@cesdk/engine" "1.35.1"
"@cesdk/engine" "1.36.0"

"@cesdk/engine@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.35.1.tgz#b22657eced0924e27b7ddf3460499f4b4efa38be"
integrity sha512-aNsMUfbybo3YYsjca8fut2GmhAsEd0lKsN9FMvJYtzuqS3dqSwk6Md7rEuDmrS2HBAOexn0a6QwhQYslLuzCZg==
"@cesdk/engine@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.36.0.tgz#c844da5b1f3769c4daea07807a4c6592b72a6483"
integrity sha512-I6VtiizUiRSgGWEd6Q16F64aWkObwg1UoA/0XrvhhVWOoTbgkxVCQYJFX+pJH4jt9kNkzMpfNgaGEK8FBP2s/Q==

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
Expand Down Expand Up @@ -1156,10 +1156,10 @@
dependencies:
"@imgly/vectorizer" "1.0.0"

"@imgly/psd-importer@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.2.tgz#5c168cec1b94db1eb0e73eb5576bea577904947c"
integrity sha512-EwfMBuisb4HK0C2Iw0Kp6OCEDjBTVCdYcTL5OdnWSzV7vxcmTkoPKcnEiG5VV/x7iy2AeIY9CqbS6GkROlVQeg==
"@imgly/psd-importer@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.3.tgz#effe7fdd086a4815e664c929cb3abd6f57c8cb50"
integrity sha512-PUbDZku3yWlo00uFRMHvkX9D0k3f9ixE7BIyGaC0z64dF51TisHqmfYSMqsM0Fyte0y5mbfn4NPYmJu+9+Cugg==
dependencies:
"@webtoon/psd" "^0.4.0"
opentype.js "^1.3.4"
Expand Down
6 changes: 3 additions & 3 deletions showcase-advanced-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@cesdk/cesdk-js": "1.35.1",
"@cesdk/engine": "1.35.1",
"@cesdk/cesdk-js": "1.36.0",
"@cesdk/engine": "1.36.0",
"@google/model-viewer": "3.1.1",
"@imgly/idml-importer": "^1.0.6",
"@imgly/psd-importer": "^0.0.2",
"@imgly/psd-importer": "^0.0.3",
"@imgly/plugin-background-removal-web": "^1.0.0",
"@imgly/plugin-cutout-library-web": "^1.0.4",
"@imgly/plugin-vectorizer-web": "^1.0.0",
Expand Down
26 changes: 13 additions & 13 deletions showcase-advanced-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,17 +1045,17 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cesdk/cesdk-js@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.35.1.tgz#9f1eac7f27a7c9dd427542c85a741959da2b57b4"
integrity sha512-ZFiOIjMyLbfRoUgRgCELwraykHz97opHR7XiIqgrl0ZkfT78JELu1JlCA6dW5jSrZN7sMd4Z/y7fEGyUo30VyQ==
"@cesdk/cesdk-js@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.36.0.tgz#bcf5d7a69efcd2fc7bccf18bab159153f2fdf7a6"
integrity sha512-quPOGER4lLjK7FPLYZ3qGRyWk1LlgLxIZQsE35Ok5H6PIxAdbQGfJldYtOifcVTj9lQX6qw9dNgOUyI9VtB2BA==
dependencies:
"@cesdk/engine" "1.35.1"
"@cesdk/engine" "1.36.0"

"@cesdk/engine@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.35.1.tgz#b22657eced0924e27b7ddf3460499f4b4efa38be"
integrity sha512-aNsMUfbybo3YYsjca8fut2GmhAsEd0lKsN9FMvJYtzuqS3dqSwk6Md7rEuDmrS2HBAOexn0a6QwhQYslLuzCZg==
"@cesdk/engine@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.36.0.tgz#c844da5b1f3769c4daea07807a4c6592b72a6483"
integrity sha512-I6VtiizUiRSgGWEd6Q16F64aWkObwg1UoA/0XrvhhVWOoTbgkxVCQYJFX+pJH4jt9kNkzMpfNgaGEK8FBP2s/Q==

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
Expand Down Expand Up @@ -1156,10 +1156,10 @@
dependencies:
"@imgly/vectorizer" "1.0.0"

"@imgly/psd-importer@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.2.tgz#5c168cec1b94db1eb0e73eb5576bea577904947c"
integrity sha512-EwfMBuisb4HK0C2Iw0Kp6OCEDjBTVCdYcTL5OdnWSzV7vxcmTkoPKcnEiG5VV/x7iy2AeIY9CqbS6GkROlVQeg==
"@imgly/psd-importer@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.3.tgz#effe7fdd086a4815e664c929cb3abd6f57c8cb50"
integrity sha512-PUbDZku3yWlo00uFRMHvkX9D0k3f9ixE7BIyGaC0z64dF51TisHqmfYSMqsM0Fyte0y5mbfn4NPYmJu+9+Cugg==
dependencies:
"@webtoon/psd" "^0.4.0"
opentype.js "^1.3.4"
Expand Down
6 changes: 3 additions & 3 deletions showcase-airtable-image-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@cesdk/cesdk-js": "1.35.1",
"@cesdk/engine": "1.35.1",
"@cesdk/cesdk-js": "1.36.0",
"@cesdk/engine": "1.36.0",
"@google/model-viewer": "3.1.1",
"@imgly/idml-importer": "^1.0.6",
"@imgly/psd-importer": "^0.0.2",
"@imgly/psd-importer": "^0.0.3",
"@imgly/plugin-background-removal-web": "^1.0.0",
"@imgly/plugin-cutout-library-web": "^1.0.4",
"@imgly/plugin-vectorizer-web": "^1.0.0",
Expand Down
26 changes: 13 additions & 13 deletions showcase-airtable-image-assets/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,17 +1045,17 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cesdk/cesdk-js@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.35.1.tgz#9f1eac7f27a7c9dd427542c85a741959da2b57b4"
integrity sha512-ZFiOIjMyLbfRoUgRgCELwraykHz97opHR7XiIqgrl0ZkfT78JELu1JlCA6dW5jSrZN7sMd4Z/y7fEGyUo30VyQ==
"@cesdk/cesdk-js@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.36.0.tgz#bcf5d7a69efcd2fc7bccf18bab159153f2fdf7a6"
integrity sha512-quPOGER4lLjK7FPLYZ3qGRyWk1LlgLxIZQsE35Ok5H6PIxAdbQGfJldYtOifcVTj9lQX6qw9dNgOUyI9VtB2BA==
dependencies:
"@cesdk/engine" "1.35.1"
"@cesdk/engine" "1.36.0"

"@cesdk/engine@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.35.1.tgz#b22657eced0924e27b7ddf3460499f4b4efa38be"
integrity sha512-aNsMUfbybo3YYsjca8fut2GmhAsEd0lKsN9FMvJYtzuqS3dqSwk6Md7rEuDmrS2HBAOexn0a6QwhQYslLuzCZg==
"@cesdk/engine@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.36.0.tgz#c844da5b1f3769c4daea07807a4c6592b72a6483"
integrity sha512-I6VtiizUiRSgGWEd6Q16F64aWkObwg1UoA/0XrvhhVWOoTbgkxVCQYJFX+pJH4jt9kNkzMpfNgaGEK8FBP2s/Q==

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
Expand Down Expand Up @@ -1156,10 +1156,10 @@
dependencies:
"@imgly/vectorizer" "1.0.0"

"@imgly/psd-importer@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.2.tgz#5c168cec1b94db1eb0e73eb5576bea577904947c"
integrity sha512-EwfMBuisb4HK0C2Iw0Kp6OCEDjBTVCdYcTL5OdnWSzV7vxcmTkoPKcnEiG5VV/x7iy2AeIY9CqbS6GkROlVQeg==
"@imgly/psd-importer@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.3.tgz#effe7fdd086a4815e664c929cb3abd6f57c8cb50"
integrity sha512-PUbDZku3yWlo00uFRMHvkX9D0k3f9ixE7BIyGaC0z64dF51TisHqmfYSMqsM0Fyte0y5mbfn4NPYmJu+9+Cugg==
dependencies:
"@webtoon/psd" "^0.4.0"
opentype.js "^1.3.4"
Expand Down
6 changes: 3 additions & 3 deletions showcase-apparel-editor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@cesdk/cesdk-js": "1.35.1",
"@cesdk/engine": "1.35.1",
"@cesdk/cesdk-js": "1.36.0",
"@cesdk/engine": "1.36.0",
"@google/model-viewer": "3.1.1",
"@imgly/idml-importer": "^1.0.6",
"@imgly/psd-importer": "^0.0.2",
"@imgly/psd-importer": "^0.0.3",
"@imgly/plugin-background-removal-web": "^1.0.0",
"@imgly/plugin-cutout-library-web": "^1.0.4",
"@imgly/plugin-vectorizer-web": "^1.0.0",
Expand Down
26 changes: 13 additions & 13 deletions showcase-apparel-editor-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,17 +1045,17 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cesdk/cesdk-js@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.35.1.tgz#9f1eac7f27a7c9dd427542c85a741959da2b57b4"
integrity sha512-ZFiOIjMyLbfRoUgRgCELwraykHz97opHR7XiIqgrl0ZkfT78JELu1JlCA6dW5jSrZN7sMd4Z/y7fEGyUo30VyQ==
"@cesdk/cesdk-js@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.36.0.tgz#bcf5d7a69efcd2fc7bccf18bab159153f2fdf7a6"
integrity sha512-quPOGER4lLjK7FPLYZ3qGRyWk1LlgLxIZQsE35Ok5H6PIxAdbQGfJldYtOifcVTj9lQX6qw9dNgOUyI9VtB2BA==
dependencies:
"@cesdk/engine" "1.35.1"
"@cesdk/engine" "1.36.0"

"@cesdk/engine@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.35.1.tgz#b22657eced0924e27b7ddf3460499f4b4efa38be"
integrity sha512-aNsMUfbybo3YYsjca8fut2GmhAsEd0lKsN9FMvJYtzuqS3dqSwk6Md7rEuDmrS2HBAOexn0a6QwhQYslLuzCZg==
"@cesdk/engine@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.36.0.tgz#c844da5b1f3769c4daea07807a4c6592b72a6483"
integrity sha512-I6VtiizUiRSgGWEd6Q16F64aWkObwg1UoA/0XrvhhVWOoTbgkxVCQYJFX+pJH4jt9kNkzMpfNgaGEK8FBP2s/Q==

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
Expand Down Expand Up @@ -1156,10 +1156,10 @@
dependencies:
"@imgly/vectorizer" "1.0.0"

"@imgly/psd-importer@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.2.tgz#5c168cec1b94db1eb0e73eb5576bea577904947c"
integrity sha512-EwfMBuisb4HK0C2Iw0Kp6OCEDjBTVCdYcTL5OdnWSzV7vxcmTkoPKcnEiG5VV/x7iy2AeIY9CqbS6GkROlVQeg==
"@imgly/psd-importer@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.3.tgz#effe7fdd086a4815e664c929cb3abd6f57c8cb50"
integrity sha512-PUbDZku3yWlo00uFRMHvkX9D0k3f9ixE7BIyGaC0z64dF51TisHqmfYSMqsM0Fyte0y5mbfn4NPYmJu+9+Cugg==
dependencies:
"@webtoon/psd" "^0.4.0"
opentype.js "^1.3.4"
Expand Down
6 changes: 3 additions & 3 deletions showcase-apparel-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@cesdk/cesdk-js": "1.35.1",
"@cesdk/engine": "1.35.1",
"@cesdk/cesdk-js": "1.36.0",
"@cesdk/engine": "1.36.0",
"@google/model-viewer": "3.1.1",
"@imgly/idml-importer": "^1.0.6",
"@imgly/psd-importer": "^0.0.2",
"@imgly/psd-importer": "^0.0.3",
"@imgly/plugin-background-removal-web": "^1.0.0",
"@imgly/plugin-cutout-library-web": "^1.0.4",
"@imgly/plugin-vectorizer-web": "^1.0.0",
Expand Down
26 changes: 13 additions & 13 deletions showcase-apparel-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,17 +1045,17 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cesdk/cesdk-js@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.35.1.tgz#9f1eac7f27a7c9dd427542c85a741959da2b57b4"
integrity sha512-ZFiOIjMyLbfRoUgRgCELwraykHz97opHR7XiIqgrl0ZkfT78JELu1JlCA6dW5jSrZN7sMd4Z/y7fEGyUo30VyQ==
"@cesdk/cesdk-js@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.36.0.tgz#bcf5d7a69efcd2fc7bccf18bab159153f2fdf7a6"
integrity sha512-quPOGER4lLjK7FPLYZ3qGRyWk1LlgLxIZQsE35Ok5H6PIxAdbQGfJldYtOifcVTj9lQX6qw9dNgOUyI9VtB2BA==
dependencies:
"@cesdk/engine" "1.35.1"
"@cesdk/engine" "1.36.0"

"@cesdk/engine@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.35.1.tgz#b22657eced0924e27b7ddf3460499f4b4efa38be"
integrity sha512-aNsMUfbybo3YYsjca8fut2GmhAsEd0lKsN9FMvJYtzuqS3dqSwk6Md7rEuDmrS2HBAOexn0a6QwhQYslLuzCZg==
"@cesdk/engine@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.36.0.tgz#c844da5b1f3769c4daea07807a4c6592b72a6483"
integrity sha512-I6VtiizUiRSgGWEd6Q16F64aWkObwg1UoA/0XrvhhVWOoTbgkxVCQYJFX+pJH4jt9kNkzMpfNgaGEK8FBP2s/Q==

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
Expand Down Expand Up @@ -1156,10 +1156,10 @@
dependencies:
"@imgly/vectorizer" "1.0.0"

"@imgly/psd-importer@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.2.tgz#5c168cec1b94db1eb0e73eb5576bea577904947c"
integrity sha512-EwfMBuisb4HK0C2Iw0Kp6OCEDjBTVCdYcTL5OdnWSzV7vxcmTkoPKcnEiG5VV/x7iy2AeIY9CqbS6GkROlVQeg==
"@imgly/psd-importer@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.3.tgz#effe7fdd086a4815e664c929cb3abd6f57c8cb50"
integrity sha512-PUbDZku3yWlo00uFRMHvkX9D0k3f9ixE7BIyGaC0z64dF51TisHqmfYSMqsM0Fyte0y5mbfn4NPYmJu+9+Cugg==
dependencies:
"@webtoon/psd" "^0.4.0"
opentype.js "^1.3.4"
Expand Down
6 changes: 3 additions & 3 deletions showcase-automated-resizing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@cesdk/cesdk-js": "1.35.1",
"@cesdk/engine": "1.35.1",
"@cesdk/cesdk-js": "1.36.0",
"@cesdk/engine": "1.36.0",
"@google/model-viewer": "3.1.1",
"@imgly/idml-importer": "^1.0.6",
"@imgly/psd-importer": "^0.0.2",
"@imgly/psd-importer": "^0.0.3",
"@imgly/plugin-background-removal-web": "^1.0.0",
"@imgly/plugin-cutout-library-web": "^1.0.4",
"@imgly/plugin-vectorizer-web": "^1.0.0",
Expand Down
26 changes: 13 additions & 13 deletions showcase-automated-resizing/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,17 +1045,17 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cesdk/cesdk-js@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.35.1.tgz#9f1eac7f27a7c9dd427542c85a741959da2b57b4"
integrity sha512-ZFiOIjMyLbfRoUgRgCELwraykHz97opHR7XiIqgrl0ZkfT78JELu1JlCA6dW5jSrZN7sMd4Z/y7fEGyUo30VyQ==
"@cesdk/cesdk-js@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.36.0.tgz#bcf5d7a69efcd2fc7bccf18bab159153f2fdf7a6"
integrity sha512-quPOGER4lLjK7FPLYZ3qGRyWk1LlgLxIZQsE35Ok5H6PIxAdbQGfJldYtOifcVTj9lQX6qw9dNgOUyI9VtB2BA==
dependencies:
"@cesdk/engine" "1.35.1"
"@cesdk/engine" "1.36.0"

"@cesdk/engine@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.35.1.tgz#b22657eced0924e27b7ddf3460499f4b4efa38be"
integrity sha512-aNsMUfbybo3YYsjca8fut2GmhAsEd0lKsN9FMvJYtzuqS3dqSwk6Md7rEuDmrS2HBAOexn0a6QwhQYslLuzCZg==
"@cesdk/engine@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.36.0.tgz#c844da5b1f3769c4daea07807a4c6592b72a6483"
integrity sha512-I6VtiizUiRSgGWEd6Q16F64aWkObwg1UoA/0XrvhhVWOoTbgkxVCQYJFX+pJH4jt9kNkzMpfNgaGEK8FBP2s/Q==

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
Expand Down Expand Up @@ -1156,10 +1156,10 @@
dependencies:
"@imgly/vectorizer" "1.0.0"

"@imgly/psd-importer@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.2.tgz#5c168cec1b94db1eb0e73eb5576bea577904947c"
integrity sha512-EwfMBuisb4HK0C2Iw0Kp6OCEDjBTVCdYcTL5OdnWSzV7vxcmTkoPKcnEiG5VV/x7iy2AeIY9CqbS6GkROlVQeg==
"@imgly/psd-importer@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.3.tgz#effe7fdd086a4815e664c929cb3abd6f57c8cb50"
integrity sha512-PUbDZku3yWlo00uFRMHvkX9D0k3f9ixE7BIyGaC0z64dF51TisHqmfYSMqsM0Fyte0y5mbfn4NPYmJu+9+Cugg==
dependencies:
"@webtoon/psd" "^0.4.0"
opentype.js "^1.3.4"
Expand Down
6 changes: 3 additions & 3 deletions showcase-background-removal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@cesdk/cesdk-js": "1.35.1",
"@cesdk/engine": "1.35.1",
"@cesdk/cesdk-js": "1.36.0",
"@cesdk/engine": "1.36.0",
"@google/model-viewer": "3.1.1",
"@imgly/idml-importer": "^1.0.6",
"@imgly/psd-importer": "^0.0.2",
"@imgly/psd-importer": "^0.0.3",
"@imgly/plugin-background-removal-web": "^1.0.0",
"@imgly/plugin-cutout-library-web": "^1.0.4",
"@imgly/plugin-vectorizer-web": "^1.0.0",
Expand Down
26 changes: 13 additions & 13 deletions showcase-background-removal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,17 +1045,17 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@cesdk/cesdk-js@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.35.1.tgz#9f1eac7f27a7c9dd427542c85a741959da2b57b4"
integrity sha512-ZFiOIjMyLbfRoUgRgCELwraykHz97opHR7XiIqgrl0ZkfT78JELu1JlCA6dW5jSrZN7sMd4Z/y7fEGyUo30VyQ==
"@cesdk/cesdk-js@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/cesdk-js/-/cesdk-js-1.36.0.tgz#bcf5d7a69efcd2fc7bccf18bab159153f2fdf7a6"
integrity sha512-quPOGER4lLjK7FPLYZ3qGRyWk1LlgLxIZQsE35Ok5H6PIxAdbQGfJldYtOifcVTj9lQX6qw9dNgOUyI9VtB2BA==
dependencies:
"@cesdk/engine" "1.35.1"
"@cesdk/engine" "1.36.0"

"@cesdk/engine@1.35.1":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.35.1.tgz#b22657eced0924e27b7ddf3460499f4b4efa38be"
integrity sha512-aNsMUfbybo3YYsjca8fut2GmhAsEd0lKsN9FMvJYtzuqS3dqSwk6Md7rEuDmrS2HBAOexn0a6QwhQYslLuzCZg==
"@cesdk/engine@1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@cesdk/engine/-/engine-1.36.0.tgz#c844da5b1f3769c4daea07807a4c6592b72a6483"
integrity sha512-I6VtiizUiRSgGWEd6Q16F64aWkObwg1UoA/0XrvhhVWOoTbgkxVCQYJFX+pJH4jt9kNkzMpfNgaGEK8FBP2s/Q==

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
Expand Down Expand Up @@ -1156,10 +1156,10 @@
dependencies:
"@imgly/vectorizer" "1.0.0"

"@imgly/psd-importer@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.2.tgz#5c168cec1b94db1eb0e73eb5576bea577904947c"
integrity sha512-EwfMBuisb4HK0C2Iw0Kp6OCEDjBTVCdYcTL5OdnWSzV7vxcmTkoPKcnEiG5VV/x7iy2AeIY9CqbS6GkROlVQeg==
"@imgly/psd-importer@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@imgly/psd-importer/-/psd-importer-0.0.3.tgz#effe7fdd086a4815e664c929cb3abd6f57c8cb50"
integrity sha512-PUbDZku3yWlo00uFRMHvkX9D0k3f9ixE7BIyGaC0z64dF51TisHqmfYSMqsM0Fyte0y5mbfn4NPYmJu+9+Cugg==
dependencies:
"@webtoon/psd" "^0.4.0"
opentype.js "^1.3.4"
Expand Down
Loading

0 comments on commit b2acca1

Please sign in to comment.