@nswds/app 1.81.2 → 1.82.1

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.81.2",
3
+ "version": "1.82.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "build:npm": "tsup --config tsup.config.ts && cp dist-package.json dist/package.json",
26
26
  "type-check": "tsc -b",
27
27
  "format": "prettier --write .",
28
- "dev": "next dev --turbopack",
28
+ "dev": "next dev",
29
29
  "build": "next build",
30
30
  "start": "next start",
31
31
  "lint": "eslint .",
@@ -71,7 +71,7 @@
71
71
  "@radix-ui/react-toggle": "^1.1.3",
72
72
  "@radix-ui/react-toggle-group": "^1.1.3",
73
73
  "@radix-ui/react-tooltip": "^1.2.7",
74
- "@react-email/components": "0.5.5",
74
+ "@react-email/components": "0.5.6",
75
75
  "@remixicon/react": "^4.6.0",
76
76
  "@responsive-email/react-email": "^0.0.4",
77
77
  "@sindresorhus/slugify": "^2.2.1",
@@ -90,13 +90,15 @@
90
90
  "drizzle-orm": "^0.44.5",
91
91
  "embla-carousel-react": "^8.6.0",
92
92
  "input-otp": "^1.4.2",
93
- "lucide-react": "^0.544.0",
93
+ "lucide-react": "^0.545.0",
94
94
  "motion": "^12.23.6",
95
+ "next": "16.0.1",
95
96
  "next-auth": "^5.0.0-beta.29",
97
+ "next-themes": "^0.4.6",
96
98
  "prismjs": "^1.30.0",
97
- "react": "^19.2.0",
99
+ "react": "19.2.0",
98
100
  "react-day-picker": "^9.7.0",
99
- "react-dom": "^19.2.0",
101
+ "react-dom": "19.2.0",
100
102
  "react-hook-form": "^7.57.0",
101
103
  "react-resizable-panels": "^2.1.7",
102
104
  "react-syntax-highlighter": "^15.6.6",
@@ -119,27 +121,27 @@
119
121
  "@eslint/eslintrc": "^3",
120
122
  "@semantic-release/changelog": "^6.0.3",
121
123
  "@semantic-release/git": "^10.0.1",
122
- "@storybook/addon-a11y": "^9.1.2",
123
- "@storybook/addon-docs": "^9.1.2",
124
- "@storybook/addon-links": "^9.1.2",
125
- "@storybook/addon-onboarding": "^9.1.2",
126
- "@storybook/addon-themes": "^9.1.2",
127
- "@storybook/addon-vitest": "9.1.2",
128
- "@storybook/nextjs-vite": "^9.1.2",
124
+ "@storybook/addon-a11y": "^10.0.2",
125
+ "@storybook/addon-docs": "^10.0.2",
126
+ "@storybook/addon-links": "^10.0.2",
127
+ "@storybook/addon-onboarding": "^10.0.2",
128
+ "@storybook/addon-themes": "^10.0.2",
129
+ "@storybook/addon-vitest": "^10.0.2",
130
+ "@storybook/nextjs-vite": "^10.0.2",
129
131
  "@types/culori": "^2.1.1",
130
132
  "@types/node": "^20.17.28",
131
133
  "@types/prismjs": "^1.26.5",
132
- "@types/react": "^19.1.2",
133
- "@types/react-dom": "^19.1.2",
134
+ "@types/react": "19.2.2",
135
+ "@types/react-dom": "19.2.2",
134
136
  "@vitest/browser": "^3.0.9",
135
137
  "@vitest/coverage-v8": "^3.0.9",
136
138
  "conventional-changelog-conventionalcommits": "^9.1.0",
137
139
  "drizzle-kit": "^0.31.4",
138
140
  "eslint": "^9",
139
- "eslint-config-next": "15.2.3",
141
+ "eslint-config-next": "16.0.1",
140
142
  "eslint-config-prettier": "^10.1.1",
141
143
  "eslint-plugin-prettier": "^5.2.3",
142
- "eslint-plugin-storybook": "^9.1.2",
144
+ "eslint-plugin-storybook": "^10.0.2",
143
145
  "playwright": "^1.51.1",
144
146
  "postcss": "^8.5.3",
145
147
  "prettier": "^3.5.3",
@@ -147,13 +149,13 @@
147
149
  "prettier-plugin-tailwindcss": "^0.6.11",
148
150
  "react-email": "4.0.7",
149
151
  "semantic-release": "^24.2.3",
150
- "storybook": "^9.1.2",
152
+ "storybook": "^10.0.2",
151
153
  "tsup": "^8.4.0",
152
154
  "typescript": "^5.8.3",
153
155
  "vitest": "^3.0.9"
154
156
  },
155
157
  "peerDependencies": {
156
- "next": "^15.5.4",
158
+ "next": "^16.0.1",
157
159
  "next-themes": "^0.4.6"
158
160
  },
159
161
  "eslintConfig": {
@@ -165,6 +167,8 @@
165
167
  "prismjs": "^1.30.0",
166
168
  "refractor": {
167
169
  "prismjs": "^1.30.0"
168
- }
170
+ },
171
+ "@types/react": "19.2.2",
172
+ "@types/react-dom": "19.2.2"
169
173
  }
170
174
  }