-
Notifications
You must be signed in to change notification settings - Fork 4
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 #495 from dhis2/next
chore(release): release redesign
- Loading branch information
Showing
251 changed files
with
10,417 additions
and
12,839 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
const { config } = require('@dhis2/cli-style') | ||
|
||
module.exports = { | ||
...require(config.prettier), | ||
} |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -12,5 +12,5 @@ module.exports = { | |
routes: { | ||
baseAppName: '/', | ||
}, | ||
ui: defaultConfig.ui | ||
ui: defaultConfig.ui, | ||
} |
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 |
---|---|---|
@@ -1,57 +1,47 @@ | ||
{ | ||
"name": "client", | ||
"version": "2.14.0", | ||
"version": "2.23.0", | ||
"description": "The App Hub Client", | ||
"main": "src/index.js", | ||
"repository": "https://github.com/dhis2/app-hub", | ||
"author": "Birk Johansson <[email protected]>", | ||
"license": "BSD-3-Clause", | ||
"private": true, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production webpack -p --config ./webpack.config.js", | ||
"start": "cross-env NODE_ENV=development webpack-dev-server", | ||
"test": "cross-env NODE_ENV=test mocha --opts test/mocha.opts" | ||
"test": "cross-env NODE_ENV=test mocha --opts test/mocha.opts", | ||
"format": "yarn format:js && yarn format:text", | ||
"format:staged": "yarn format:js --staged && yarn format:text --staged", | ||
"format:js": "d2-style js apply", | ||
"format:text": "d2-style text apply" | ||
}, | ||
"dependencies": { | ||
"@auth0/auth0-react": "^1.2.0", | ||
"@dhis2/d2-i18n": "^1.1.0", | ||
"@dhis2/ui": "^6.6.1", | ||
"classnames": "^2.2.5", | ||
"copy-text-to-clipboard": "^3.0.1", | ||
"core-js": "^3.4.8", | ||
"css-loader": "^0.26.1", | ||
"debug": "^4.1.1", | ||
"file-loader": "^3.0.1", | ||
"history": "^4.5.1", | ||
"html-webpack-plugin": "^3.2.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"jwt-decode": "^2.1.0", | ||
"lodash": "^4.17.19", | ||
"material-components-web": "^0.16.0", | ||
"material-design-icons": "^3.0.1", | ||
"material-ui": "0", | ||
"query-string": "^6.14.0", | ||
"react": "^16.14.0", | ||
"react-animate-height": "^2.0.23", | ||
"react-dom": "16", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-redux": "^7.2.1", | ||
"react-router": "^5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-slick": "^0.28.0", | ||
"react-transition-group": "^2.2.0", | ||
"recompose": "^0.30.0", | ||
"redux": "^4.0.5", | ||
"redux-form": "8", | ||
"redux-logger": "^3.0.6", | ||
"redux-observable": "1", | ||
"redux-optimistic-ui": "^3.0.0", | ||
"regenerator-runtime": "^0.13.3", | ||
"reselect": "^4.0.0", | ||
"rxjs": "6", | ||
"semver": "^7.3.2", | ||
"slick-carousel": "^1.8.1", | ||
"style-loader": "^0.13.1", | ||
"svg-loader": "^0.0.2", | ||
"styled-jsx": "3.3.0", | ||
"swr": "^0.4.1", | ||
"transform-imports": "^2.0.0", | ||
"use-query-params": "^1.1.9", | ||
"whatwg-fetch": "^3.4.1" | ||
"use-debounce": "^6.0.0", | ||
"use-query-params": "^1.1.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.7", | ||
|
@@ -60,16 +50,26 @@ | |
"@babel/preset-env": "^7.9.0", | ||
"@babel/preset-react": "^7.9.1", | ||
"@babel/register": "^7.9.0", | ||
"@svgr/webpack": "^5.5.0", | ||
"babel-loader": "^8.1.0", | ||
"babel-plugin-rewire": "^1.2.0", | ||
"babel-plugin-transform-imports": "^1.5.1", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"copy-webpack-plugin": "^5.1.1", | ||
"css-loader": "^1.0.1", | ||
"cypress-cucumber-preprocessor": "^4.0.3", | ||
"eslint-import-resolver-webpack": "^0.13.0", | ||
"file-loader": "^3.0.1", | ||
"html-webpack-plugin": "^3.2.0", | ||
"isomorphic-fetch": "^3.0.0", | ||
"jsdom": "^15.2.0", | ||
"mocha": "^6.2.2", | ||
"sinon": "^7.5.0", | ||
"sinon-chai": "^3.3.0", | ||
"style-loader": "^0.13.1", | ||
"svg-loader": "^0.0.2", | ||
"transform-imports": "^2.0.0", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.5", | ||
"webpack-dev-server": "^3.8.2" | ||
|
Oops, something went wrong.