Skip to content

Commit

Permalink
[upgraded] to TypeScript 2.3
Browse files Browse the repository at this point in the history
Reviewers: O2 Material Motion, #material_motion, featherless

Reviewed By: O2 Material Motion, #material_motion, featherless

Tags: #material_motion

Differential Revision: http://codereview.cc/D3134
  • Loading branch information
appsforartists committed May 2, 2017
1 parent 3e42203 commit 6c4c9f4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"sinon-chai": "2.9.0",
"ts-loader": "2.0.3",
"tslint": "4.5.1",
"typescript": "2.2",
"typescript": "2.3",
"webpack": "2.3.1"
}
}
8 changes: 2 additions & 6 deletions packages/experimental-addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@
"types": "dist/index.d.ts",
"typescript:main": "src/index.ts",
"scripts": {
"lint": "$( yarn bin )/tslint -c ../../tslint.json --project tsconfig.json --type-check",
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json --project tsconfig.json --type-check",
"test": "node ../../tools/test.js --only experimental-addons",
"clean": "rm -rf ./dist/*; mkdir -p ./dist/",
"build": "yarn run clean; $( yarn bin )/tsc"
"build": "yarn run clean; ../../node_modules/.bin/tsc"
},
"dependencies": {
"indefinite-observable": "1.0.1",
"material-motion": "0.0.0",
"material-motion-testing-utils": "0.0.0",
"tslib": "^1.2.0"
},
"devDependencies": {
"tslint": "4.0.2",
"typescript": "2.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:material-motion/material-motion-js.git"
Expand Down
8 changes: 2 additions & 6 deletions packages/springs-rebound/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@
"types": "dist/index.d.ts",
"typescript:main": "src/index.ts",
"scripts": {
"lint": "$( yarn bin )/tslint -c ../../tslint.json --project tsconfig.json --type-check",
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json --project tsconfig.json --type-check",
"test": "node ../../tools/test.js --only springs-rebound",
"clean": "rm -rf ./dist/*; mkdir -p ./dist/",
"build": "yarn run clean; $( yarn bin )/tsc"
"build": "yarn run clean; ../../node_modules/.bin/tsc"
},
"dependencies": {
"material-motion-experimental-addons": "0.0.0",
"material-motion": "0.0.0",
"rebound": "^0.0.13",
"tslib": "^1.2.0"
},
"devDependencies": {
"tslint": "4.0.2",
"typescript": "2.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:material-motion/material-motion-js.git"
Expand Down
8 changes: 3 additions & 5 deletions packages/views-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"types": "dist/index.d.ts",
"typescript:main": "src/index.ts",
"scripts": {
"lint": "$( yarn bin )/tslint -c ../../tslint.json --project tsconfig.json --type-check",
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json --project tsconfig.json --type-check",
"test": "node ../../tools/test.js --only views-react",
"clean": "rm -rf ./dist/*; mkdir -p ./dist/",
"build": "yarn run clean; $( yarn bin )/tsc"
"build": "yarn run clean; ../../node_modules/.bin/tsc"
},
"dependencies": {
"indefinite-observable": "1.0.1",
Expand All @@ -19,9 +19,7 @@
"tslib": "^1.2.0"
},
"devDependencies": {
"@types/react": "^15.0.0",
"tslint": "4.0.2",
"typescript": "2.1"
"@types/react": "^15.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3413,9 +3413,9 @@ type-is@~1.6.14:
media-typer "0.3.0"
mime-types "~2.1.13"

typescript@2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.2.tgz#606022508479b55ffa368b58fee963a03dfd7b0c"
typescript@2.3:
version "2.3.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.1.tgz#e3361fb395c6c3f9c69faeeabc9503f8bdecaea1"

uglify-js@^2.8.5:
version "2.8.14"
Expand Down

0 comments on commit 6c4c9f4

Please sign in to comment.