Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Feb 3, 2023
1 parent d1627ac commit 17292ad
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@savvywombat/tailwindcss-grid-areas",
"version": "3.0.0",
"version": "3.0.1",
"description": "A plugin to provide Tailwind CSS utilities for grid areas.",
"keywords": [
"tailwind",
Expand Down Expand Up @@ -31,21 +31,21 @@
"tailwindcss": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/node": "^7.20.2",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.3.0",
"clean-css": "^5.3.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"babel-jest": "^29.4.1",
"clean-css": "^5.3.2",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.0",
"jest": "^29.4.1",
"jest-matcher-css": "^1.1.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.2"
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 17292ad

Please sign in to comment.