Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #227

Merged
merged 6 commits into from
Apr 1, 2024
Merged

Dev #227

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.6",
"version": "20.5.9",
"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.5.6",
"@paperclip-ui/proto": "^20.5.6",
"@paperclip-ui/releases": "^20.5.6",
"@paperclip-ui/common": "^20.5.9",
"@paperclip-ui/proto": "^20.5.9",
"@paperclip-ui/releases": "^20.5.9",
"color": "^4.2.3",
"execa": "^8.0.0",
"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.5.6"
"version": "20.5.9"
}
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/core",
"version": "20.5.6",
"version": "20.5.9",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion libs/core/src/proto/ast_merge/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mod base;
mod merge;
pub use base::*;
pub use merge::*;

#[cfg(test)]
pub mod test;
20 changes: 0 additions & 20 deletions libs/core/src/proto/ast_mutate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,14 @@ use std::{collections::HashMap, rc::Rc};
use crate::config::ConfigContext;

use super::graph::{get_document_imports, io::IO};
pub use add_import::*;
use anyhow::Result;
pub use append_child::*;
pub use base::*;
pub use convert_to_component::*;
pub use convert_to_slot::*;
pub use delete_expression::*;
pub use move_expression_to_file::*;
pub use move_node::*;
pub use paperclip_proto::ast;
use paperclip_proto::ast::expr_map::ExprMap;
use paperclip_proto::ast::graph_ext::Graph;
use paperclip_proto::ast::visit::{MutableVisitable, MutableVisitor, VisitorResult};
pub use paperclip_proto::ast_mutate::*;
pub use save_component_script::*;
pub use set_element_parameter::*;
pub use set_frame_bounds::*;
pub use set_id::*;
pub use set_style_declaration_value::*;
pub use set_style_declarations::*;
pub use set_style_mixins::*;
pub use set_tag_name::*;
pub use set_text_node_value::*;
pub use toggle_instance_variant::*;
pub use update_dependency_path::*;
pub use update_trigger::*;
pub use update_variant::*;
pub use wrap_in_element::*;

#[cfg(test)]
mod test;
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.5.6",
"version": "20.5.9",
"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.5.6",
"version": "20.5.9",
"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.5.6",
"@paperclip-ui/parser": "^20.5.6",
"@paperclip-ui/workspace": "^20.5.6",
"@paperclip-ui/evaluator": "^20.5.9",
"@paperclip-ui/parser": "^20.5.9",
"@paperclip-ui/workspace": "^20.5.9",
"@types/jest": "^29.2.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand All @@ -49,9 +49,9 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@paperclip-ui/core": "^20.5.6",
"@paperclip-ui/proto": "^20.5.6",
"@paperclip-ui/web-renderer": "^20.5.6",
"@paperclip-ui/core": "^20.5.9",
"@paperclip-ui/proto": "^20.5.9",
"@paperclip-ui/web-renderer": "^20.5.9",
"@types/color": "^3.0.3",
"classnames": "^2.3.2",
"color": "^4.2.3",
Expand All @@ -60,7 +60,7 @@
"grpc-web": "^1.3.1",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"paperclip-loader": "^20.5.6",
"paperclip-loader": "^20.5.9",
"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.5.6",
"version": "20.5.9",
"private": true,
"publishConfig": {
"access": "public"
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/proto": "^20.5.6"
"@paperclip-ui/proto": "^20.5.9"
},
"gitHead": "8104e4d9b0b976b8c8eccf1e4eee194a251bc76e"
}
2 changes: 1 addition & 1 deletion libs/figma-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/figma-plugin",
"version": "20.5.6",
"version": "20.5.9",
"description": "Copy + paste plugin for Paperclip",
"main": "code.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": "20.5.6",
"version": "20.5.9",
"description": "",
"main": "lib/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion libs/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paperclip-ui/migrate",
"version": "20.5.6",
"version": "20.5.9",
"description": "",
"type": "module",
"publishConfig": {
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.5.6",
"version": "20.5.9",
"description": "",
"main": "lib/index.js",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/releases": "^20.5.6",
"@paperclip-ui/releases": "^20.5.9",
"execa": "^8.0.0"
},
"gitHead": "9cbfaf54c043385661768ba1b1a41de3ec872d1d"
Expand Down
5 changes: 3 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.5.6",
"version": "20.5.9",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -19,7 +19,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"cargo-cp-artifact": "^0.1"
"cargo-cp-artifact": "^0.1",
"typescript": "^4.9.3"
},
"dependencies": {
"loader-utils": "^3.2.0"
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.5.6",
"version": "20.5.9",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/proto": "^20.5.6"
"@paperclip-ui/proto": "^20.5.9"
},
"gitHead": "9cbfaf54c043385661768ba1b1a41de3ec872d1d"
}
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.5.6",
"version": "20.5.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@grpc/grpc-js": "^1.7.3",
"@improbable-eng/grpc-web": "^0.15.0",
"@paperclip-ui/common": "^20.5.6",
"@paperclip-ui/common": "^20.5.9",
"@types/node": "^18.11.9",
"browser-headers": "^0.4.1",
"rxjs": "^7.5.7",
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.5.6",
"version": "20.5.9",
"description": "",
"main": "lib/index.js",
"type": "module",
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.5.6",
"version": "20.5.9",
"description": "",
"main": "lib/index.js",
"private": true,
Expand All @@ -14,8 +14,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@paperclip-ui/common": "^20.5.6",
"@paperclip-ui/proto": "^20.5.6",
"@paperclip-ui/common": "^20.5.9",
"@paperclip-ui/proto": "^20.5.9",
"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.5.6",
"version": "20.5.9",
"description": "",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -41,13 +41,13 @@
"ts-loader": "^9.3.1"
},
"dependencies": {
"@paperclip-ui/designer": "^20.5.6",
"@paperclip-ui/proto": "^20.5.6",
"@paperclip-ui/web-renderer": "^20.5.6",
"@paperclip-ui/designer": "^20.5.9",
"@paperclip-ui/proto": "^20.5.9",
"@paperclip-ui/web-renderer": "^20.5.9",
"grpc-web": "^1.3.1",
"immer": "^9.0.15",
"mocha": "^10.1.0",
"paperclip-loader": "^20.5.6",
"paperclip-loader": "^20.5.9",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-hotkeys-hook": "^3.4.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"sync-versions": "node scripts/sync-version.js",
"precommit": "lint-staged",
"clean": "git clean -fXd; yarn; yarn prepare; cargo build; cd libs/cli && cargo build",
"build": "cd libs/designer && mkdir -p dist & cd ../..; cargo build; lerna run build --concurrency=1; cargo build",
"build": "cd libs/designer && mkdir -p dist & cd ../..; cargo build; lerna run build --concurrency=1; cd libs/cli; cargo build",
"build:watch": "concurrently \"lerna run build:watch --parallel\" \"cargo watch -x build\"",
"prepare": "husky install"
},
Expand Down
Loading
Loading