Skip to content

Commit 0b8195d

Browse files
author
Kevin Scott
committed
Update packages
1 parent efdb479 commit 0b8195d

File tree

2 files changed

+1246
-572
lines changed

2 files changed

+1246
-572
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ml-classifier-ui",
33
"repository": "https://github.com/thekevinscott/ml-classifier-ui",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"homepage": "https://thekevinscott.github.io/ml-classifier-ui/",
66
"description": "A package for creating image-based machine learning models",
77
"main": "dist/index.js",
@@ -82,7 +82,7 @@
8282
"concurrently": "^3.6.0",
8383
"express": "^4.16.3",
8484
"gh-pages": "^1.2.0",
85-
"jest": "22.4.2",
85+
"jest": "^24.9.0",
8686
"node-sass": "^4.9.2",
8787
"npm-run-all": "^4.1.3",
8888
"react": "^16.4.1",
@@ -98,14 +98,14 @@
9898
"rollup-plugin-replace": "^2.0.0",
9999
"rollup-plugin-typescript2": "^0.15.1",
100100
"sass-loader": "^7.0.3",
101-
"ts-jest": "22.0.1",
101+
"ts-jest": "^24.0.2",
102102
"ts-loader": "^2.3.7",
103103
"tslint": "^5.7.0",
104104
"tslint-config-prettier": "^1.10.0",
105105
"typescript": "3.0.0-rc",
106106
"uglify-es": "^3.3.9"
107107
},
108108
"dependencies": {
109-
"ml-classifier": "0.5.0"
109+
"ml-classifier": "0.5.1"
110110
}
111111
}

0 commit comments

Comments
 (0)