@nswds/app 1.125.13 → 1.125.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nswds/app",
3
- "version": "1.125.13",
3
+ "version": "1.125.15",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -42,14 +42,15 @@
42
42
  "db:migrate": "npx drizzle-kit migrate",
43
43
  "db:push": "npx drizzle-kit push",
44
44
  "db:studio": "npx drizzle-kit studio",
45
- "db:seed": "tsx seed.ts"
45
+ "db:seed": "tsx seed.ts",
46
+ "prepare": "husky"
46
47
  },
47
48
  "dependencies": {
48
- "@better-auth/drizzle-adapter": "^1.6.9",
49
+ "@better-auth/drizzle-adapter": "^1.6.11",
49
50
  "@headlessui/react": "^2.2.1",
50
51
  "@hookform/resolvers": "^5.1.1",
51
52
  "@neondatabase/serverless": "^1.0.1",
52
- "@nswds/tokens": "^2.32.0",
53
+ "@nswds/tokens": "^3.6.0",
53
54
  "@radix-ui/react-accordion": "^1.2.10",
54
55
  "@radix-ui/react-alert-dialog": "^1.1.14",
55
56
  "@radix-ui/react-aspect-ratio": "^1.1.2",
@@ -85,7 +86,7 @@
85
86
  "@tanstack/react-table": "^8.21.3",
86
87
  "@types/react-syntax-highlighter": "^15.5.13",
87
88
  "@uidotdev/usehooks": "^2.4.1",
88
- "ai": "^5.0.186",
89
+ "ai": "^5.0.188",
89
90
  "better-auth": "^1.6.11",
90
91
  "class-variance-authority": "^0.7.1",
91
92
  "clsx": "^2.1.1",
@@ -123,6 +124,8 @@
123
124
  },
124
125
  "devDependencies": {
125
126
  "@chromatic-com/storybook": "^4.1.0",
127
+ "@commitlint/cli": "^21.0.2",
128
+ "@commitlint/config-conventional": "^21.0.2",
126
129
  "@semantic-release/changelog": "^6.0.3",
127
130
  "@semantic-release/commit-analyzer": "^13.0.1",
128
131
  "@semantic-release/git": "^10.0.1",
@@ -151,6 +154,7 @@
151
154
  "eslint-config-prettier": "^10.1.1",
152
155
  "eslint-plugin-prettier": "^5.2.3",
153
156
  "eslint-plugin-storybook": "^10.0.2",
157
+ "husky": "^9.1.7",
154
158
  "playwright": "^1.51.1",
155
159
  "postcss": "^8.5.12",
156
160
  "prettier": "^3.5.3",