-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/html/classic/ng/yarn.lock: Update react-script (from create-react-app) to latest release (1.0.10) and put it into dependenciesi (details: facebook/create-react-app#2657). Remove other devdependencies which aren't necessary anymore. They have been added due to a bug in eslint for validating in external editors. git-svn-id: svn+ssh://scm.wald.intevation.org/openvas/trunk/gsa@29027 423fd1db-d629-0410-8442-d21db03e70f4
- Loading branch information
1 parent
5c91528
commit 7315711
Showing
3 changed files
with
598 additions
and
168 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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2017-07-11 Bj�rn Ricks <[email protected]> | ||
|
||
* src/html/classic/ng/package.json, | ||
src/html/classic/ng/yarn.lock: Update react-script (from create-react-app) to | ||
latest release (1.0.10) and put it into dependenciesi (details: | ||
https://github.com/facebookincubator/create-react-app/pull/2657). Remove other | ||
devdependencies which aren't necessary anymore. They have been added due to a | ||
bug in eslint for validating in external editors. | ||
|
||
2017-07-10 Bj�rn Ricks <[email protected]> | ||
|
||
* src/html/classic/ng/src/web/pages/tasks/detailspage.js: Display info about | ||
|
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 |
---|---|---|
|
@@ -16,24 +16,14 @@ | |
"author": "Björn Ricks <[email protected]>", | ||
"license": "GPL-2.0+", | ||
"main": "src/index.js", | ||
"devDependencies": { | ||
"babel-eslint": "7.2.3", | ||
"eslint": "3.19.0", | ||
"eslint-config-react-app": "^1.0.4", | ||
"eslint-plugin-flowtype": "2.33.0", | ||
"eslint-plugin-import": "2.2.0", | ||
"eslint-plugin-jsx-a11y": "5.0.1", | ||
"eslint-plugin-react": "7.0.1", | ||
"react-scripts": "^1.0.7" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"dependencies": { | ||
"babel-polyfill": "^6.23.0", | ||
"d3": "^3.5.17", | ||
"glamor": "^2.20.25", | ||
"glamorous": "^3.23.3", | ||
"glamorous": "^3.23.5", | ||
"i18next": "^8.4.0", | ||
"i18next-browser-languagedetector": "^1.0.0", | ||
"i18next-xhr-backend": "^1.4.2", | ||
|
@@ -45,10 +35,11 @@ | |
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-router": "^3.0.5", | ||
"react-scripts": "^1.0.10", | ||
"select2": "^4.0.3" | ||
}, | ||
"scripts": { | ||
"test": "NODE_PATH=src ./node_modules/.bin/react-scripts test", | ||
"test": "NODE_PATH=src ./node_modules/.bin/react-scripts test --env=jsdom", | ||
"lint": "NODE_PATH=src ./node_modules/.bin/eslint src", | ||
"start": "NODE_PATH=src ./node_modules/.bin/react-scripts start", | ||
"build": "NODE_PATH=src ./node_modules/.bin/react-scripts build", | ||
|
Oops, something went wrong.