|
1 | 1 | {
|
2 | 2 | "name": "polished",
|
3 |
| - "version": "4.0.2", |
| 3 | + "version": "4.0.3", |
4 | 4 | "description": "A lightweight toolset for writing styles in Javascript.",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "author": "Brian Hough <[email protected]> (https://polished.js.org)",
|
|
66 | 66 | "@babel/runtime": "^7.12.0"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@babel/cli": "^7.8.4", |
70 |
| - "@babel/core": "^7.9.0", |
71 |
| - "@babel/plugin-transform-runtime": "^7.9.0", |
| 69 | + "@babel/cli": "^7.12.0", |
| 70 | + "@babel/core": "^7.12.0", |
| 71 | + "@babel/plugin-transform-runtime": "^7.12.0", |
72 | 72 | "@babel/polyfill": "^7.8.7",
|
73 |
| - "@babel/preset-env": "^7.9.5", |
| 73 | + "@babel/preset-env": "^7.12.0", |
74 | 74 | "@babel/preset-flow": "^7.9.0",
|
75 | 75 | "@rollup/plugin-babel": "^5.2.1",
|
76 | 76 | "@rollup/plugin-node-resolve": "^9.0.0",
|
|
83 | 83 | "cross-env": "^7.0.2",
|
84 | 84 | "cz-conventional-changelog": "^3.1.0",
|
85 | 85 | "documentation": "12.3.0",
|
86 |
| - "eslint": "^7.10.0", |
| 86 | + "eslint": "^7.11.0", |
87 | 87 | "eslint-config-airbnb-base": "^14.1.0",
|
88 | 88 | "eslint-plugin-import": "^2.22.1",
|
89 | 89 | "flow-bin": "^0.133.0",
|
90 | 90 | "flow-copy-source": "^2.0.8",
|
91 | 91 | "husky": "^4.2.5",
|
92 |
| - "jest": "^26.5.2", |
| 92 | + "jest": "^26.5.3", |
93 | 93 | "lint-staged": "^10.4.0",
|
94 | 94 | "npm-watch": "^0.7.0",
|
95 | 95 | "prettier": "^2.0.5",
|
96 | 96 | "pushstate-server": "^3.1.0",
|
97 | 97 | "ramda": "^0.27.0",
|
98 |
| - "rollup": "^2.29.0", |
| 98 | + "rollup": "^2.31.0", |
99 | 99 | "rollup-plugin-sourcemaps": "^0.6.3",
|
100 | 100 | "rollup-plugin-terser": "^7.0.2",
|
101 |
| - "semantic-release": "^17.1.2", |
| 101 | + "semantic-release": "^17.2.1", |
102 | 102 | "shx": "^0.3.2",
|
103 | 103 | "tsgen": "1.3.0",
|
104 | 104 | "typescript": "4.0.3",
|
|
0 commit comments