From 4705c59944ae8813ac6b643ecc022149b3ee7756 Mon Sep 17 00:00:00 2001 From: iconix Date: Wed, 16 Aug 2017 00:32:51 -0700 Subject: [PATCH] @types issue: revert locking, didn't work --- notes.txt | 1 + package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/notes.txt b/notes.txt index bc11e61..6580b74 100644 --- a/notes.txt +++ b/notes.txt @@ -171,6 +171,7 @@ TODO: - Redirect http to https - - "getCurrentPosition() and watchPosition() no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details." - Notes.txt -> Documentation: layout state progression; code commenting; wiki with comments on code decisions + - State progression visualization tool? https://knsv.github.io/mermaid/index.html#mermaid ===== - Tint the arena based on time of day (http://bulbapedia.bulbagarden.net/wiki/Time) - Morning (4:00 AM-8:59 AM): "rising sun tints the entire landscape with a yellowish hue" diff --git a/package.json b/package.json index 58af516..0529d3d 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "webpack-debug": "webpack --display-error-details" }, "dependencies": { - "@types/googlemaps": "3.25.38", - "@types/node": "6.0.52", - "@types/react": "0.14.49", - "@types/react-dom": "0.14.18", - "@types/react-router": "2.0.41", - "@types/winston": "2.3.3", + "@types/googlemaps": "^3.25.38", + "@types/node": "^6.0.52", + "@types/react": "^0.14.49", + "@types/react-dom": "^0.14.18", + "@types/react-router": "^2.0.41", + "@types/winston": "^2.3.3", "Tattletale": "git://github.com/iconix/tattletale.js.git", "aws-sdk": "^2.7.19", "babel-core": "^6.24.0",