|
4 | 4 | "main": "lib/index.js", |
5 | 5 | "module": "dist/polished.es.js", |
6 | 6 | "types": "lib/index.d.ts", |
7 | | - "version": "3.0.0-beta.4", |
| 7 | + "version": "3.0.0", |
8 | 8 | "scripts": { |
9 | 9 | "build": "yarn build:lib && yarn build:dist && yarn build:flow && yarn build:docs && yarn build:typescript", |
10 | 10 | "prebuild:lib": "shx rm -rf lib/*", |
|
65 | 65 | "homepage": "https://github.com/styled-components/polished#readme", |
66 | 66 | "devDependencies": { |
67 | 67 | "@babel/cli": "^7.2.3", |
68 | | - "@babel/core": "^7.2.2", |
| 68 | + "@babel/core": "^7.3.3", |
69 | 69 | "@babel/plugin-transform-runtime": "^7.2.0", |
70 | 70 | "@babel/polyfill": "^7.2.5", |
71 | 71 | "@babel/preset-env": "^7.3.1", |
|
79 | 79 | "cross-env": "^5.2.0", |
80 | 80 | "cz-conventional-changelog": "^2.1.0", |
81 | 81 | "documentation": "9.1.1", |
82 | | - "eslint": "^5.13.0", |
| 82 | + "eslint": "^5.14.0", |
83 | 83 | "eslint-config-airbnb-base": "^13.1.0", |
84 | 84 | "eslint-plugin-import": "^2.16.0", |
85 | 85 | "flow-bin": "^0.93.0", |
86 | 86 | "flow-copy-source": "^2.0.3", |
87 | 87 | "flow-coverage-report": "^0.6.1", |
88 | 88 | "husky": "^1.3.1", |
89 | 89 | "jest": "^24.1.0", |
90 | | - "lint-staged": "^8.1.3", |
| 90 | + "lint-staged": "^8.1.4", |
91 | 91 | "lodash": "^4.17.11", |
92 | 92 | "npm-watch": "^0.6.0", |
93 | 93 | "prettier": "^1.16.4", |
|
0 commit comments