Skip to content

Commit

Permalink
pkg: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Hinchley committed Jul 9, 2018
1 parent 900bcc3 commit 2af0019
Show file tree
Hide file tree
Showing 2 changed files with 762 additions and 637 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"dependencies": {
"@sajari/sdk-js": "^1.0.3",
"deep-is": "^0.1.3",
"emotion": "^9.2.4",
"emotion-theming": "^9.2.4",
"emotion": "^9.2.5",
"emotion-theming": "^9.2.5",
"i18next": "^11.3.3",
"i18next-browser-languagedetector": "^2.2.0",
"idx": "^2.4.0",
"js-cookie": "^2.2.0",
"memoize-one": "^3.1.1",
"memoize-one": "^4.0.0",
"react-aria-live": "^2.0.2",
"react-emotion": "^9.2.4",
"react-emotion": "^9.2.5",
"react-input-autosize": "^2.2.1",
"react-select": "^2.0.0-beta.2"
},
Expand All @@ -54,15 +54,15 @@
"react-dom": "^16.3.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/cli": "^7.0.0-beta.52",
"@babel/core": "^7.0.0-beta.52",
"@types/i18next": "^8.4.3",
"@babel/plugin-external-helpers": "^7.0.0-beta.51",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.51",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-react": "^7.0.0-beta.51",
"@babel/preset-typescript": "^7.0.0-beta.51",
"@babel/plugin-external-helpers": "^7.0.0-beta.52",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.52",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.52",
"@babel/preset-react": "^7.0.0-beta.52",
"@babel/preset-typescript": "^7.0.0-beta.52",
"@types/enzyme": "^3.1.11",
"@types/jest": "^23.1.1",
"@types/react": "^16.4.1",
Expand All @@ -71,11 +71,11 @@
"babel-core": "^7.0.0-0",
"babel-jest": "^23.0.1",
"babel-loader": "^8.0.0-beta",
"babel-plugin-emotion": "^9.2.4",
"babel-plugin-emotion": "^9.2.5",
"babel-plugin-idx": "^2.4.0",
"cross-env": "^5.2.0",
"docz": "^0.2.11",
"docz-theme-default": "^0.2.11",
"docz": "0.4.0",
"docz-theme-default": "0.4.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-context-patch": "^0.0.8",
Expand All @@ -88,20 +88,20 @@
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1",
"rollup": "^0.61.2",
"rollup": "^0.62.0",
"rollup-plugin-analyzer": "^2.0.3",
"rollup-plugin-babel": "^4.0.0-beta.5",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-sizes": "^0.4.2",
"rollup-plugin-typescript2": "^0.15.0",
"ts-jest": "^22.4.6",
"ts-jest": "^23.0.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.12.0",
"tslint-react": "^3.6.0",
"typedoc": "^0.11.1",
"typescript": "2.9.1",
"webpack": "^4.12.1",
"webpack": "^4.15.1",
"webpack-serve": "^1.0.4"
},
"keywords": [
Expand Down
Loading

0 comments on commit 2af0019

Please sign in to comment.