Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
17a45fdb
Commit
17a45fdb
authored
6 years ago
by
yvesn
Browse files
Options
Downloads
Patches
Plain Diff
SSDM-7588: added jest / jest-babel dependencies
parent
451d79a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis_ng_ui/package.json
+18
-17
18 additions, 17 deletions
openbis_ng_ui/package.json
with
18 additions
and
17 deletions
openbis_ng_ui/package.json
+
18
−
17
View file @
17a45fdb
...
...
@@ -21,32 +21,33 @@
},
"devDependencies"
:
{
"babel-core"
:
"6.26.0"
,
"babel-eslint"
:
"8.2.5"
,
"babel-jest"
:
"^23.6.0"
,
"babel-loader"
:
"7.1.4"
,
"babel-plugin-transform-class-properties"
:
"6.24.1"
,
"babel-preset-env"
:
"1.7.0"
,
"babel-preset-react"
:
"6.24.1"
,
"html-webpack-plugin"
:
"3.2.0"
,
"source-map-loader"
:
"0.2.3"
,
"webpack"
:
"4.6.0"
,
"webpack-dev-server"
:
"3.1.3"
,
"webpack-cli"
:
"2.0.14"
,
"style-loader"
:
"0.21.0"
,
"css-loader"
:
"1.0.0"
,
"url-loader"
:
"1.1.1"
,
"raw-loader"
:
"0.5.1"
,
"file-loader"
:
"1.1.11"
,
"jest"
:
"23.1.0"
,
"eslint"
:
"4.19.1"
,
"react-loader"
:
"2.4.5"
,
"react-hot-loader"
:
"4.3.6"
,
"eslint-config-standard"
:
"11.0.0"
,
"eslint-plugin-standard"
:
"3.1.0"
,
"eslint-plugin-react"
:
"7.11.1"
,
"eslint-plugin-import"
:
"2.13.0"
,
"eslint-plugin-jest"
:
"21.17.0"
,
"eslint-plugin-node"
:
"6.0.1"
,
"eslint-plugin-promise"
:
"3.8.0"
,
"eslint-plugin-jest"
:
"21.17.0"
,
"babel-eslint"
:
"8.2.5"
,
"babel-plugin-transform-class-properties"
:
"6.24.1"
"eslint-plugin-react"
:
"7.11.1"
,
"eslint-plugin-standard"
:
"3.1.0"
,
"file-loader"
:
"1.1.11"
,
"html-webpack-plugin"
:
"3.2.0"
,
"jest"
:
"^23.1.0"
,
"raw-loader"
:
"0.5.1"
,
"react-hot-loader"
:
"4.3.6"
,
"react-loader"
:
"2.4.5"
,
"source-map-loader"
:
"0.2.3"
,
"style-loader"
:
"0.21.0"
,
"url-loader"
:
"1.1.1"
,
"webpack"
:
"4.6.0"
,
"webpack-cli"
:
"2.0.14"
,
"webpack-dev-server"
:
"3.1.3"
},
"scripts"
:
{
"dev"
:
"webpack-dev-server --hot --config webpack.config.dev.js"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment