Skip to content

Commit 3b98734

Browse files
committed
build:5.0.0
1 parent 2c3768e commit 3b98734

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.1.3"
5+
"version": "5.0.0"
66
}

packages/grunt-purgecss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-purgecss",
3-
"version": "4.1.3",
3+
"version": "5.0.0",
44
"description": "Grunt plugin for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",
@@ -31,7 +31,7 @@
3131
"test": "jest"
3232
},
3333
"dependencies": {
34-
"purgecss": "^4.1.3"
34+
"purgecss": "^5.0.0"
3535
},
3636
"devDependencies": {
3737
"@types/grunt": "^0.4.25",

packages/gulp-purgecss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-purgecss",
3-
"version": "4.1.3",
3+
"version": "5.0.0",
44
"description": "Gulp plugin for purgecss",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"glob": "^8.0.3",
4040
"plugin-error": "^2.0.0",
41-
"purgecss": "^4.1.3",
41+
"purgecss": "^5.0.0",
4242
"through2": "^4.0.1"
4343
},
4444
"devDependencies": {

packages/postcss-purgecss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/postcss-purgecss",
3-
"version": "4.1.3",
3+
"version": "5.0.0",
44
"description": "PostCSS plugin for PurgeCSS",
55
"author": "FoundrySH <no-reply@foundry.sh>",
66
"homepage": "https://purgecss.com",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/FullHuman/purgecss/issues"
2828
},
2929
"dependencies": {
30-
"purgecss": "^4.1.3"
30+
"purgecss": "^5.0.0"
3131
},
3232
"devDependencies": {
3333
"postcss": "^8.4.4"

packages/purgecss-from-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-from-html",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "HTML extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",

packages/purgecss-from-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/purgecss-from-jsx",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "JSX extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",

packages/purgecss-from-pug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-from-pug",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Pug extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",

packages/purgecss-from-tsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/purgecss-from-tsx",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "TSX extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/FullHuman/purgecss/issues"
2828
},
2929
"dependencies": {
30-
"@fullhuman/purgecss-from-jsx": "^4.1.0",
30+
"@fullhuman/purgecss-from-jsx": "^5.0.0",
3131
"acorn": "^8.7.0",
3232
"typescript": "^4.5.3"
3333
},

packages/purgecss-from-twig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-from-twig",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Twig extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",

packages/purgecss-webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-webpack-plugin",
3-
"version": "4.1.3",
3+
"version": "5.0.0",
44
"description": "PurgeCSS plugin for webpack - Remove unused css",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",
@@ -37,7 +37,7 @@
3737
"test": "jest"
3838
},
3939
"dependencies": {
40-
"purgecss": "^4.1.3",
40+
"purgecss": "^5.0.0",
4141
"webpack": ">=5.0.0"
4242
},
4343
"bugs": {

0 commit comments

Comments
 (0)