Skip to content

Commit

Permalink
v20.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Sep 6, 2023
1 parent 83baa94 commit fe06cec
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 75 deletions.
10 changes: 5 additions & 5 deletions integrations/vscode/package-lock.json

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

8 changes: 4 additions & 4 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.0.36",
"version": "20.0.37",
"publisher": "crcn",
"preview": true,
"private": true,
Expand Down Expand Up @@ -99,9 +99,9 @@
},
"dependencies": {
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@paperclip-ui/common": "^20.0.36",
"@paperclip-ui/proto": "^20.0.36",
"@paperclip-ui/releases": "^20.0.36",
"@paperclip-ui/common": "^20.0.37",
"@paperclip-ui/proto": "^20.0.37",
"@paperclip-ui/releases": "^20.0.37",
"color": "^4.2.3",
"execa": "^5.1.1",
"get-port": "^3.2.0",
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.0.36"
"version": "20.0.37"
}
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.0.36",
"version": "20.0.37",
"private": true,
"description": "Crate for managing paperclip config files + utils for things like:",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/designer-rust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/designer-rust",
"version": "20.0.36",
"version": "20.0.37",
"description": "",
"main": "index.js",
"private": true,
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.0.36",
"version": "20.0.37",
"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.0.36",
"@paperclip-ui/parser": "^20.0.36",
"@paperclip-ui/workspace": "^20.0.36",
"@paperclip-ui/evaluator": "^20.0.37",
"@paperclip-ui/parser": "^20.0.37",
"@paperclip-ui/workspace": "^20.0.37",
"@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.0.36",
"@paperclip-ui/proto-ext": "^20.0.36",
"@paperclip-ui/web-renderer": "^20.0.36",
"@paperclip-ui/proto": "^20.0.37",
"@paperclip-ui/proto-ext": "^20.0.37",
"@paperclip-ui/web-renderer": "^20.0.37",
"@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.0.36",
"paperclip-loader": "^20.0.37",
"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.0.36",
"version": "20.0.37",
"private": true,
"description": "```rust use paperclip_evaluator::evaluator::{Evaluator, LoadedData};",
"main": "lib/index.js",
Expand All @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/proto": "^20.0.36"
"@paperclip-ui/proto": "^20.0.37"
},
"gitHead": "8104e4d9b0b976b8c8eccf1e4eee194a251bc76e"
}
2 changes: 1 addition & 1 deletion libs/js-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/common",
"version": "20.0.36",
"version": "20.0.37",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions libs/node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/cli",
"version": "20.0.36",
"version": "20.0.37",
"description": "",
"main": "lib/index.js",
"bin": {
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/releases": "^20.0.36",
"@paperclip-ui/releases": "^20.0.37",
"execa": "^5.1.1",
"ora": "^5.4.1"
},
Expand Down
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.0.36",
"version": "20.0.37",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.21"
},
"dependencies": {
"@paperclip-ui/config": "^20.0.36",
"@paperclip-ui/config": "^20.0.37",
"loader-utils": "^3.2.0"
},
"gitHead": "c959b8baacb099c4aa92cad866ad0e793abba09f"
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.0.36",
"version": "20.0.37",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/proto": "^20.0.36"
"@paperclip-ui/proto": "^20.0.37"
},
"gitHead": "c959b8baacb099c4aa92cad866ad0e793abba09f"
}
4 changes: 2 additions & 2 deletions libs/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/proto",
"version": "20.0.36",
"version": "20.0.37",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@grpc/grpc-js": "^1.7.3",
"@improbable-eng/grpc-web": "^0.15.0",
"@paperclip-ui/common": "^20.0.36",
"@paperclip-ui/common": "^20.0.37",
"@types/node": "^18.11.9",
"browser-headers": "^0.4.1",
"rxjs": "^7.5.7",
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.0.36",
"version": "20.0.37",
"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.0.36",
"@paperclip-ui/workspace": "^20.0.37",
"babel-jest": "^29.3.1",
"jest": "^29.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/releases",
"version": "20.0.36",
"version": "20.0.37",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.0.36",
"version": "20.0.37",
"description": "",
"main": "lib/index.js",
"private": true,
Expand All @@ -14,8 +14,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/common": "^20.0.36",
"@paperclip-ui/proto": "^20.0.36",
"@paperclip-ui/common": "^20.0.37",
"@paperclip-ui/proto": "^20.0.37",
"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.0.36",
"version": "20.0.37",
"description": "",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -41,13 +41,13 @@
"ts-loader": "^9.3.1"
},
"dependencies": {
"@paperclip-ui/designer": "^20.0.36",
"@paperclip-ui/proto": "^20.0.36",
"@paperclip-ui/web-renderer": "^20.0.36",
"@paperclip-ui/designer": "^20.0.37",
"@paperclip-ui/proto": "^20.0.37",
"@paperclip-ui/web-renderer": "^20.0.37",
"grpc-web": "^1.3.1",
"immer": "^9.0.15",
"mocha": "^10.1.0",
"paperclip-loader": "^20.0.36",
"paperclip-loader": "^20.0.37",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-hotkeys-hook": "^3.4.7",
Expand Down
Loading

0 comments on commit fe06cec

Please sign in to comment.