Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Commit 2d671f0

Browse files
committed
v1.3
1 parent 6333a76 commit 2d671f0

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
# v1.3.0 - 2019-09-13
5+
6+
* Update dependencies, including PurgeCSS 1.4
7+
48
# v1.2.0 - 2019-04-21
59

610
* Update dependencies, including PurgeCSS 1.3

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/postcss-purgecss",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "PostCSS plugin for PurgeCSS",
55
"main": "./lib/postcss-purgecss.js",
66
"module": "./lib/postcss-purgecss.es.js",
@@ -27,26 +27,26 @@
2727
"homepage": "https://github.com/FullHuman/postcss-purgecss",
2828
"dependencies": {
2929
"postcss": "^7.0.14",
30-
"purgecss": "^1.3.0"
30+
"purgecss": "^1.4.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.4.3",
34-
"@babel/plugin-proposal-class-properties": "^7.4.0",
35-
"@babel/preset-env": "^7.4.3",
33+
"@babel/core": "^7.6.0",
34+
"@babel/plugin-proposal-class-properties": "^7.5.5",
35+
"@babel/preset-env": "^7.6.0",
3636
"@babel/preset-flow": "^7.0.0",
3737
"babel-core": "^7.0.0-bridge.0",
3838
"babel-eslint": "^10.0.0",
3939
"codacy-coverage": "^3.4.0",
40-
"eslint": "^5.16.0",
41-
"eslint-plugin-flowtype": "^3.6.1",
42-
"flow-bin": "^0.98.0",
43-
"jest": "^24.7.0",
44-
"prettier": "^1.17.0",
45-
"rollup": "^1.10.1",
46-
"rollup-plugin-babel": "^4.3.2",
40+
"eslint": "^6.3.0",
41+
"eslint-plugin-flowtype": "^4.3.0",
42+
"flow-bin": "^0.107.0",
43+
"jest": "^24.9.0",
44+
"prettier": "^1.18.0",
45+
"rollup": "^1.21.2",
46+
"rollup-plugin-babel": "^4.3.3",
4747
"rollup-plugin-flow": "^1.1.1",
4848
"rollup-plugin-node-builtins": "^2.1.2",
49-
"rollup-plugin-node-resolve": "^4.2.3"
49+
"rollup-plugin-node-resolve": "^5.2.0"
5050
},
5151
"scripts": {
5252
"test": "npx jest __tests__/.+.test.js",

0 commit comments

Comments
 (0)