Skip to content

Commit

Permalink
Reverted corrupted config
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Nov 18, 2024
1 parent cb76890 commit c635fa6
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 21 deletions.
8 changes: 6 additions & 2 deletions packages/volto-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,16 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"@plone/volto": "17 || 18",
"@plone/volto-slate": "17 || 18",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plone/scripts": "^3.6.1",
"@plone/types": "workspace:^",
"@plone/types": "1.0.0-alpha.20",
"@plone/volto": "workspace:^",
"@plone/volto-slate": "workspace:^",
"@types/classnames": "^2.2.11",
"@types/loadable__component": "^5.13.9",
"@types/lodash": "^4.14.201",
Expand All @@ -49,7 +53,7 @@
},
"dependencies": {
"@loadable/component": "5.14.1",
"@plone/components": "workspace:^",
"@plone/components": "2.0.0-alpha.13",
"@redturtle/volto-slate-extras": "workspace:^2.0.1",
"classnames": "2.2.6",
"lodash": "4.17.21",
Expand Down
8 changes: 0 additions & 8 deletions packages/volto-blocks/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
"lib": ["es2022", "dom", "dom.iterable"],
"jsx": "react-jsx",
"paths": {
"@plone/volto/*": [
"../../core/packages/volto/src/*",
"../../../../core/packages/volto/src/*"
],
"@plone/volto-slate/*": [
"../../core/packages/volto-slate/src/*",
"../../../../core/packages/volto-slate/src/*"
],
"@redturtle/volto-blocks/*": ["./src/*"]
}
},
Expand Down
4 changes: 4 additions & 0 deletions packages/volto-slate-extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"@plone/volto": "17 || 18",
"@plone/volto-slate": "17 || 18",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plone/scripts": "^3.6.1",
"@plone/volto": "workspace:^",
"@plone/volto-slate": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"release-it": "^17.1.1"
Expand Down
8 changes: 0 additions & 8 deletions packages/volto-slate-extras/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
"lib": ["es2022", "dom", "dom.iterable"],
"jsx": "react-jsx",
"paths": {
"@plone/volto/*": [
"../../core/packages/volto/src/*",
"../../../../core/packages/volto/src/*"
],
"@plone/volto-slate/*": [
"../../core/packages/volto-slate/src/*",
"../../../../core/packages/volto-slate/src/*"
],
"@redturtle/volto-slate-extras/*": ["./src/*"]
}
},
Expand Down
97 changes: 94 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit c635fa6

Please sign in to comment.