Skip to content

Commit

Permalink
Merge branch 'master' into feat/update-dependency-@grpc-playground/in…
Browse files Browse the repository at this point in the history
…dex-page

Signed-off-by: Chyngyz Kanatbekov <[email protected]>
  • Loading branch information
shifuwww authored Sep 20, 2023
2 parents 43e764d + 27ba249 commit daad446
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 62 deletions.
149 changes: 111 additions & 38 deletions .pnp.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarn/versions/7ad39d0b.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
"@atls/grpc-playground-app": patch
2 changes: 2 additions & 0 deletions .yarn/versions/e1070058.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
"@atls/grpc-playground-app": patch
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ packageExtensions:
'@emotion/styled': '*'
csstype: '*'
styled-system: '*'
'@types/react': '*'
'@atls-ui-proto/theme@*':
dependencies:
'@emotion/css': '*'
Expand Down
12 changes: 6 additions & 6 deletions grpc-playground/fragments/sidebar-fragment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"private": true,
"main": "src/index.ts",
"dependencies": {
"@atls-ui-proto/layout": "0.0.7",
"@atls-ui-proto/text": "0.0.10",
"@atls-ui-proto/layout": "0.0.9",
"@atls-ui-proto/text": "0.0.12",
"@grpc-playground/proto-registry": "workspace:0.0.1",
"history": "5.0.0"
"history": "5.3.0"
},
"devDependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"react": "18.2.0",
"react-router-dom": "6.11.2",
"react-router-dom": "6.16.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
Expand Down
12 changes: 6 additions & 6 deletions grpc-playground/fragments/tabs-fragment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"private": true,
"main": "src/index.ts",
"dependencies": {
"@atls-ui-proto/layout": "0.0.7",
"@atls-ui-proto/text": "0.0.10",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@atls-ui-proto/layout": "0.0.9",
"@atls-ui-proto/text": "0.0.12",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@grpc-playground/proto-registry": "workspace:0.0.1",
"history": "5.0.0"
"history": "5.3.0"
},
"devDependencies": {
"react": "18.2.0",
"react-router-dom": "6.11.2",
"react-router-dom": "6.16.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
Expand Down
54 changes: 42 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ __metadata:
languageName: node
linkType: hard

"@atls-ui-parts/text@npm:0.0.12":
version: 0.0.12
resolution: "@atls-ui-parts/text@npm:0.0.12"
dependencies:
styled-system: "npm:5.1.5"
peerDependencies:
"@emotion/styled": 11.9.3
react: 18.2.0
checksum: 21c31585826d3d1bd4f222cb7b09a2fc95f11f4373891f7e39359eb9d607341195fc59f6afe7ceef697110783942720dcc482dfe69cd489034569c9e34413637
languageName: node
linkType: hard

"@atls-ui-proto/button@npm:0.0.12":
version: 0.0.12
resolution: "@atls-ui-proto/button@npm:0.0.12"
Expand Down Expand Up @@ -180,6 +192,15 @@ __metadata:
languageName: node
linkType: hard

"@atls-ui-proto/layout@npm:0.0.9":
version: 0.0.9
resolution: "@atls-ui-proto/layout@npm:0.0.9"
dependencies:
"@atls-ui-parts/layout": "npm:0.0.10"
checksum: 07e9aa1292aab3c6d46d010043de2da4c250e9d32d022e61e6d21b210f3da3e7b5e358e10d19a8fb74d682eadae5dd830e4d0c37414042ebdf74a53be91f4fe5
languageName: node
linkType: hard

"@atls-ui-proto/text@npm:0.0.10":
version: 0.0.10
resolution: "@atls-ui-proto/text@npm:0.0.10"
Expand All @@ -189,6 +210,15 @@ __metadata:
languageName: node
linkType: hard

"@atls-ui-proto/text@npm:0.0.12":
version: 0.0.12
resolution: "@atls-ui-proto/text@npm:0.0.12"
dependencies:
"@atls-ui-parts/text": "npm:0.0.12"
checksum: 4cdc594f98a404c1008686a09ebb8d0b0b581f4f5c7a03de1c746dc40e3ad2915af2808207cbd3e944d80cd0b3fea3d8e9f1cd544b5f694635d6822c75601a2e
languageName: node
linkType: hard

"@atls-ui-proto/theme@npm:0.0.9":
version: 0.0.9
resolution: "@atls-ui-proto/theme@npm:0.0.9"
Expand Down Expand Up @@ -977,14 +1007,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@grpc-playground/sidebar-fragment@workspace:grpc-playground/fragments/sidebar-fragment"
dependencies:
"@atls-ui-proto/layout": "npm:0.0.7"
"@atls-ui-proto/text": "npm:0.0.10"
"@emotion/react": "npm:11.9.3"
"@emotion/styled": "npm:11.9.3"
"@atls-ui-proto/layout": "npm:0.0.9"
"@atls-ui-proto/text": "npm:0.0.12"
"@emotion/react": "npm:11.11.1"
"@emotion/styled": "npm:11.11.0"
"@grpc-playground/proto-registry": "workspace:0.0.1"
history: "npm:5.0.0"
history: "npm:5.3.0"
react: "npm:18.2.0"
react-router-dom: "npm:6.11.2"
react-router-dom: "npm:6.16.0"
styled-system: "npm:5.1.5"
styled-tools: "npm:1.7.2"
peerDependencies:
Expand All @@ -1001,14 +1031,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@grpc-playground/tabs-fragment@workspace:grpc-playground/fragments/tabs-fragment"
dependencies:
"@atls-ui-proto/layout": "npm:0.0.7"
"@atls-ui-proto/text": "npm:0.0.10"
"@emotion/react": "npm:11.9.3"
"@emotion/styled": "npm:11.9.3"
"@atls-ui-proto/layout": "npm:0.0.9"
"@atls-ui-proto/text": "npm:0.0.12"
"@emotion/react": "npm:11.11.1"
"@emotion/styled": "npm:11.11.0"
"@grpc-playground/proto-registry": "workspace:0.0.1"
history: "npm:5.0.0"
history: "npm:5.3.0"
react: "npm:18.2.0"
react-router-dom: "npm:6.11.2"
react-router-dom: "npm:6.16.0"
styled-system: "npm:5.1.5"
styled-tools: "npm:1.7.2"
peerDependencies:
Expand Down

0 comments on commit daad446

Please sign in to comment.