Skip to content

Commit

Permalink
v19.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Condon authored and Craig Condon committed Jul 1, 2023
1 parent 37bf795 commit 83144bf
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 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": "19.0.13",
"version": "19.0.14",
"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": "^19.0.12",
"@paperclip-ui/proto": "^19.0.12",
"@paperclip-ui/releases": "^19.0.12",
"@paperclip-ui/common": "^19.0.14",
"@paperclip-ui/proto": "^19.0.14",
"@paperclip-ui/releases": "^19.0.14",
"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 @@ -3,5 +3,5 @@
"useNx": true,
"useWorkspaces": true,
"npmClient": "yarn",
"version": "19.0.13"
"version": "19.0.14"
}
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": "19.0.13",
"version": "19.0.14",
"description": "Crate for managing paperclip config files + utils for things like:",
"main": "index.js",
"scripts": {
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": "19.0.13",
"version": "19.0.14",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions libs/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/designer",
"version": "19.0.13",
"version": "19.0.14",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
"@babel/preset-typescript": "^7.18.6",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@paperclip-ui/evaluator": "workspace:^",
"@paperclip-ui/parser": "^19.0.13",
"@paperclip-ui/workspace": "^19.0.12",
"@paperclip-ui/parser": "^19.0.14",
"@paperclip-ui/workspace": "^19.0.14",
"@types/jest": "^29.2.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand All @@ -47,14 +47,14 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@paperclip-ui/proto": "^19.0.12",
"@paperclip-ui/web-renderer": "^19.0.12",
"@paperclip-ui/proto": "^19.0.14",
"@paperclip-ui/web-renderer": "^19.0.14",
"classnames": "^2.3.2",
"fast-json-patch": "^3.1.1",
"grpc-web": "^1.3.1",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"paperclip-loader": "^19.0.12",
"paperclip-loader": "^19.0.14",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/evaluator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/evaluator",
"version": "19.0.13",
"version": "19.0.14",
"description": "```rust use paperclip_evaluator::evaluator::{Evaluator, LoadedData};",
"main": "lib/index.js",
"scripts": {
Expand Down
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": "19.0.13",
"version": "19.0.14",
"description": "",
"main": "lib/index.js",
"scripts": {
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": "19.0.13",
"version": "19.0.14",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"lodash": "^4.17.21"
},
"dependencies": {
"@paperclip-ui/config": "^19.0.12",
"@paperclip-ui/config": "^19.0.14",
"loader-utils": "^3.2.0"
},
"gitHead": "e21804d0f4839ad1506435a86ad5e1ff2d53ee9f"
Expand Down
2 changes: 1 addition & 1 deletion libs/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/parser",
"version": "19.0.13",
"version": "19.0.14",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
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": "19.0.13",
"version": "19.0.14",
"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": "^19.0.12",
"@paperclip-ui/common": "^19.0.14",
"@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": "19.0.13",
"version": "19.0.14",
"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": "^19.0.12",
"@paperclip-ui/workspace": "^19.0.14",
"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": "19.0.13",
"version": "19.0.14",
"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": "19.0.13",
"version": "19.0.14",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/common": "^19.0.12",
"@paperclip-ui/proto": "^19.0.12",
"@paperclip-ui/common": "^19.0.14",
"@paperclip-ui/proto": "^19.0.14",
"html-entities": "^1.2.1"
},
"gitHead": "e21804d0f4839ad1506435a86ad5e1ff2d53ee9f"
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": "19.0.13",
"version": "19.0.14",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,13 +40,13 @@
"ts-loader": "^9.3.1"
},
"dependencies": {
"@paperclip-ui/designer": "^19.0.12",
"@paperclip-ui/proto": "^19.0.12",
"@paperclip-ui/web-renderer": "^19.0.12",
"@paperclip-ui/designer": "^19.0.14",
"@paperclip-ui/proto": "^19.0.14",
"@paperclip-ui/web-renderer": "^19.0.14",
"grpc-web": "^1.3.1",
"immer": "^9.0.15",
"mocha": "^10.1.0",
"paperclip-loader": "^19.0.12",
"paperclip-loader": "^19.0.14",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-hotkeys-hook": "^3.4.7",
Expand Down

0 comments on commit 83144bf

Please sign in to comment.