Skip to content

Commit

Permalink
updates of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Jun 24, 2021
1 parent 81d8760 commit bbbfcfd
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions examples/color-variable-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "latest",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.2"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions examples/dark-custom-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "latest",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.2"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions examples/dark-with-class-to-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "latest",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.2"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions examples/dark-with-class/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "latest",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.2"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions examples/dark-with-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "latest",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.2"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions examples/prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "latest",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.2"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "latest",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.2"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mertasan/tailwindcss-variables",
"version": "1.3.0",
"version": "1.3.1",
"description": "Easily create css variables without the need for a css file!",
"main": "src/index.js",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -35,22 +35,22 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"autoprefixer": "^10.2.6",
"cross-env": "^7.0.3",
"eslint": "^7.27.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fs-extra": "^10.0.0",
"jest": "^27.0.1",
"postcss": "^8.3.0",
"prettier": "^2.2.1",
"jest": "^27.0.5",
"postcss": "^8.3.5",
"prettier": "^2.3.1",
"snapshot-diff": "^0.9.0",
"tailwindcss": "^2.2.2"
"tailwindcss": "^2.2.4"
},
"peerDependencies": {
"autoprefixer": "^9.8.6",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.2"
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4"
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit bbbfcfd

Please sign in to comment.