@shuriken-ui/tailwind 1.0.0-beta.8 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.0.0-beta.8",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",
@@ -66,25 +66,25 @@
66
66
  "@tailwindcss/container-queries": "^0.1.1",
67
67
  "@tailwindcss/typography": "^0.5.9",
68
68
  "defu": "^6.1.2",
69
- "tailwindcss": "^3.3.2"
69
+ "tailwindcss": "^3.3.3"
70
70
  },
71
71
  "devDependencies": {
72
- "@commitlint/cli": "^17.6.5",
73
- "@commitlint/config-conventional": "^17.6.5",
72
+ "@commitlint/cli": "^17.7.1",
73
+ "@commitlint/config-conventional": "^17.7.0",
74
74
  "@types/node": "18.15.11",
75
- "@typescript-eslint/eslint-plugin": "^5.59.8",
76
- "commitlint": "^17.6.5",
77
- "eslint": "8.42.0",
78
- "eslint-config-prettier": "8.8.0",
79
- "eslint-plugin-tailwindcss": "3.12.1",
80
- "eslint-plugin-unicorn": "^47.0.0",
81
- "lint-staged": "^13.2.2",
75
+ "@typescript-eslint/eslint-plugin": "^6.4.1",
76
+ "commitlint": "^17.7.1",
77
+ "eslint": "8.48.0",
78
+ "eslint-config-prettier": "9.0.0",
79
+ "eslint-plugin-tailwindcss": "3.13.0",
80
+ "eslint-plugin-unicorn": "^48.0.1",
81
+ "lint-staged": "^14.0.1",
82
82
  "npm-run-all": "^4.1.5",
83
- "prettier": "^2.8.8",
84
- "simple-git-hooks": "^2.8.1",
83
+ "prettier": "^3.0.2",
84
+ "simple-git-hooks": "^2.9.0",
85
85
  "standard-version": "^9.5.0",
86
- "typescript": "^5.1.3",
87
- "unbuild": "^1.2.1"
86
+ "typescript": "^5.2.2",
87
+ "unbuild": "^2.0.0"
88
88
  },
89
89
  "simple-git-hooks": {
90
90
  "pre-commit": "pnpm lint-staged",