pure-canvas
Advanced tools
Comparing version 0.6.6 to 0.6.7
{ | ||
"name": "pure-canvas", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "TODO", | ||
@@ -29,4 +29,4 @@ "main": "lib/Stage.js", | ||
"@types/rbush": "^2.0.2", | ||
"@types/react": "^15.5.6", | ||
"@types/react-dom": "^15.5.6", | ||
"@types/react": "^15.6.7", | ||
"@types/react-dom": "^15.4.0", | ||
"awesome-typescript-loader": "^3.2.3", | ||
@@ -38,3 +38,3 @@ "circular-dependency-plugin": "^3.0.0", | ||
"source-map-loader": "^0.1.5", | ||
"typescript": "^2.5.3", | ||
"typescript": "^2.6.1", | ||
"url-loader": "^0.5.7", | ||
@@ -41,0 +41,0 @@ "webpack": "^1.13.3", |
@@ -21,2 +21,3 @@ { | ||
"noImplicitAny": true, | ||
"noImplicitThis": true, | ||
"typeRoots": [ | ||
@@ -23,0 +24,0 @@ "node_modules/@types" |
238411
3154