Skip to content

Commit

Permalink
Updated development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampo Kivistö committed Jan 15, 2020
1 parent fb9d5fe commit 888b0c7
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/1kcomponents/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dbmonster/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/event-test/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uibench-inferno-compat/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uibench-normalization/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uibench-reactlike/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uibench/dist/bundle.js

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -78,31 +78,31 @@
"test:package": "node fixtures/packaging/build-all.js"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/preset-env": "7.7.1",
"@babel/preset-typescript": "^7.7.2",
"@rollup/plugin-alias": "^2.2.0",
"@types/history": "^4.7.3",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.9",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@rollup/plugin-alias": "^3.0.0",
"@types/history": "^4.7.4",
"@types/jest": "^24.9.0",
"@types/node": "^13.1.7",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-plugin-inferno": "6.1.0",
"cli-table": "^0.3.1",
"colors": "^1.4.0",
"concat-stream-es6": "0.0.1",
"coveralls": "^3.0.7",
"coveralls": "^3.0.9",
"cross-env": "^6.0.3",
"d3-scale-chromatic": "^1.5.0",
"filesize": "^6.0.1",
"gzip-size": "^5.1.1",
"history": "^4.10.1",
"jest": "^24.9.0",
"jest-silent-reporter": "^0.1.2",
"jsdom": "15.2.1",
"lerna": "3.18.4",
"lint-staged": "^9.4.3",
"jsdom": "^15.2.1",
"lerna": "3.20.2",
"lint-staged": "^9.5.0",
"madge": "^3.6.0",
"merge-dirs": "^0.2.1",
"minimist": "^1.2.0",
Expand All @@ -112,17 +112,17 @@
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"rollup": "1.27.2",
"rollup": "1.29.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.25.2",
"sinon": "^7.5.0",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-typescript2": "^0.25.3",
"sinon": "^8.0.4",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "3.7.2"
"typescript": "3.7.4"
}
}

0 comments on commit 888b0c7

Please sign in to comment.