Skip to content

Commit

Permalink
feat: add emotion as deps, bump @types/react
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Aug 14, 2023
1 parent 1992828 commit 1ce29b3
Show file tree
Hide file tree
Showing 24 changed files with 2,141 additions and 349 deletions.
1,444 changes: 1,199 additions & 245 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-19706e7e35-9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
packageExtensions:
ts-jest@*:
dependencies:
jest: '*'
typescript: '4.6.2'

yarnPath: .yarn/releases/yarn-0.0.1-git.20230627.hash-3f7d3a33.cjs

enableGlobalCache: false
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@
"packages/*"
],
"resolutions": {
"@emotion/react": "11.9.3",
"eslint": "8.18.0",
"typescript": "4.6.2"
},
"dependencies": {
"@emotion/react": "11.9.3",
"csstype": "3.1.2"
},
"devDependencies": {
"@atls/config-jest": "0.0.6",
"@atls/schematics": "0.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-auth-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@atls/react-user": "workspace:0.1.44",
"@types/react": "^18.2.18",
"@types/react": "18.2.20",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/testing-library__jest-dom": "^5.14.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^7.0.2",
"@types/react": "^18.2.18",
"@types/react": "18.2.20",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.1",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/identity-user-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@atls/react-user": "workspace:0.1.44",
"@types/react": "^18.2.18",
"react": "^18.2.0"
"@types/react": "18.2.20",
"react": "18.2.0"
},
"peerDependencies": {
"@atls/react-user": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/kratos-browser-flows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/events": "^3.0.0",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/testing-library__jest-dom": "^5.14.1",
"axios": "^0.21.4",
"react": "^18.2.0",
Expand Down
10 changes: 6 additions & 4 deletions packages/payment-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,21 @@
"@atls-ui-parts/layout": "0.0.7",
"@atls-ui-proto/button": "0.0.14",
"@atls-ui-proto/input": "0.0.13",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"csstype": "3.1.2",
"react-intl": "6.4.4",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"devDependencies": {
"@types/react": "18.2.18",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@types/react": "18.2.20",
"@types/styled-system": "5.1.16",
"csstype": "3.1.2",
"react": "18.2.0"
},
"peerDependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"react": "18.2.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"graphql-request": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.2.18",
"@types/react": "18.2.20",
"graphql": "^16.3.0",
"react": "^18.2.0"
"react": "18.2.0"
},
"peerDependencies": {
"graphql": "^16.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"postpack": "rm -rf dist"
},
"devDependencies": {
"@types/react": "^18.2.18",
"react": "^18.2.0"
"@types/react": "18.2.20",
"react": "18.2.0"
},
"peerDependencies": {
"react": "^17.0.1"
Expand Down
Loading

0 comments on commit 1ce29b3

Please sign in to comment.