Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn & yarn dedupe #754

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/context/loading-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const LoadingContext = createContext();

// Provider component to manage loading state
export function LoadingProvider({children}) {

const [loadingCount, setLoadingCount] = useState(0);

// Function to increment loading count
Expand Down
30 changes: 3 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1612,17 +1612,7 @@ __metadata:
languageName: node
linkType: hard

"@wix/sdk-runtime@npm:^0.3.14":
version: 0.3.21
resolution: "@wix/sdk-runtime@npm:0.3.21"
dependencies:
"@wix/sdk-context": ^0.0.1
"@wix/sdk-types": ^1.12.3
checksum: f41dc89ef737ea628feafa2bc1e8b287e071d618400551d89476ac29a42077b609b1876635f2cd76b92ce66c0607dff9aab0f2532bb7f134ff675ca5bee9da66
languageName: node
linkType: hard

"@wix/sdk-runtime@npm:^0.3.22":
"@wix/sdk-runtime@npm:^0.3.14, @wix/sdk-runtime@npm:^0.3.22":
version: 0.3.23
resolution: "@wix/sdk-runtime@npm:0.3.23"
dependencies:
Expand All @@ -1632,14 +1622,7 @@ __metadata:
languageName: node
linkType: hard

"@wix/sdk-types@npm:^1.12.3, @wix/sdk-types@npm:^1.5.11, @wix/sdk-types@npm:^1.7.0, @wix/sdk-types@npm:^1.9.2":
version: 1.12.3
resolution: "@wix/sdk-types@npm:1.12.3"
checksum: 2fdcd46f720d08eba0cecc0fa9bb799797620134adcbfbe7886a5e3733e1cd2544a6a7ca554e859ed4fa48081c15c7eecf1c308b5afbb61f1b23a65debf14445
languageName: node
linkType: hard

"@wix/sdk-types@npm:^1.12.4":
"@wix/sdk-types@npm:^1.12.3, @wix/sdk-types@npm:^1.12.4, @wix/sdk-types@npm:^1.5.11, @wix/sdk-types@npm:^1.7.0, @wix/sdk-types@npm:^1.9.2":
version: 1.12.4
resolution: "@wix/sdk-types@npm:1.12.4"
checksum: 31969ee9526c2e6a526cd1cebc21628e70e0b309c186ca2fc6dca0155090f0a721483426fac6b0d50365704637ebe13bd838df67c3b7986e6f06e5b061de2905
Expand Down Expand Up @@ -5264,14 +5247,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.0, tslib@npm:^2.0.3, tslib@npm:^2.4.0, tslib@npm:^2.4.1, tslib@npm:^2.5.0":
version: 2.7.0
resolution: "tslib@npm:2.7.0"
checksum: 1606d5c89f88d466889def78653f3aab0f88692e80bb2066d090ca6112ae250ec1cfa9dbfaab0d17b60da15a4186e8ec4d893801c67896b277c17374e36e1d28
languageName: node
linkType: hard

"tslib@npm:^2.8.0":
"tslib@npm:^2.0.0, tslib@npm:^2.0.3, tslib@npm:^2.4.0, tslib@npm:^2.4.1, tslib@npm:^2.5.0, tslib@npm:^2.8.0":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
Expand Down
Loading