Skip to content

Commit

Permalink
Merge pull request #1 from repetere/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
yawetse committed Apr 5, 2020
2 parents ccbb8ad + f42a42b commit 5674200
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,42 +38,42 @@
"lodash.range": "^3.2.0"
},
"devDependencies": {
"@modelx/data": "^1.0.0",
"@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",
"@tensorflow/tfjs-backend-wasm": "^1.7.2",
"@types/chai": "^4.2.11",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^25.1.4",
"@types/lodash.range": "^3.2.6",
"@types/react": "^16.9.31",
"@types/react-dom": "^16.9.6",
"@types/sinon": "^9.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"install": "^0.13.0",
"jest": "^25.2.6",
"npm": "^6.14.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"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",
"sinon": "^9.0.1",
"sinon-chai": "^3.5.0",
"ts-jest": "^25.3.0",
"tslib": "^1.11.1",
"typedoc": "^0.17.3",
"typescript": "^3.8.3"
"@modelx/data": "1.0.0",
"@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",
"@tensorflow/tfjs-backend-wasm": "1.7.2",
"@types/chai": "4.2.11",
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "25.2.1",
"@types/lodash.range": "3.2.6",
"@types/react": "16.9.32",
"@types/react-dom": "16.9.6",
"@types/sinon": "9.0.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"install": "0.13.0",
"jest": "25.2.7",
"npm": "6.14.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"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",
"sinon": "9.0.1",
"sinon-chai": "3.5.0",
"ts-jest": "25.3.1",
"tslib": "1.11.1",
"typedoc": "0.17.3",
"typescript": "3.8.3"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 5674200

Please sign in to comment.