-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from eea/develop
Release
- Loading branch information
Showing
14 changed files
with
27,644 additions
and
316,502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ npm-debug.log* | |
coverage | ||
node_modules | ||
build | ||
cache | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
defaultSemverRangePrefix: "" | ||
|
||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.3.0.cjs |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
"name": "climate-energy-frontend", | ||
"description": "Frontend component for the Climate Energy website.", | ||
"license": "MIT", | ||
"version": "2.22.0", | ||
"version": "2.23.0", | ||
"private": true, | ||
"workspaces": [ | ||
"src/addons/*" | ||
"src/develop/*" | ||
], | ||
"addons": [ | ||
"@eeacms/volto-eea-kitkat", | ||
|
@@ -19,10 +19,7 @@ | |
], | ||
"scripts": { | ||
"start": "razzle start", | ||
"postinstall": "yarn omelette && yarn patches", | ||
"omelette": "ln -sf node_modules/@plone/volto/ omelette", | ||
"patches": "/bin/bash patches/patchit.sh > /dev/null 2>&1 ||true", | ||
"build": "razzle build", | ||
"build": "razzle build --noninteractive", | ||
"start:prod": "NODE_ENV=production node build/server.js", | ||
"i18n": "NODE_ENV=production node node_modules/@plone/volto/src/i18n.js", | ||
"develop:npx": "npx -p mrs-developer missdev --config=jsconfig.json --output=develop", | ||
|
@@ -41,8 +38,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" | ||
|
@@ -55,7 +51,9 @@ | |
"@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", | ||
"~/(.*)$": "<rootDir>/src/$1" | ||
"@plone/volto-slate": "<rootDir>/node_modules/@plone/volto/packages/volto-slate/src", | ||
"~/(.*)$": "<rootDir>/src/$1", | ||
"\\.(css|less|scss|sass)$": "identity-obj-proxy" | ||
}, | ||
"coverageThreshold": { | ||
"global": { | ||
|
@@ -108,22 +106,24 @@ | |
"ignoreFiles": "theme/themes/default/**/*.overrides" | ||
}, | ||
"engines": { | ||
"node": "^10 || ^12 || ^14" | ||
"node": "^16 || ^14" | ||
}, | ||
"dependencies": { | ||
"@eeacms/volto-climate-energy-policy": "0.1.2", | ||
"@eeacms/volto-datablocks": "3.0.12", | ||
"@eeacms/volto-eea-kitkat": "6.0.0", | ||
"@eeacms/volto-embed": "4.0.1", | ||
"@eeacms/volto-energy-theme": "1.0.31", | ||
"@eeacms/volto-datablocks": "4.0.2", | ||
"@eeacms/volto-eea-kitkat": "10.3.0", | ||
"@eeacms/volto-embed": "5.0.0", | ||
"@eeacms/volto-energy-theme": "1.0.33", | ||
"@eeacms/volto-pdf-block": "1.0.10", | ||
"@eeacms/volto-plotlycharts": "3.0.4", | ||
"@eeacms/volto-tableau": "1.2.4", | ||
"@plone/volto": "15.5.0" | ||
"@eeacms/volto-plotlycharts": "5.0.8", | ||
"@eeacms/volto-tableau": "2.0.0", | ||
"@plone/volto": "16.4.1" | ||
}, | ||
"devDependencies": { | ||
"@plone/scripts": "^2.1.2", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"prettier": "2.0.5", | ||
"razzle": "4.2.17", | ||
"stylelint": "13.3.3", | ||
"stylelint-config-idiomatic-order": "8.1.0", | ||
"stylelint-config-prettier": "8.0.1", | ||
|
@@ -135,5 +135,6 @@ | |
"Firefox ESR", | ||
"not ie 11", | ||
"not dead" | ||
] | ||
], | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.