|
13 | 13 | "build:lib": "cross-env BABEL_ENV=lib babel --out-dir build src", |
14 | 14 | "build:rollup": "cross-env BABEL_ENV=rollup rollup -c", |
15 | 15 | "build:watch": "yarn build:lib --watch", |
16 | | - "ci": "yarn lint", |
| 16 | + "ci": "yarn lint && yarn test", |
17 | 17 | "deploy:docs": "firebase deploy", |
18 | 18 | "dev": "styleguidist server", |
19 | 19 | "lint": "eslint .", |
20 | 20 | "prebuild": "shx rm -rf build", |
21 | | - "release": "standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs" |
| 21 | + "release": "standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs", |
| 22 | + "test": "jest" |
22 | 23 | }, |
23 | 24 | "devDependencies": { |
24 | | - "babel-cli": "^6.26.0", |
25 | | - "babel-core": "^6.26.0", |
26 | | - "babel-eslint": "^8.2.2", |
27 | | - "babel-loader": "^7.1.4", |
28 | | - "babel-plugin-external-helpers": "^6.22.0", |
29 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
30 | | - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
31 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
32 | | - "babel-preset-env": "^1.6.1", |
33 | | - "babel-preset-react": "^6.24.1", |
| 25 | + "@babel/cli": "^7.0.0-beta.46", |
| 26 | + "@babel/core": "^7.0.0-beta.46", |
| 27 | + "@babel/plugin-external-helpers": "^7.0.0-beta.46", |
| 28 | + "@babel/plugin-proposal-class-properties": "^7.0.0-beta.46", |
| 29 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46", |
| 30 | + "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.46", |
| 31 | + "@babel/preset-env": "^7.0.0-beta.46", |
| 32 | + "@babel/preset-react": "^7.0.0-beta.46", |
| 33 | + "babel-core": "^7.0.0-0", |
| 34 | + "babel-eslint": "^8.2.3", |
| 35 | + "babel-jest": "^22.4.3", |
| 36 | + "babel-loader": "^8.0.0-beta.2", |
34 | 37 | "conventional-github-releaser": "^2.0.2", |
35 | 38 | "cross-env": "^5.1.4", |
| 39 | + "enzyme": "^3.3.0", |
| 40 | + "enzyme-adapter-react-16": "^1.1.1", |
36 | 41 | "eslint": "^4.19.1", |
37 | 42 | "eslint-config-airbnb": "^16.1.0", |
38 | 43 | "eslint-config-prettier": "^2.9.0", |
39 | | - "eslint-plugin-import": "^2.10.0", |
| 44 | + "eslint-plugin-import": "^2.11.0", |
40 | 45 | "eslint-plugin-jsx-a11y": "^6.0.3", |
41 | 46 | "eslint-plugin-react": "^7.7.0", |
42 | 47 | "jest": "^22.4.3", |
43 | | - "react": "^16.3.0", |
44 | | - "react-dom": "^16.3.0", |
45 | | - "react-styleguidist": "^7.0.1", |
46 | | - "rollup": "^0.57.1", |
47 | | - "rollup-plugin-babel": "^3.0.3", |
| 48 | + "jest-styled-components": "^5.0.1", |
| 49 | + "react": "^16.3.2", |
| 50 | + "react-dom": "^16.3.2", |
| 51 | + "react-styleguidist": "^7.0.8", |
| 52 | + "react-test-renderer": "^16.3.2", |
| 53 | + "rollup": "^0.58.2", |
| 54 | + "rollup-plugin-babel": "^4.0.0-beta.4", |
48 | 55 | "rollup-plugin-commonjs": "^9.1.0", |
49 | 56 | "rollup-plugin-node-resolve": "^3.3.0", |
50 | 57 | "rollup-plugin-replace": "^2.0.0", |
51 | 58 | "rollup-plugin-uglify": "^3.0.0", |
52 | 59 | "shx": "^0.2.2", |
53 | 60 | "standard-version": "^4.3.0", |
54 | | - "styled-components": "^3.2.5", |
55 | | - "uglifyjs-webpack-plugin": "^1.2.4", |
56 | | - "webpack": "^4.4.1" |
| 61 | + "styled-components": "^3.2.6", |
| 62 | + "uglifyjs-webpack-plugin": "^1.2.5", |
| 63 | + "webpack": "^4.6.0" |
57 | 64 | }, |
58 | 65 | "dependencies": { |
59 | 66 | "classnames": "^2.2.5", |
|
0 commit comments