Skip to content

Commit

Permalink
Merge pull request #32 from Microsoft/task/lib-refresh
Browse files Browse the repository at this point in the history
Dependency Upgrades
  • Loading branch information
darthtrevino authored Jan 10, 2019
2 parents 36c4078 + 752d641 commit f33370e
Show file tree
Hide file tree
Showing 19 changed files with 4,716 additions and 4,677 deletions.
25 changes: 11 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.0",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@types/jest": "^23.3.9",
"husky": "^1.1.1",
"@types/jest": "^23.3.12",
"husky": "^1.3.1",
"jest": "^23.6.0",
"jest-html": "^1.5.0",
"lerna": "^3.4.1",
"lint-staged": "^8.0.3",
"npm-run-all": "^4.1.3",
"prettier": "^1.14.2",
"lerna": "^3.10.3",
"lint-staged": "^8.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.3",
"rxjs": "^6.3.3",
"ts-jest": "^23.1.4",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.4"
"typescript": "^3.2.2"
},
"prettier": {
"singleQuote": true,
Expand Down Expand Up @@ -97,8 +97,5 @@
"snapshotSerializers": [
"jest-html"
]
},
"resolutions": {
"**/@types/react": "16.4.10"
}
}
6 changes: 3 additions & 3 deletions packages/client/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"devDependencies": {
"@chart-parts/scales": "^0.0.20",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"typescript": "^3.1.4"
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@chart-parts/interfaces": "^0.0.20",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"lint": "tslint 'src/**/*.ts'"
},
"devDependencies": {
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"typescript": "^3.1.4"
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/client/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"lint": "tslint 'src/**/*.ts' 'src/**/*.tsx'"
},
"devDependencies": {
"@types/react": "^16.4.10",
"react": "^16.6.0",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"typescript": "^3.1.4"
"@types/react": "16.7.18",
"react": "^16.7.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@chart-parts/builder": "^0.0.20",
Expand Down
20 changes: 10 additions & 10 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@chart-parts/scales": "^0.0.21",
"@chart-parts/testdata": "^0.0.21",
"@chart-parts/transform": "^0.0.21",
"@types/d3-scale": "^2.0.2",
"@types/d3-scale": "^2.1.0",
"@types/debug": "^0.0.31",
"@types/react-codemirror": "^1.0.2",
"@types/react-helmet": "^5.0.7",
Expand All @@ -27,22 +27,22 @@
"gatsby-plugin-typography": "^2.2.1",
"gatsby-remark-copy-linked-files": "^2.0.6",
"gatsby-remark-embed-snippet": "^3.0.2",
"gatsby-remark-images": "^2.0.5",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-prismjs": "^3.0.3",
"gatsby-source-filesystem": "^2.0.6",
"gatsby-transformer-remark": "^2.1.11",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react": "^16.7.0",
"react-codemirror": "^1.0.0",
"react-dom": "^16.6.0",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"react-icons": "^3.2.2",
"react-typography": "^0.16.13",
"rehype-react": "^3.0.3",
"styled-components": "^4.0.3",
"typography": "^0.16.17",
"typography-theme-github": "^0.15.10",
"typography-theme-github": "^0.16.18",
"vega-datasets": "^1.19.0"
},
"license": "MIT",
Expand Down Expand Up @@ -77,11 +77,11 @@
},
"devDependencies": {
"gh-pages": "^2.0.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"typedoc": "^0.13.0",
"typescript": "^3.1.4"
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"tslint": "^5.12.0",
"typedoc": "^0.14.0",
"typescript": "^3.2.2"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions packages/examples/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"@chart-parts/scales": "^0.0.20",
"@chart-parts/testdata": "^0.0.20",
"@chart-parts/transform": "^0.0.20",
"d3-array": "^1.2.1",
"d3-array": "^2.0.3",
"d3-format": "^1.3.0",
"d3-path": "^1.0.5",
"d3-scale": "^2.1.0",
"d3-shape": "^1.2.0",
"d3-scale": "^2.1.2",
"d3-shape": "^1.2.2",
"d3-time-format": "^2.1.1",
"lodash": "^4.17.10",
"react": "^16.6.0",
"react": "^16.7.0",
"react-native": "^0.57.1",
"react-native-svg": "^7.0.3",
"react-native-svg": "^8.0.10",
"vega-datasets": "^1.19.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/runtime": "^7.0.0",
"metro-react-native-babel-preset": "0.47.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.6.2",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"whackage": "^1.3.0"
}
}
Loading

0 comments on commit f33370e

Please sign in to comment.