Skip to content

Commit

Permalink
chore(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jun 22, 2021
1 parent 695d068 commit 0dde4b4
Show file tree
Hide file tree
Showing 2 changed files with 1,510 additions and 958 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"clear-module": "^4.1.1",
"consola": "^2.15.3",
"defu": "^5.0.0",
"postcss": "^8.2.13",
"postcss": "^8.3.5",
"postcss-custom-properties": "^11.0.0",
"postcss-nesting": "^8.0.1",
"tailwind-config-viewer": "^1.5.1",
"tailwindcss": "^2.1.2",
"ufo": "^0.7.2"
"tailwind-config-viewer": "^1.6.2",
"tailwindcss": "^2.2.2",
"ufo": "^0.7.5"
},
"devDependencies": {
"@nuxt/test-utils": "^0.2.2",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@types/jest": "^26.0.23",
"codecov": "^3.8.2",
"eslint": "^7.25.0",
"jest": "^27.0.4",
"nuxt": "^2.15.4",
"jest": "^27.0.5",
"nuxt": "^2.15.7",
"siroc": "^0.9.2",
"standard-version": "^9.3.0"
}
Expand Down

1 comment on commit 0dde4b4

@AlexanderBelokon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @Atinux!
This update introduces an issue for WSL1 development: it starts watching all files in the project, including .git/*, which prevents windows version of git from working.
This issue was already reported: #359.
I've created a minimal repro: https://github.com/AlexanderBelokon/nuxt-tailwind-watch so it is easier to confirm it.
Could we downgrade back to tailwindcss@2.1.2 until this issue is resolved?

Please sign in to comment.