Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
more upgrade steps for volto 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 9, 2022
1 parent 77ac04f commit 0cb39de
Show file tree
Hide file tree
Showing 3 changed files with 3,857 additions and 4,405 deletions.
10 changes: 3 additions & 7 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
"jsx": "react",
"paths": {
"@eeacms/volto-circularity-policy": [
"develop/volto-circularity-policy/src"
"addons/volto-circularity-policy/src"
],
"@eeacms/volto-sustainability-theme": [
"develop/volto-sustainability-theme/src"
],
"@eeacms/volto-plotlycharts": ["develop/volto-plotlycharts/src"],
"@eeacms/volto-object-widget": ["develop/volto-object-widget/src"],
"@eeacms/volto-quote-block": ["develop/volto-quote-block/src"]

"@eeacms/volto-plotlycharts": ["addons/volto-plotlycharts/src"]
},
"baseUrl": "src"
}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
],
"transform": {
"^.+\\.js(x)?$": "babel-jest",
"^.+\\.css$": "jest-css-modules",
"^.+\\.scss$": "jest-css-modules",
"^.+\\.less$": "jest-css-modules",
"^.+\\.(png)$": "jest-file",
"^.+\\.(jpg)$": "jest-file",
"^.+\\.(svg)$": "./node_modules/@plone/volto/jest-svgsystem-transform.js"
Expand All @@ -67,6 +66,8 @@
"@plone/volto/(.*)$": "<rootDir>/node_modules/@plone/volto/src/$1",
"load-volto-addons": "<rootDir>/node_modules/@plone/volto/jest-addons-loader.js",
"@package/(.*)$": "<rootDir>/src/$1",
"@plone/volto-slate": "<rootDir>/node_modules/@plone/volto/packages/volto-slate/src",
"\\.(css|less|scss|sass)$": "identity-obj-proxy",
"@root/(.*)$": "<rootDir>/src/$1",
"~/(.*)$": "<rootDir>/src/$1"
},
Expand Down
Loading

0 comments on commit 0cb39de

Please sign in to comment.