@nswds/app 1.84.0 → 1.85.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/dist/index.cjs +161 -137
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +162 -138
- package/dist/index.js.map +1 -1
- package/dist/package.json +2 -4
- package/package.json +3 -5
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nswds/app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.1",
|
|
4
4
|
"main": "dist/index.cjs",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"next-auth": "^5.0.0-beta.29",
|
|
98
98
|
"next-themes": "^0.4.6",
|
|
99
99
|
"prismjs": "^1.30.0",
|
|
100
|
-
"react": "19.2.
|
|
100
|
+
"react": "^19.2.1",
|
|
101
101
|
"react-day-picker": "^9.7.0",
|
|
102
|
-
"react-dom": "19.2.
|
|
102
|
+
"react-dom": "^19.2.1",
|
|
103
103
|
"react-hook-form": "^7.66.0",
|
|
104
104
|
"react-resizable-panels": "^2.1.7",
|
|
105
105
|
"react-syntax-highlighter": "^15.6.6",
|
|
@@ -119,7 +119,6 @@
|
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@chromatic-com/storybook": "^4.1.0",
|
|
122
|
-
"@eslint/eslintrc": "^3",
|
|
123
122
|
"@semantic-release/changelog": "^6.0.3",
|
|
124
123
|
"@semantic-release/git": "^10.0.1",
|
|
125
124
|
"@semantic-release/npm": "^13.1.2",
|
|
@@ -157,7 +156,6 @@
|
|
|
157
156
|
"vitest": "^3.0.9"
|
|
158
157
|
},
|
|
159
158
|
"peerDependencies": {
|
|
160
|
-
"next": "^16.0.1",
|
|
161
159
|
"next-themes": "^0.4.6"
|
|
162
160
|
},
|
|
163
161
|
"eslintConfig": {
|