Skip to content

Commit b5a276f

Browse files
bump pnpm
1 parent 2d0e08e commit b5a276f

File tree

15 files changed

+185
-193
lines changed

15 files changed

+185
-193
lines changed

Diff for: packages/editor-ui-color-picker/package.json

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"name": "@editor-ui/color-picker",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/foundation": "0.0.0",
6-
"react-colorful": "^5.6.1"
7-
},
8-
"devDependencies": {
9-
"@types/react": "18.2.58",
10-
"react": "^18.2.0"
11-
},
12-
"peerDependencies": {
13-
"@types/react": "18.2.58",
14-
"react": "^18.2.0"
15-
}
16-
}
2+
"name": "@editor-ui/color-picker",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"react-colorful": "^5.6.1"
6+
},
7+
"devDependencies": {
8+
"@types/react": "18.2.58",
9+
"react": "^18.2.0"
10+
},
11+
"peerDependencies": {
12+
"@types/react": "18.2.58",
13+
"react": "^18.2.0"
14+
}
15+
}

Diff for: packages/editor-ui-context-menu/package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "@editor-ui/context-menu",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/foundation": "0.0.0",
6-
"@editor-ui/menu": "workspace:^",
7-
"@editor-ui/spacer": "workspace:^",
8-
"@radix-ui/react-context-menu": "^0.1.1",
9-
"@radix-ui/react-icons": "^1.0.3"
10-
},
11-
"devDependencies": {
12-
"@emotion/styled": "^11.11.0",
13-
"@types/react": "18.2.58",
14-
"react": "^18.2.0"
15-
},
16-
"peerDependencies": {
17-
"@emotion/styled": "^11.11.0",
18-
"@types/react": "18.2.58",
19-
"react": "^18.2.0"
20-
}
21-
}
2+
"name": "@editor-ui/context-menu",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@editor-ui/foundation": "workspace:^",
6+
"@editor-ui/menu": "workspace:^",
7+
"@editor-ui/spacer": "workspace:^",
8+
"@radix-ui/react-context-menu": "^0.1.1",
9+
"@radix-ui/react-icons": "^1.0.3"
10+
},
11+
"devDependencies": {
12+
"@emotion/styled": "^11.11.0",
13+
"@types/react": "18.2.58",
14+
"react": "^18.2.0"
15+
},
16+
"peerDependencies": {
17+
"@emotion/styled": "^11.11.0",
18+
"@types/react": "18.2.58",
19+
"react": "^18.2.0"
20+
}
21+
}

Diff for: packages/editor-ui-core/divider/index.ts

Whitespace-only changes.

Diff for: packages/editor-ui-core/package.json

-7
This file was deleted.

Diff for: packages/editor-ui-desktop-titlebar/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@editor-ui/desktop-titlebar",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/foundation": "0.0.0"
6-
}
7-
}
2+
"name": "@editor-ui/desktop-titlebar",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@editor-ui/foundation": "workspace:^"
6+
}
7+
}

Diff for: packages/editor-ui-foundation/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@editor-ui/foundation",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/theme": "0.0.0"
6-
}
7-
}
2+
"name": "@editor-ui/foundation",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@editor-ui/theme": "workspace:*"
6+
}
7+
}

Diff for: packages/editor-ui-hierarchy/package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "@editor-ui/hierarchy",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/foundation": "0.0.0",
6-
"@editor-ui/icons": "workspace:^",
7-
"@editor-ui/listview": "workspace:^",
8-
"@editor-ui/spacer": "workspace:^",
9-
"@radix-ui/react-icons": "^1.0.3"
10-
},
11-
"devDependencies": {
12-
"@emotion/styled": "^11.11.0",
13-
"@types/react": "18.2.58",
14-
"react": "^18.2.0"
15-
},
16-
"peerDependencies": {
17-
"@emotion/styled": "^11.11.0",
18-
"@types/react": "18.2.58",
19-
"react": "^18.2.0"
20-
}
21-
}
2+
"name": "@editor-ui/hierarchy",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@editor-ui/foundation": "workspace:^",
6+
"@editor-ui/icons": "workspace:^",
7+
"@editor-ui/listview": "workspace:^",
8+
"@editor-ui/spacer": "workspace:^",
9+
"@radix-ui/react-icons": "^1.0.3"
10+
},
11+
"devDependencies": {
12+
"@emotion/styled": "^11.11.0",
13+
"@types/react": "18.2.58",
14+
"react": "^18.2.0"
15+
},
16+
"peerDependencies": {
17+
"@emotion/styled": "^11.11.0",
18+
"@types/react": "18.2.58",
19+
"react": "^18.2.0"
20+
}
21+
}

Diff for: packages/editor-ui-icons/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "@editor-ui/icons",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/foundation": "0.0.0"
6-
},
7-
"devDependencies": {
8-
"@emotion/styled": "^11.11.0",
9-
"@types/react": "18.2.58",
10-
"react": "^18.2.0"
11-
},
12-
"peerDependencies": {
13-
"@emotion/styled": "^11.11.0",
14-
"@types/react": "18.2.58",
15-
"react": "^18.2.0"
16-
}
17-
}
2+
"name": "@editor-ui/icons",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@editor-ui/foundation": "workspace:^"
6+
},
7+
"devDependencies": {
8+
"@emotion/styled": "^11.11.0",
9+
"@types/react": "18.2.58",
10+
"react": "^18.2.0"
11+
},
12+
"peerDependencies": {
13+
"@emotion/styled": "^11.11.0",
14+
"@types/react": "18.2.58",
15+
"react": "^18.2.0"
16+
}
17+
}

Diff for: packages/editor-ui-listview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"@editor-ui/context-menu": "workspace:^",
6-
"@editor-ui/foundation": "0.0.0",
6+
"@editor-ui/foundation": "workspace:^",
77
"@editor-ui/hooks": "workspace:^",
88
"@editor-ui/scroll-area": "workspace:^",
99
"@editor-ui/sortable": "workspace:^",

Diff for: packages/editor-ui-menu/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@editor-ui/menu",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/foundation": "0.0.0",
6-
"@editor-ui/theme": "workspace:^"
7-
},
8-
"devDependencies": {
9-
"@emotion/css": "^11.11.2"
10-
},
11-
"peerDependencies": {
12-
"@emotion/css": "^11.11.2"
13-
}
14-
}
2+
"name": "@editor-ui/menu",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@editor-ui/foundation": "workspace:^",
6+
"@editor-ui/theme": "workspace:^"
7+
},
8+
"devDependencies": {
9+
"@emotion/css": "^11.11.2"
10+
},
11+
"peerDependencies": {
12+
"@emotion/css": "^11.11.2"
13+
}
14+
}

Diff for: packages/editor-ui-panel/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@editor-ui/panel",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/foundation": "0.0.0"
6-
}
7-
}
2+
"name": "@editor-ui/panel",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@editor-ui/foundation": "workspace:^"
6+
}
7+
}

Diff for: packages/editor-ui-property/package.json

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "@editor-ui/property",
3-
"version": "0.0.0",
4-
"scripts": {
5-
"storybook": "start-storybook -p 6006",
6-
"build-storybook": "build-storybook"
7-
},
8-
"dependencies": {
9-
"@dnd-kit/core": "^6.1.0",
10-
"@dnd-kit/modifiers": "^7.0.0",
11-
"@dnd-kit/sortable": "^8.0.0",
12-
"@dnd-kit/utilities": "^3.2.2",
13-
"@editor-ui/foundation": "0.0.0",
14-
"@radix-ui/react-checkbox": "^1.0.4",
15-
"@radix-ui/react-icons": "^1.0.3",
16-
"@radix-ui/react-select": "^1.2.0",
17-
"@radix-ui/react-slider": "^0.0.11",
18-
"@radix-ui/react-toggle-group": "^1.0.4"
19-
},
20-
"peerDependencies": {
21-
"@emotion/react": "^11.10.5",
22-
"@emotion/styled": "^11.10.5",
23-
"@types/react": "18.2.58",
24-
"react": "^18.2.0"
25-
},
26-
"devDependencies": {
27-
"@emotion/react": "^11.10.5",
28-
"@emotion/styled": "^11.10.5",
29-
"@types/react": "18.2.58",
30-
"autoprefixer": "^10.0.1",
31-
"postcss": "^8",
32-
"react": "^18.2.0",
33-
"tailwindcss": "^3.3.0"
34-
}
2+
"name": "@editor-ui/property",
3+
"version": "0.0.0",
4+
"scripts": {
5+
"storybook": "start-storybook -p 6006",
6+
"build-storybook": "build-storybook"
7+
},
8+
"dependencies": {
9+
"@dnd-kit/core": "^6.1.0",
10+
"@dnd-kit/modifiers": "^7.0.0",
11+
"@dnd-kit/sortable": "^8.0.0",
12+
"@dnd-kit/utilities": "^3.2.2",
13+
"@editor-ui/foundation": "workspace:^",
14+
"@radix-ui/react-checkbox": "^1.0.4",
15+
"@radix-ui/react-icons": "^1.0.3",
16+
"@radix-ui/react-select": "^1.2.0",
17+
"@radix-ui/react-slider": "^0.0.11",
18+
"@radix-ui/react-toggle-group": "^1.0.4"
19+
},
20+
"peerDependencies": {
21+
"@emotion/react": "^11.10.5",
22+
"@emotion/styled": "^11.10.5",
23+
"@types/react": "18.2.58",
24+
"react": "^18.2.0"
25+
},
26+
"devDependencies": {
27+
"@emotion/react": "^11.10.5",
28+
"@emotion/styled": "^11.10.5",
29+
"@types/react": "18.2.58",
30+
"autoprefixer": "^10.0.1",
31+
"postcss": "^8",
32+
"react": "^18.2.0",
33+
"tailwindcss": "^3.3.0"
34+
}
3535
}

Diff for: packages/editor-ui-sortable/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "@editor-ui/sortable",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@dnd-kit/core": "^3.1.1",
6-
"@dnd-kit/modifiers": "^3.0.0",
7-
"@dnd-kit/sortable": "^4.0.0",
8-
"@dnd-kit/utilities": "^2.0.0",
9-
"@editor-ui/foundation": "0.0.0"
10-
},
11-
"devDependencies": {
12-
"@types/react": "18.2.58",
13-
"@types/react-dom": "^18.0.8",
14-
"react": "^18.2.0",
15-
"react-dom": "^18.2.0"
16-
},
17-
"peerDependencies": {
18-
"@types/react": "18.2.58",
19-
"@types/react-dom": "^18.0.8",
20-
"react": "^18.2.0",
21-
"react-dom": "^18.2.0"
22-
}
2+
"name": "@editor-ui/sortable",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@dnd-kit/core": "^3.1.1",
6+
"@dnd-kit/modifiers": "^3.0.0",
7+
"@dnd-kit/sortable": "^4.0.0",
8+
"@dnd-kit/utilities": "^2.0.0",
9+
"@editor-ui/foundation": "workspace:^"
10+
},
11+
"devDependencies": {
12+
"@types/react": "18.2.58",
13+
"@types/react-dom": "^18.0.8",
14+
"react": "^18.2.0",
15+
"react-dom": "^18.2.0"
16+
},
17+
"peerDependencies": {
18+
"@types/react": "18.2.58",
19+
"@types/react-dom": "^18.0.8",
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0"
22+
}
2323
}

Diff for: packages/editor-ui-spacer/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@editor-ui/spacer",
3-
"version": "0.0.0",
4-
"dependencies": {
5-
"@editor-ui/foundation": "0.0.0"
6-
},
7-
"devDependencies": {
8-
"@emotion/styled": "^11.11.0"
9-
},
10-
"peerDependencies": {
11-
"@emotion/styled": "^11.11.0"
12-
}
13-
}
2+
"name": "@editor-ui/spacer",
3+
"version": "0.0.0",
4+
"dependencies": {
5+
"@editor-ui/foundation": "workspace:^"
6+
},
7+
"devDependencies": {
8+
"@emotion/styled": "^11.11.0"
9+
},
10+
"peerDependencies": {
11+
"@emotion/styled": "^11.11.0"
12+
}
13+
}

0 commit comments

Comments
 (0)