@shuriken-ui/tailwind 0.0.4 → 0.1.0

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": "0.0.4",
3
+ "version": "0.1.0",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",
@@ -63,27 +63,27 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@tailwindcss/aspect-ratio": "^0.4.2",
66
- "@tailwindcss/forms": "^0.5.3",
66
+ "@tailwindcss/container-queries": "^0.1.1",
67
67
  "@tailwindcss/typography": "^0.5.9",
68
68
  "defu": "^6.1.2",
69
- "tailwindcss": "^3.3.1"
69
+ "tailwindcss": "^3.3.2"
70
70
  },
71
71
  "devDependencies": {
72
- "@commitlint/cli": "^17.5.1",
73
- "@commitlint/config-conventional": "^17.4.4",
72
+ "@commitlint/cli": "^17.6.5",
73
+ "@commitlint/config-conventional": "^17.6.5",
74
74
  "@types/node": "18.15.11",
75
- "@typescript-eslint/eslint-plugin": "^5.58.0",
76
- "commitlint": "^17.5.1",
77
- "eslint": "8.37.0",
75
+ "@typescript-eslint/eslint-plugin": "^5.59.8",
76
+ "commitlint": "^17.6.5",
77
+ "eslint": "8.42.0",
78
78
  "eslint-config-prettier": "8.8.0",
79
- "eslint-plugin-tailwindcss": "3.10.1",
80
- "eslint-plugin-unicorn": "^46.0.0",
81
- "lint-staged": "^13.2.0",
79
+ "eslint-plugin-tailwindcss": "3.12.1",
80
+ "eslint-plugin-unicorn": "^47.0.0",
81
+ "lint-staged": "^13.2.2",
82
82
  "npm-run-all": "^4.1.5",
83
- "prettier": "^2.8.7",
83
+ "prettier": "^2.8.8",
84
84
  "simple-git-hooks": "^2.8.1",
85
85
  "standard-version": "^9.5.0",
86
- "typescript": "^5.0.2",
86
+ "typescript": "^5.1.3",
87
87
  "unbuild": "^1.2.1"
88
88
  },
89
89
  "simple-git-hooks": {