Skip to content

Commit

Permalink
Merge pull request #645 from etalab/tusbar/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tusbar authored Jun 19, 2018
2 parents 4d4844a + 349c6be commit 317e793
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 152 deletions.
41 changes: 23 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"bytes": "^3.0.0",
"chart.js": "^2.7.2",
"compression": "^1.7.2",
"cross-env": "^5.1.6",
"cross-env": "^5.2.0",
"express": "^4.16.3",
"hoist-non-react-statics": "^2.5.0",
"hoist-non-react-statics": "^2.5.5",
"i18next": "^11.3.3",
"i18next-express-middleware": "^1.1.1",
"i18next-node-fs-backend": "^1.0.0",
Expand All @@ -30,43 +30,43 @@
"lodash": "^4.17.10",
"lodash-es": "^4.17.10",
"mapbox-gl": "^0.45.0",
"marked": "^0.3.19",
"moment": "^2.22.1",
"marked": "^0.4.0",
"moment": "^2.22.2",
"next": "^6.0.3",
"next-runtime-dotenv": "^1.0.1",
"nprogress": "^0.2.0",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react": "^16.4.1",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.4.0",
"react-dom": "^16.4.1",
"react-i18next": "^7.7.0",
"react-icons": "^2.2.7",
"react-table": "^6.8.2",
"react-table": "^6.8.6",
"underscore.string": "^3.3.4"
},
"resolutions": {
"chart.js/moment": "^2.22.1"
"chart.js/moment": "^2.22.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-beta.51",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.1",
"babel-plugin-inline-import": "^2.0.6",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-lodash": "^3.3.4",
"codecov": "^3.0.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-xo-nextjs": "^1.3.0",
"eslint-plugin-react": "^7.7.0",
"jest": "^23.1.0",
"jest-junit": "^4.0.0",
"jest-junit": "^5.0.0",
"lerna-changelog": "^0.7.0",
"mock-local-storage": "^1.0.5",
"node-sass": "^4.9.0",
"raf": "^3.4.0",
"react-test-renderer": "^16.4.0",
"react-test-renderer": "^16.4.1",
"styled-jsx": "^2.2.6",
"styled-jsx-plugin-sass": "^0.2.4",
"webpack": "3.10.0",
Expand All @@ -82,6 +82,15 @@
},
"jest": {
"verbose": true,
"reporters": [
"default",
[
"jest-junit",
{
"output": "reports/tests/junit.xml"
}
]
],
"setupFiles": [
"./jest.setup.js"
],
Expand All @@ -94,11 +103,7 @@
"coverageReporters": [
"lcov",
"text-summary"
],
"testResultsProcessor": "jest-junit"
},
"jest-junit": {
"output": "reports/tests/junit.xml"
]
},
"xo": {
"extends": "xo-nextjs",
Expand Down
Loading

0 comments on commit 317e793

Please sign in to comment.