Skip to content

Commit

Permalink
chore: update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jun 14, 2019
1 parent f33370e commit 5817757
Show file tree
Hide file tree
Showing 17 changed files with 2,075 additions and 1,489 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
}
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@types/jest": "^23.3.12",
"husky": "^1.3.1",
"jest": "^23.6.0",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@types/jest": "^24.0.14",
"husky": "^2.4.1",
"jest": "^24.8.0",
"jest-html": "^1.5.0",
"lerna": "^3.10.3",
"lint-staged": "^8.1.0",
"lerna": "^3.15.0",
"lint-staged": "^8.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.3",
"rxjs": "^6.3.3",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-react": "^3.6.0",
"typescript": "^3.2.2"
"prettier": "^1.18.2",
"rxjs": "^6.5.2",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.2"
},
"prettier": {
"singleQuote": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/client/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@chart-parts/scales": "^0.0.20",
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.7.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/builder": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typedoc": "^0.14.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/testdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"ts-loader": "^5.2.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"typescript": "^3.5.2",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/processing/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/processing/scene/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/builder": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/processing/scenegraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20"
Expand Down
2 changes: 1 addition & 1 deletion packages/processing/vsvg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@chart-parts/scenegraph": "^0.0.20",
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/react-native-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.7.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/react-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^16.7.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/scales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/shapes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.5.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"typescript": "^3.5.2",
"lodash": "^4.17.11"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 5817757

Please sign in to comment.