Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate yarn.lock
  • Loading branch information
AviVahl committed Jan 31, 2020
1 parent 46a4bb6 commit 1eeb3c7
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 97 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"prettify": "prettier \"packages/**/*.{js,ts,tsx}\" --write"
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/chai": "^4.2.8",
"@types/loader-utils": "^1.1.3",
"@types/mocha": "^5.2.7",
"@types/mocha": "^7.0.1",
"@types/node": "8",
"@types/prettier": "^1.19.0",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/source-map-support": "^0.5.1",
"@types/webpack": "^4.41.3",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-prettier": "^6.10.0",
"lerna": "^3.20.2",
"mocha": "^7.0.1",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"rimraf": "^3.0.1",
"typescript": "~3.7.5",
"webpack": "^4.41.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/fixtures/cast/libs/popper.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import popper from 'popper.js';
import { createPopper } from '@popperjs/core';

document.body.innerHTML = `typeof popper === ${typeof popper}`;
document.body.innerHTML = `typeof createPopper === ${typeof createPopper}`;
8 changes: 4 additions & 4 deletions packages/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"private": true,
"dependencies": {
"@babel/parser": "^7.8.3",
"@babel/parser": "^7.8.4",
"@popperjs/core": "^2.0.4",
"axios": "^0.19.2",
"chai": "^4.2.0",
"classnames": "^2.2.6",
Expand All @@ -17,14 +18,13 @@
"lodash": "^4.17.15",
"marked": "^0.8.0",
"mathjs": "^6.5.0",
"mobx": "^5.15.3",
"mobx": "^5.15.4",
"mobx-react": "^6.1.5",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^3.8.0",
"react-icons": "^3.9.0",
"react-is": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
Expand Down
Loading

0 comments on commit 1eeb3c7

Please sign in to comment.