Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-web
ensembl-client
Commits
8753727f
Commit
8753727f
authored
Feb 19, 2019
by
Andrey Azov
Committed by
Imran Salam
Feb 19, 2019
Browse files
Pin packages to their exact versions in package.json (#4)
parent
20ddca78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
87 additions
and
87 deletions
+87
-87
src/ensembl/package.json
src/ensembl/package.json
+87
-87
No files found.
src/ensembl/package.json
View file @
8753727f
...
...
@@ -40,94 +40,94 @@
}
},
"dependencies"
:
{
"foundation-sites"
:
"
^
6.5.3"
,
"react"
:
"
^
16.8.1"
,
"react-contenteditable"
:
"
^
3.2.6"
,
"react-dom"
:
"
^
16.8.1"
,
"react-redux"
:
"
^
6.0.0"
,
"react-router"
:
"
^
4.3.1"
,
"react-router-dom"
:
"
^
4.3.1"
,
"react-slidedown"
:
"
^
2.0.7"
,
"redux"
:
"
^
4.0.1"
,
"redux-devtools-extension"
:
"
^
2.13.8"
,
"redux-thunk"
:
"
^
2.3.0"
,
"typesafe-actions"
:
"
^
2.2.0"
,
"use-resize-observer"
:
"
^
3.1.0"
,
"what-input"
:
"
^
5.1.3"
"foundation-sites"
:
"6.5.3"
,
"react"
:
"16.8.1"
,
"react-contenteditable"
:
"3.2.6"
,
"react-dom"
:
"16.8.1"
,
"react-redux"
:
"6.0.0"
,
"react-router"
:
"4.3.1"
,
"react-router-dom"
:
"4.3.1"
,
"react-slidedown"
:
"2.0.7"
,
"redux"
:
"4.0.1"
,
"redux-devtools-extension"
:
"2.13.8"
,
"redux-thunk"
:
"2.3.0"
,
"typesafe-actions"
:
"2.2.0"
,
"use-resize-observer"
:
"3.1.0"
,
"what-input"
:
"5.1.3"
},
"devDependencies"
:
{
"@babel/core"
:
"
^
7.2.2"
,
"@babel/plugin-proposal-class-properties"
:
"
^
7.3.0"
,
"@babel/plugin-proposal-object-rest-spread"
:
"
^
7.3.2"
,
"@babel/plugin-syntax-dynamic-import"
:
"
^
7.2.0"
,
"@babel/plugin-transform-modules-commonjs"
:
"
^
7.2.0"
,
"@babel/preset-env"
:
"
^
7.3.1"
,
"@babel/preset-react"
:
"
^
7.0.0"
,
"@babel/preset-typescript"
:
"
^
7.1.0"
,
"@types/enzyme"
:
"
^
3.1.17"
,
"@types/enzyme-adapter-react-16"
:
"
^
1.0.3"
,
"@types/jest"
:
"
^
23.3.14"
,
"@types/node"
:
"
^
10.12.24"
,
"@types/prettier"
:
"
^
1.16.0"
,
"@types/react"
:
"
^
16.8.2"
,
"@types/react-dom"
:
"
^
16.8.0"
,
"@types/react-redux"
:
"
^
6.0.13"
,
"@types/react-router-dom"
:
"
^
4.3.1"
,
"@types/react-router-hash-link"
:
"
^
1.2.0"
,
"@types/redux-mock-store"
:
"
^
1.0.0"
,
"@types/webpack-env"
:
"
^
1.13.7"
,
"babel-core"
:
"
^
7.0.0-bridge.0"
,
"babel-loader"
:
"
^
8.0.5"
,
"babel-plugin-react-css-modules-sass"
:
"
^
1.1.0"
,
"brotli-webpack-plugin"
:
"
^
1.1.0"
,
"compression-webpack-plugin"
:
"
^
2.0.0"
,
"connect-history-api-fallback"
:
"
^
1.6.0"
,
"copy-webpack-plugin"
:
"
^
4.6.0"
,
"css-loader"
:
"
^
1.0.1"
,
"enzyme"
:
"
^
3.8.0"
,
"enzyme-adapter-react-16"
:
"
^
1.9.1"
,
"enzyme-to-json"
:
"
^
3.3.5"
,
"file-loader"
:
"
^
1.1.11"
,
"fork-ts-checker-webpack-plugin"
:
"
^
0.4.15"
,
"html-webpack-plugin"
:
"
^
3.2.0"
,
"husky"
:
"
^
1.3.1"
,
"identity-obj-proxy"
:
"
^
3.0.0"
,
"image-webpack-loader"
:
"
^
4.6.0"
,
"jest"
:
"
^
23.6.0"
,
"jest-fetch-mock"
:
"
^
2.1.0"
,
"jest-snapshot"
:
"
^
23.6.0"
,
"jest-transform-stub"
:
"
^
1.0.0"
,
"koa"
:
"
^
2.7.0"
,
"koa-connect"
:
"
^
2.0.1"
,
"koa-static"
:
"
^
5.0.0"
,
"lint-staged"
:
"
^
7.3.0"
,
"mini-css-extract-plugin"
:
"
^
0.4.5"
,
"node-sass"
:
"
^
4.11.0"
,
"optimize-css-assets-webpack-plugin"
:
"
^
5.0.1"
,
"postcss-loader"
:
"
^
3.0.0"
,
"postcss-preset-env"
:
"
^
5.3.0"
,
"prettier"
:
"
^
1.16.4"
,
"redux-mock-store"
:
"
^
1.5.3"
,
"rimraf"
:
"
^
2.6.3"
,
"robotstxt-webpack-plugin"
:
"
^
4.0.1"
,
"sass-loader"
:
"
^
7.1.0"
,
"source-map-loader"
:
"
^
0.2.4"
,
"style-loader"
:
"
^
0.21.0"
,
"stylelint"
:
"
^
8.4.0"
,
"stylelint-config-recommended-scss"
:
"
^
3.2.0"
,
"stylelint-scss"
:
"
^
3.5.3"
,
"stylelint-webpack-plugin"
:
"
^
0.10.5"
,
"terser-webpack-plugin"
:
"
^
1.2.2"
,
"ts-jest"
:
"
^
23.10.5"
,
"tslint"
:
"
^
5.12.1"
,
"tslint-config-prettier"
:
"
^
1.18.0"
,
"tslint-react"
:
"
^
3.6.0"
,
"typescript"
:
"
^
3.3.3"
,
"webpack"
:
"
^
4.2
9.3
"
,
"webpack-bundle-analyzer"
:
"
^
2.13.1"
,
"webpack-cli"
:
"
^
3.2.3"
,
"webpack-dev-server"
:
"
^
3.1.14"
,
"webpack-manifest-plugin"
:
"
^
2.0.4"
,
"workbox-webpack-plugin"
:
"
^
3.6.3"
"@babel/core"
:
"7.2.2"
,
"@babel/plugin-proposal-class-properties"
:
"7.3.0"
,
"@babel/plugin-proposal-object-rest-spread"
:
"7.3.2"
,
"@babel/plugin-syntax-dynamic-import"
:
"7.2.0"
,
"@babel/plugin-transform-modules-commonjs"
:
"7.2.0"
,
"@babel/preset-env"
:
"7.3.1"
,
"@babel/preset-react"
:
"7.0.0"
,
"@babel/preset-typescript"
:
"7.1.0"
,
"@types/enzyme"
:
"3.1.17"
,
"@types/enzyme-adapter-react-16"
:
"1.0.3"
,
"@types/jest"
:
"23.3.14"
,
"@types/node"
:
"10.12.24"
,
"@types/prettier"
:
"1.16.0"
,
"@types/react"
:
"16.8.2"
,
"@types/react-dom"
:
"16.8.0"
,
"@types/react-redux"
:
"6.0.13"
,
"@types/react-router-dom"
:
"4.3.1"
,
"@types/react-router-hash-link"
:
"1.2.0"
,
"@types/redux-mock-store"
:
"1.0.0"
,
"@types/webpack-env"
:
"1.13.7"
,
"babel-core"
:
"7.0.0-bridge.0"
,
"babel-loader"
:
"8.0.5"
,
"babel-plugin-react-css-modules-sass"
:
"1.1.0"
,
"brotli-webpack-plugin"
:
"1.1.0"
,
"compression-webpack-plugin"
:
"2.0.0"
,
"connect-history-api-fallback"
:
"1.6.0"
,
"copy-webpack-plugin"
:
"4.6.0"
,
"css-loader"
:
"1.0.1"
,
"enzyme"
:
"3.8.0"
,
"enzyme-adapter-react-16"
:
"1.9.1"
,
"enzyme-to-json"
:
"3.3.5"
,
"file-loader"
:
"1.1.11"
,
"fork-ts-checker-webpack-plugin"
:
"0.4.15"
,
"html-webpack-plugin"
:
"3.2.0"
,
"husky"
:
"1.3.1"
,
"identity-obj-proxy"
:
"3.0.0"
,
"image-webpack-loader"
:
"4.6.0"
,
"jest"
:
"23.6.0"
,
"jest-fetch-mock"
:
"2.1.0"
,
"jest-snapshot"
:
"23.6.0"
,
"jest-transform-stub"
:
"1.0.0"
,
"koa"
:
"2.7.0"
,
"koa-connect"
:
"2.0.1"
,
"koa-static"
:
"5.0.0"
,
"lint-staged"
:
"7.3.0"
,
"mini-css-extract-plugin"
:
"0.4.5"
,
"node-sass"
:
"4.11.0"
,
"optimize-css-assets-webpack-plugin"
:
"5.0.1"
,
"postcss-loader"
:
"3.0.0"
,
"postcss-preset-env"
:
"5.3.0"
,
"prettier"
:
"1.16.4"
,
"redux-mock-store"
:
"1.5.3"
,
"rimraf"
:
"2.6.3"
,
"robotstxt-webpack-plugin"
:
"4.0.1"
,
"sass-loader"
:
"7.1.0"
,
"source-map-loader"
:
"0.2.4"
,
"style-loader"
:
"0.21.0"
,
"stylelint"
:
"8.4.0"
,
"stylelint-config-recommended-scss"
:
"3.2.0"
,
"stylelint-scss"
:
"3.5.3"
,
"stylelint-webpack-plugin"
:
"0.10.5"
,
"terser-webpack-plugin"
:
"1.2.2"
,
"ts-jest"
:
"23.10.5"
,
"tslint"
:
"5.12.1"
,
"tslint-config-prettier"
:
"1.18.0"
,
"tslint-react"
:
"3.6.0"
,
"typescript"
:
"3.3.3"
,
"webpack"
:
"4.2
8.4
"
,
"webpack-bundle-analyzer"
:
"2.13.1"
,
"webpack-cli"
:
"3.2.3"
,
"webpack-dev-server"
:
"3.1.14"
,
"webpack-manifest-plugin"
:
"2.0.4"
,
"workbox-webpack-plugin"
:
"3.6.3"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment