Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Sep 26, 2022
1 parent 970ea99 commit b06d04a
Show file tree
Hide file tree
Showing 9 changed files with 6,679 additions and 11,630 deletions.
1 change: 1 addition & 0 deletions integrations/vscode/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.tmLanguage.json
.DS_Store
.yarn/cache
Binary file not shown.
Binary file not shown.
Binary file modified integrations/vscode/.yarn/install-state.gz
Binary file not shown.
26 changes: 19 additions & 7 deletions integrations/vscode/package-lock.json

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

4 changes: 2 additions & 2 deletions integrations/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-paperclip",
"displayName": "Paperclip",
"version": "19.0.7",
"version": "19.0.8",
"publisher": "crcn",
"preview": true,
"private": true,
Expand Down Expand Up @@ -98,7 +98,7 @@
},
"dependencies": {
"@paperclip-ui/common": "^19.0.6",
"@paperclip-ui/proto": "^19.0.9",
"@paperclip-ui/proto": "^19.0.10",
"@paperclip-ui/releases": "^19.0.6",
"execa": "^5.1.1",
"get-port": "^3.2.0",
Expand Down
14 changes: 10 additions & 4 deletions integrations/vscode/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"lru-cache" "^6.0.0"
"react" "^18.2.0"

"@paperclip-ui/proto@^19.0.9":
"integrity" "sha512-vD1dHgkOcJJGFsH/gxPZXWwOL/mtNaYccYlUsHE+2+ck3Bb7j2K4qE5G4GqQT0qLt3ko++0stkaglDK7nsYRWQ=="
"resolved" "https://registry.npmjs.org/@paperclip-ui/proto/-/proto-19.0.9.tgz"
"version" "19.0.9"
"@paperclip-ui/proto@^19.0.10":
"integrity" "sha512-+bow0x7jxYSnkFna7FXFECGv2IXZZrIkgFj2nFw+WAGReVwfUSuEEYVjuWEgCoEuXxj86NScndxIOQWltT1oPQ=="
"resolved" "https://registry.npmjs.org/@paperclip-ui/proto/-/proto-19.0.10.tgz"
"version" "19.0.10"
dependencies:
"google-protobuf" "^3.21.0"
"grpc-web" "^1.4.0"

"@paperclip-ui/releases@^19.0.6":
Expand Down Expand Up @@ -314,6 +315,11 @@
dependencies:
"is-glob" "^4.0.1"

"google-protobuf@^3.21.0":
"integrity" "sha512-byR7MBTK4tZ5PZEb+u5ZTzpt4SfrTxv5682MjPlHN16XeqgZE2/8HOIWeiXe8JKnT9OVbtBGhbq8mtvkK8cd5g=="
"resolved" "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.0.tgz"
"version" "3.21.0"

"[email protected]":
"integrity" "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ=="
"resolved" "https://registry.npmjs.org/got/-/got-11.8.5.tgz"
Expand Down
2 changes: 1 addition & 1 deletion libs/designer/src/editor/styles/editor.pc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ component Message {
style extends fontDefault
style variant isMobile extends mobileFont

text "Something like fsdfshat" {
text "Something like fsdfsfdfsdhat" {

}
}
Expand Down
Loading

0 comments on commit b06d04a

Please sign in to comment.