Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Oct 11, 2018
1 parent e69851c commit a70ec77
Show file tree
Hide file tree
Showing 7 changed files with 4,846 additions and 2,883 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -6,18 +6,18 @@
],
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"netlify-cli": "^1.2.2",
"prettier": "^1.12.1"
"babel-eslint": "^9.0.0",
"eslint": "^5.6.1",
"eslint-config-google": "^0.10.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"netlify-cli": "^2.0.0",
"prettier": "^1.14.3"
},
"scripts": {
"submodule": "git submodule update --init --recursive",
Expand Down
1 change: 1 addition & 0 deletions packages/demo/.env
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
9 changes: 6 additions & 3 deletions packages/demo/package.json
Expand Up @@ -3,15 +3,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "*",
"react-scripts": "1.1.4"
"react-scripts": "2.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme": "^3.7.0"
}
}
6 changes: 6 additions & 0 deletions packages/demo/src/App.test.js
@@ -1,9 +1,15 @@
import React from "react";
import ReactDOM from "react-dom";
import { shallow } from 'enzyme';

import App from "./App";

it("renders without crashing", () => {
const div = document.createElement("div");
ReactDOM.render(<App />, div);
ReactDOM.unmountComponentAtNode(div);
});

it("snapshot test", () => {
expect(shallow(App)).toMatchSnapshot();
});
6 changes: 3 additions & 3 deletions packages/preview/package.json
Expand Up @@ -4,12 +4,12 @@
"private": true,
"dependencies": {
"history": "^4.7.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "*",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4"
"react-scripts": "2.0.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
20 changes: 16 additions & 4 deletions packages/react-icons/package.json
Expand Up @@ -18,19 +18,31 @@
},
"homepage": "https://github.com/react-icons/react-icons#readme",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.55",
"@babel/core": "^7.0.0-beta.55",
"@types/react": "^16.3.14",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@types/react": "^16.4.16",
"babel-eslint": "^10.0.1",
"camelcase": "^5.0.0",
"cheerio": "^1.0.0-rc.2",
"copy": "^0.3.2",
"eslint": "^5.6.1",
"eslint-config-google": "^0.10.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"feather-icons": "^4.7.3",
"glob-promise": "^3.4.0",
"ionicons": "^4.4.4",
"netlify-cli": "^2.0.0",
"octicons": "^8.1.0",
"prettier": "^1.14.3",
"renamer": "^1.0.0",
"rimraf": "^2.6.2",
"typescript": "^2.8.3"
"typescript": "^3.1.2"
},
"scripts": {
"build": "yarn build-mjs && yarn build-cjs && node scripts/build.js",
Expand Down

0 comments on commit a70ec77

Please sign in to comment.