Skip to content

Commit 200f841

Browse files
committed
chore(package.json): bump version for relase
1 parent 89e60ea commit 200f841

File tree

2 files changed

+406
-123
lines changed

2 files changed

+406
-123
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polished",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "A lightweight toolset for writing styles in Javascript.",
55
"license": "MIT",
66
"author": "Brian Hough <[email protected]> (https://polished.js.org)",
@@ -66,11 +66,11 @@
6666
"@babel/runtime": "^7.12.0"
6767
},
6868
"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",
7272
"@babel/polyfill": "^7.8.7",
73-
"@babel/preset-env": "^7.9.5",
73+
"@babel/preset-env": "^7.12.0",
7474
"@babel/preset-flow": "^7.9.0",
7575
"@rollup/plugin-babel": "^5.2.1",
7676
"@rollup/plugin-node-resolve": "^9.0.0",
@@ -83,22 +83,22 @@
8383
"cross-env": "^7.0.2",
8484
"cz-conventional-changelog": "^3.1.0",
8585
"documentation": "12.3.0",
86-
"eslint": "^7.10.0",
86+
"eslint": "^7.11.0",
8787
"eslint-config-airbnb-base": "^14.1.0",
8888
"eslint-plugin-import": "^2.22.1",
8989
"flow-bin": "^0.133.0",
9090
"flow-copy-source": "^2.0.8",
9191
"husky": "^4.2.5",
92-
"jest": "^26.5.2",
92+
"jest": "^26.5.3",
9393
"lint-staged": "^10.4.0",
9494
"npm-watch": "^0.7.0",
9595
"prettier": "^2.0.5",
9696
"pushstate-server": "^3.1.0",
9797
"ramda": "^0.27.0",
98-
"rollup": "^2.29.0",
98+
"rollup": "^2.31.0",
9999
"rollup-plugin-sourcemaps": "^0.6.3",
100100
"rollup-plugin-terser": "^7.0.2",
101-
"semantic-release": "^17.1.2",
101+
"semantic-release": "^17.2.1",
102102
"shx": "^0.3.2",
103103
"tsgen": "1.3.0",
104104
"typescript": "4.0.3",

0 commit comments

Comments
 (0)