Skip to content

Commit

Permalink
chore(examples): update tailwind lock (#3130)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Dec 22, 2022
1 parent d1387c5 commit 44c93aa
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 176 deletions.
14 changes: 7 additions & 7 deletions examples/with-tailwind/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"autoprefixer": "^10.4.0",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.13",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.4",
"postcss": "^8.4.20",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.0.0",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"typescript": "^4.5.3"
"typescript": "^4.9.4"
}
}
14 changes: 7 additions & 7 deletions examples/with-tailwind/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"autoprefixer": "^10.4.0",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.13",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.4",
"postcss": "^8.4.20",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.0.0",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"typescript": "^4.5.3"
"typescript": "^4.9.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"main": "index.js",
"devDependencies": {
"tailwindcss": "^3.1.4"
"tailwindcss": "^3.2.4"
}
}
8 changes: 4 additions & 4 deletions examples/with-tailwind/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"concurrently": "^7.2.2",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"react": "^18.2.0",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.1.5",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"tsup": "^6.1.3",
"typescript": "^4.5.2"
"typescript": "^4.9.4"
}
}
Loading

1 comment on commit 44c93aa

@vercel
Copy link

@vercel vercel bot commented on 44c93aa Dec 22, 2022

Choose a reason for hiding this comment

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

Checks for Deployment have failed

examples-tailwind-web – ./examples/with-tailwind/apps/web

Please sign in to comment.