Skip to content

Commit

Permalink
WIP: try fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rezellme committed Apr 20, 2023
1 parent 89f798e commit 60068ad
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 145 deletions.
10 changes: 5 additions & 5 deletions react-component-library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions react-component-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smb/smb-react-components-library",
"version": "2.0.0-dev.15",
"version": "2.4.0-dev.1",
"description": "smb react library",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"axios": "^0.21.1",
"clsx": "^1.0.4",
"graphql": "^14.7.0",
"graphql-request": "^3.4.0",
"graphql-request": "^4.2.0",
"graphql-tag": "^2.10.4",
"i18next": "19.6.3",
"prop-types": "^15.7.2",
Expand Down Expand Up @@ -105,7 +105,7 @@
"graphql-codegen-hasura-gql": "^4.9.1",
"graphql-codegen-hasura-react": "^4.9.1",
"graphql-codegen-hasura-typescript": "^4.9.1",
"graphql-request": "^3.4.0",
"graphql-request": "^4.2.0",
"graphql-tag": "^2.10.4",
"i18next": "19.6.3",
"jest": "24.8.0",
Expand Down
94 changes: 65 additions & 29 deletions react-guide/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion react-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@smb/smb-react-components-library": "2.0.0-dev.15",
"@smb/smb-react-components-library": "^2.4.0-dev.1",
"@types/cypress-image-snapshot": "^3.1.6",
"apollo-boost": "^0.4.9",
"apollo-client": "^2.6.4",
Expand All @@ -17,6 +17,7 @@
"axios": "^0.21.1",
"eslint-config-smb": "git+https://gitsrv01.xailabs.dev/smb/eslint-config-smb.git",
"graphql": "14.7.0",
"graphql-request": "^4.2.0",
"graphql-tag": "^2.10.4",
"husky": "^7.0.1",
"i18next": "19.6.3",
Expand Down
94 changes: 65 additions & 29 deletions react-landingpage/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion react-landingpage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@smb/smb-react-components-library": "2.0.0-dev.15",
"@smb/smb-react-components-library": "^2.4.0-dev.1",
"@types/react-transition-group": "^4.4.4",
"apollo-boost": "^0.4.9",
"apollo-client": "^2.6.4",
Expand All @@ -18,6 +18,7 @@
"axios": "^0.21.1",
"eslint-config-smb": "git+https://gitsrv01.xailabs.dev/smb/eslint-config-smb.git",
"graphql": "^14.7.0",
"graphql-request": "^4.2.0",
"graphql-tag": "^2.10.4",
"i18next": "19.6.3",
"i18next-browser-languagedetector": "5.0.0",
Expand Down
Loading

0 comments on commit 60068ad

Please sign in to comment.