Skip to content

Commit

Permalink
* src/html/classic/ng/package.json,
Browse files Browse the repository at this point in the history
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
bjoernricks committed Jul 11, 2017
1 parent 5c91528 commit 7315711
Show file tree
Hide file tree
Showing 3 changed files with 598 additions and 168 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2017-07-11 Bj�rn Ricks <bjoern.ricks@greenbone.net>

* 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 <bjoern.ricks@greenbone.net>

* src/html/classic/ng/src/web/pages/tasks/detailspage.js: Display info about
Expand Down
15 changes: 3 additions & 12 deletions src/html/classic/ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,14 @@
"author": "Björn Ricks <bjoern.ricks@greenbone.net>",
"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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 7315711

Please sign in to comment.