Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 18, 2020
1 parent 8490be7 commit a88f70b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,33 @@
"coverage": "coveralls"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
"@rollup/plugin-sucrase": "^3.0.0",
"@rollup/plugin-typescript": "^3.1.1",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/flat": "^5.0.0",
"@types/jest": "^25.1.4",
"@types/lodash.range": "^3.2.6",
"@types/luxon": "^1.22.0",
"@types/react": "^16.9.31",
"@types/react-dom": "^16.9.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"faker": "^4.1.0",
"jest": "^25.2.6",
"rollup": "^2.3.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser-js": "^1.0.2",
"ts-jest": "^25.3.0",
"tslib": "^1.11.1",
"typedoc": "^0.17.4",
"typescript": "^3.8.3"
"@rollup/plugin-alias": "3.0.1",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "4.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-replace": "2.3.1",
"@rollup/plugin-sucrase": "3.0.0",
"@rollup/plugin-typescript": "3.1.1",
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/flat": "5.0.0",
"@types/jest": "25.2.1",
"@types/lodash.range": "3.2.6",
"@types/luxon": "1.22.0",
"@types/react": "16.9.32",
"@types/react-dom": "16.9.6",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"faker": "4.1.0",
"jest": "25.2.7",
"rollup": "2.3.3",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser-js": "1.0.2",
"ts-jest": "25.3.1",
"tslib": "1.11.1",
"typedoc": "0.17.4",
"typescript": "3.8.3"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit a88f70b

Please sign in to comment.