Skip to content

Commit

Permalink
Fix yarn checksum (#673)
Browse files Browse the repository at this point in the history
* Fix lock checksum

* Update licenses
  • Loading branch information
zoontek authored Apr 4, 2024
1 parent 2b14540 commit 9b7d70a
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 131 deletions.
4 changes: 2 additions & 2 deletions LICENSE_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Name | Version | License | URL | VendorUrl | VendorName
@types/iban | 0.0.35 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iban | Unknown
@types/mustache | 4.2.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mustache | Unknown
@types/react | 18.2.74 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react | Unknown
@types/react-dom | 18.2.23 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom | Unknown
@types/react-dom | 18.2.24 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom | Unknown
@types/react-native | 0.72.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native | Unknown
@types/uuid | 9.0.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid | Unknown
@urql/devtools | 2.0.3 | MIT | https://github.com/FormidableLabs/urql-devtools-exchange.git | https://github.com/FormidableLabs/urql-devtools-exchange#readme | Formidable
Expand Down Expand Up @@ -54,7 +54,7 @@ urql | 4.0.7 | MIT | https://github.com/urql-graphql/urql.git | https://formidab
uuid | 8.3.2 | MIT | https://github.com/uuidjs/uuid.git | Unknown | Unknown
uuid | 9.0.1 | MIT | https://github.com/uuidjs/uuid.git | Unknown | Unknown
valienv | 0.6.0 | MIT | https://github.com/zoontek/valienv.git | https://github.com/zoontek/valienv#readme | Mathieu Acthernoene
vite | 5.2.7 | MIT | https://github.com/vitejs/vite.git | https://vitejs.dev/ | Evan You
vite | 5.2.8 | MIT | https://github.com/vitejs/vite.git | https://vitejs.dev/ | Evan You
vitest | 1.4.0 | MIT | https://github.com/vitest-dev/vitest.git | https://github.com/vitest-dev/vitest#readme | Anthony Fu
wonka | 6.3.4 | MIT | https://github.com/0no-co/wonka | Unknown | 0no.co
@juggle/resize-observer | 3.4.0 | Apache-2.0 | ssh://git@github.com/juggle/resize-observer.git | https://juggle.studio/resize-observer/ | Juggle
Expand Down
4 changes: 2 additions & 2 deletions clients/banking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"devDependencies": {
"@types/iban": "0.0.35",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.2.24",
"@types/react-native": "0.72.8",
"@vitejs/plugin-react-swc": "3.6.0",
"jsdom": "24.0.0",
"type-fest": "4.15.0",
"vite": "5.2.7",
"vite": "5.2.8",
"vitest": "1.4.0"
}
}
4 changes: 2 additions & 2 deletions clients/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.2.24",
"@types/react-native": "0.72.8",
"@types/uuid": "9.0.8",
"@vitejs/plugin-react-swc": "3.6.0",
"jsdom": "24.0.0",
"type-fest": "4.15.0",
"vite": "5.2.7",
"vite": "5.2.8",
"vitest": "1.4.0"
}
}
4 changes: 2 additions & 2 deletions clients/payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"devDependencies": {
"@types/iban": "0.0.35",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.2.24",
"@types/react-native": "0.72.8",
"@vitejs/plugin-react-swc": "3.6.0",
"jsdom": "24.0.0",
"type-fest": "4.15.0",
"vite": "5.2.7",
"vite": "5.2.8",
"vitest": "1.4.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"type-fest": "4.15.0",
"typescript": "5.4.3",
"valienv": "0.6.0",
"vite": "5.2.7",
"vite": "5.2.8",
"vitest": "1.4.0"
}
}
Loading

0 comments on commit 9b7d70a

Please sign in to comment.