Skip to content

Commit

Permalink
v20.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Nov 15, 2023
1 parent 04309b7 commit f80a1fa
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 57 deletions.
6 changes: 3 additions & 3 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": "20.2.0",
"version": "20.2.2",
"publisher": "crcn",
"preview": true,
"private": true,
Expand Down Expand Up @@ -100,7 +100,7 @@
"dependencies": {
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@paperclip-ui/common": "^20.1.4",
"@paperclip-ui/proto": "^20.2.0",
"@paperclip-ui/proto": "^20.2.2",
"@paperclip-ui/releases": "^20.1.4",
"color": "^4.2.3",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"npmClient": "yarn",
"version": "20.2.1"
"version": "20.2.2"
}
2 changes: 1 addition & 1 deletion libs/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/config",
"version": "20.2.0",
"version": "20.2.2",
"description": "Crate for managing paperclip config files + utils for things like:",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions libs/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/designer",
"version": "20.2.1",
"version": "20.2.2",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -21,9 +21,9 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@paperclip-ui/evaluator": "^20.2.0",
"@paperclip-ui/parser": "^20.2.0",
"@paperclip-ui/workspace": "^20.2.1",
"@paperclip-ui/evaluator": "^20.2.2",
"@paperclip-ui/parser": "^20.2.2",
"@paperclip-ui/workspace": "^20.2.2",
"@types/jest": "^29.2.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand All @@ -48,9 +48,9 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@paperclip-ui/proto": "^20.2.0",
"@paperclip-ui/proto-ext": "^20.2.1",
"@paperclip-ui/web-renderer": "^20.2.0",
"@paperclip-ui/proto": "^20.2.2",
"@paperclip-ui/proto-ext": "^20.2.2",
"@paperclip-ui/web-renderer": "^20.2.2",
"@types/color": "^3.0.3",
"classnames": "^2.3.2",
"color": "^4.2.3",
Expand All @@ -59,7 +59,7 @@
"grpc-web": "^1.3.1",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"paperclip-loader": "^20.2.0",
"paperclip-loader": "^20.2.2",
"raw-loader": "^4.0.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/evaluator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/evaluator",
"version": "20.2.0",
"version": "20.2.2",
"private": true,
"publishConfig": {
"access": "public"
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/proto": "^20.2.0"
"@paperclip-ui/proto": "^20.2.2"
},
"gitHead": "8104e4d9b0b976b8c8eccf1e4eee194a251bc76e"
}
4 changes: 2 additions & 2 deletions libs/paperclip-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperclip-loader",
"version": "20.2.0",
"version": "20.2.2",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.21"
},
"dependencies": {
"@paperclip-ui/config": "^20.2.0",
"@paperclip-ui/config": "^20.2.2",
"loader-utils": "^3.2.0"
},
"gitHead": "9cbfaf54c043385661768ba1b1a41de3ec872d1d"
Expand Down
4 changes: 2 additions & 2 deletions libs/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/parser",
"version": "20.2.0",
"version": "20.2.2",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/proto": "^20.2.0"
"@paperclip-ui/proto": "^20.2.2"
},
"gitHead": "9cbfaf54c043385661768ba1b1a41de3ec872d1d"
}
2 changes: 1 addition & 1 deletion libs/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/proto",
"version": "20.2.0",
"version": "20.2.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions libs/proto_ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/proto-ext",
"version": "20.2.1",
"version": "20.2.2",
"description": "",
"main": "index.js",
"publishConfig": {
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@paperclip-ui/workspace": "^20.2.1",
"@paperclip-ui/workspace": "^20.2.2",
"babel-jest": "^29.3.1",
"jest": "^29.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions libs/web-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/web-renderer",
"version": "20.2.0",
"version": "20.2.2",
"description": "",
"main": "lib/index.js",
"private": true,
Expand All @@ -15,7 +15,7 @@
"license": "ISC",
"dependencies": {
"@paperclip-ui/common": "^20.1.4",
"@paperclip-ui/proto": "^20.2.0",
"@paperclip-ui/proto": "^20.2.2",
"html-entities": "^1.2.1"
},
"gitHead": "8104e4d9b0b976b8c8eccf1e4eee194a251bc76e"
Expand Down
10 changes: 5 additions & 5 deletions libs/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/workspace",
"version": "20.2.1",
"version": "20.2.2",
"description": "",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -41,13 +41,13 @@
"ts-loader": "^9.3.1"
},
"dependencies": {
"@paperclip-ui/designer": "^20.2.1",
"@paperclip-ui/proto": "^20.2.0",
"@paperclip-ui/web-renderer": "^20.2.0",
"@paperclip-ui/designer": "^20.2.2",
"@paperclip-ui/proto": "^20.2.2",
"@paperclip-ui/web-renderer": "^20.2.2",
"grpc-web": "^1.3.1",
"immer": "^9.0.15",
"mocha": "^10.1.0",
"paperclip-loader": "^20.2.0",
"paperclip-loader": "^20.2.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-hotkeys-hook": "^3.4.7",
Expand Down
52 changes: 26 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@ __metadata:
languageName: unknown
linkType: soft

"@paperclip-ui/config@^20.2.0, @paperclip-ui/config@workspace:libs/config":
"@paperclip-ui/config@^20.2.2, @paperclip-ui/config@workspace:libs/config":
version: 0.0.0-use.local
resolution: "@paperclip-ui/config@workspace:libs/config"
languageName: unknown
Expand All @@ -2246,20 +2246,20 @@ __metadata:
languageName: unknown
linkType: soft

"@paperclip-ui/designer@^20.2.1, @paperclip-ui/designer@workspace:libs/designer":
"@paperclip-ui/designer@^20.2.2, @paperclip-ui/designer@workspace:libs/designer":
version: 0.0.0-use.local
resolution: "@paperclip-ui/designer@workspace:libs/designer"
dependencies:
"@babel/core": ^7.20.2
"@babel/preset-env": ^7.20.2
"@babel/preset-typescript": ^7.18.6
"@improbable-eng/grpc-web-node-http-transport": ^0.15.0
"@paperclip-ui/evaluator": ^20.2.0
"@paperclip-ui/parser": ^20.2.0
"@paperclip-ui/proto": ^20.2.0
"@paperclip-ui/proto-ext": ^20.2.1
"@paperclip-ui/web-renderer": ^20.2.0
"@paperclip-ui/workspace": ^20.2.1
"@paperclip-ui/evaluator": ^20.2.2
"@paperclip-ui/parser": ^20.2.2
"@paperclip-ui/proto": ^20.2.2
"@paperclip-ui/proto-ext": ^20.2.2
"@paperclip-ui/web-renderer": ^20.2.2
"@paperclip-ui/workspace": ^20.2.2
"@types/color": ^3.0.3
"@types/jest": ^29.2.3
"@types/react": ^18.0.21
Expand All @@ -2281,7 +2281,7 @@ __metadata:
lodash: ^4.17.21
mini-css-extract-plugin: ^2.6.1
nodemon: ^2.0.20
paperclip-loader: ^20.2.0
paperclip-loader: ^20.2.2
process: ^0.11.10
protoc-gen-grpc-web: ^1.4.0
raw-loader: ^4.0.2
Expand All @@ -2300,35 +2300,35 @@ __metadata:
languageName: unknown
linkType: soft

"@paperclip-ui/evaluator@^20.2.0, @paperclip-ui/evaluator@workspace:libs/evaluator":
"@paperclip-ui/evaluator@^20.2.2, @paperclip-ui/evaluator@workspace:libs/evaluator":
version: 0.0.0-use.local
resolution: "@paperclip-ui/evaluator@workspace:libs/evaluator"
dependencies:
"@paperclip-ui/proto": ^20.2.0
"@paperclip-ui/proto": ^20.2.2
languageName: unknown
linkType: soft

"@paperclip-ui/parser@^20.2.0, @paperclip-ui/parser@workspace:libs/parser":
"@paperclip-ui/parser@^20.2.2, @paperclip-ui/parser@workspace:libs/parser":
version: 0.0.0-use.local
resolution: "@paperclip-ui/parser@workspace:libs/parser"
dependencies:
"@paperclip-ui/proto": ^20.2.0
"@paperclip-ui/proto": ^20.2.2
languageName: unknown
linkType: soft

"@paperclip-ui/proto-ext@^20.2.1, @paperclip-ui/proto-ext@workspace:libs/proto_ext":
"@paperclip-ui/proto-ext@^20.2.2, @paperclip-ui/proto-ext@workspace:libs/proto_ext":
version: 0.0.0-use.local
resolution: "@paperclip-ui/proto-ext@workspace:libs/proto_ext"
dependencies:
"@babel/core": ^7.20.2
"@babel/preset-env": ^7.20.2
"@paperclip-ui/workspace": ^20.2.1
"@paperclip-ui/workspace": ^20.2.2
babel-jest: ^29.3.1
jest: ^29.3.1
languageName: unknown
linkType: soft

"@paperclip-ui/proto@^20.2.0, @paperclip-ui/proto@workspace:libs/proto":
"@paperclip-ui/proto@^20.2.2, @paperclip-ui/proto@workspace:libs/proto":
version: 0.0.0-use.local
resolution: "@paperclip-ui/proto@workspace:libs/proto"
dependencies:
Expand Down Expand Up @@ -2360,27 +2360,27 @@ __metadata:
languageName: unknown
linkType: soft

"@paperclip-ui/web-renderer@^20.2.0, @paperclip-ui/web-renderer@workspace:libs/web-renderer":
"@paperclip-ui/web-renderer@^20.2.2, @paperclip-ui/web-renderer@workspace:libs/web-renderer":
version: 0.0.0-use.local
resolution: "@paperclip-ui/web-renderer@workspace:libs/web-renderer"
dependencies:
"@paperclip-ui/common": ^20.1.4
"@paperclip-ui/proto": ^20.2.0
"@paperclip-ui/proto": ^20.2.2
html-entities: ^1.2.1
languageName: unknown
linkType: soft

"@paperclip-ui/workspace@^20.2.1, @paperclip-ui/workspace@workspace:libs/workspace":
"@paperclip-ui/workspace@^20.2.2, @paperclip-ui/workspace@workspace:libs/workspace":
version: 0.0.0-use.local
resolution: "@paperclip-ui/workspace@workspace:libs/workspace"
dependencies:
"@babel/core": ^7.20.5
"@babel/preset-env": ^7.20.2
"@babel/preset-typescript": ^7.18.6
"@improbable-eng/grpc-web-node-http-transport": ^0.15.0
"@paperclip-ui/designer": ^20.2.1
"@paperclip-ui/proto": ^20.2.0
"@paperclip-ui/web-renderer": ^20.2.0
"@paperclip-ui/designer": ^20.2.2
"@paperclip-ui/proto": ^20.2.2
"@paperclip-ui/web-renderer": ^20.2.2
"@types/lodash": ^4.14.191
"@types/react": ^18.0.21
"@types/react-dom": ^18.0.6
Expand All @@ -2398,7 +2398,7 @@ __metadata:
mini-css-extract-plugin: ^2.6.1
mocha: ^10.1.0
nodemon: ^2.0.20
paperclip-loader: ^20.2.0
paperclip-loader: ^20.2.2
process: ^0.11.10
protoc-gen-grpc-web: ^1.4.0
react: ^18.2.0
Expand Down Expand Up @@ -11539,11 +11539,11 @@ __metadata:
languageName: node
linkType: hard

"paperclip-loader@^20.2.0, paperclip-loader@workspace:libs/paperclip-loader":
"paperclip-loader@^20.2.2, paperclip-loader@workspace:libs/paperclip-loader":
version: 0.0.0-use.local
resolution: "paperclip-loader@workspace:libs/paperclip-loader"
dependencies:
"@paperclip-ui/config": ^20.2.0
"@paperclip-ui/config": ^20.2.2
cargo-cp-artifact: ^0.1
loader-utils: ^3.2.0
lodash: ^4.17.21
Expand Down Expand Up @@ -15142,7 +15142,7 @@ __metadata:
dependencies:
"@improbable-eng/grpc-web-node-http-transport": ^0.15.0
"@paperclip-ui/common": ^20.1.4
"@paperclip-ui/proto": ^20.2.0
"@paperclip-ui/proto": ^20.2.2
"@paperclip-ui/releases": ^20.1.4
"@types/get-port": ^4.2.0
"@types/node": ^18.7.21
Expand Down

0 comments on commit f80a1fa

Please sign in to comment.