Skip to content

Commit d142a0d

Browse files
authored
Merge pull request #52 from DouglasNeuroInformatics/dev
maintenance
2 parents ebade01 + 0591fab commit d142a0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2282
-2049
lines changed

package.json

Lines changed: 77 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@douglasneuroinformatics/libui",
33
"type": "module",
44
"version": "3.9.0",
5-
"packageManager": "pnpm@9.14.2",
5+
"packageManager": "pnpm@10.7.0",
66
"description": "Generic UI components for DNP projects, built using React and Tailwind CSS",
77
"author": "Joshua Unrau",
88
"license": "Apache-2.0",
@@ -69,88 +69,88 @@
6969
"zod": "^3.23.6"
7070
},
7171
"dependencies": {
72-
"@douglasneuroinformatics/libjs": "^1.2.0",
72+
"@douglasneuroinformatics/libjs": "^1.5.1",
7373
"@douglasneuroinformatics/libui-form-types": "^0.11.0",
74-
"@radix-ui/react-accordion": "^1.2.1",
75-
"@radix-ui/react-alert-dialog": "^1.1.2",
76-
"@radix-ui/react-avatar": "^1.1.1",
77-
"@radix-ui/react-checkbox": "^1.1.2",
78-
"@radix-ui/react-collapsible": "^1.1.1",
79-
"@radix-ui/react-context-menu": "^2.2.2",
80-
"@radix-ui/react-dialog": "^1.1.2",
81-
"@radix-ui/react-dropdown-menu": "^2.1.2",
82-
"@radix-ui/react-hover-card": "^1.1.2",
83-
"@radix-ui/react-label": "^2.1.0",
84-
"@radix-ui/react-menubar": "^1.1.2",
85-
"@radix-ui/react-popover": "^1.1.2",
86-
"@radix-ui/react-progress": "^1.1.0",
87-
"@radix-ui/react-radio-group": "^1.2.1",
88-
"@radix-ui/react-scroll-area": "^1.2.0",
89-
"@radix-ui/react-select": "^2.1.2",
90-
"@radix-ui/react-separator": "^1.1.0",
91-
"@radix-ui/react-slider": "^1.2.1",
92-
"@radix-ui/react-slot": "^1.1.0",
93-
"@radix-ui/react-switch": "^1.1.1",
94-
"@radix-ui/react-tabs": "^1.1.1",
95-
"@radix-ui/react-tooltip": "^1.1.3",
74+
"@radix-ui/react-accordion": "^1.2.3",
75+
"@radix-ui/react-alert-dialog": "^1.1.6",
76+
"@radix-ui/react-avatar": "^1.1.3",
77+
"@radix-ui/react-checkbox": "^1.1.4",
78+
"@radix-ui/react-collapsible": "^1.1.3",
79+
"@radix-ui/react-context-menu": "^2.2.6",
80+
"@radix-ui/react-dialog": "^1.1.6",
81+
"@radix-ui/react-dropdown-menu": "^2.1.6",
82+
"@radix-ui/react-hover-card": "^1.1.6",
83+
"@radix-ui/react-label": "^2.1.2",
84+
"@radix-ui/react-menubar": "^1.1.6",
85+
"@radix-ui/react-popover": "^1.1.6",
86+
"@radix-ui/react-progress": "^1.1.2",
87+
"@radix-ui/react-radio-group": "^1.2.3",
88+
"@radix-ui/react-scroll-area": "^1.2.3",
89+
"@radix-ui/react-select": "^2.1.6",
90+
"@radix-ui/react-separator": "^1.1.2",
91+
"@radix-ui/react-slider": "^1.2.3",
92+
"@radix-ui/react-slot": "^1.1.2",
93+
"@radix-ui/react-switch": "^1.1.3",
94+
"@radix-ui/react-tabs": "^1.1.3",
95+
"@radix-ui/react-tooltip": "^1.1.8",
9696
"@tailwindcss/container-queries": "^0.1.1",
97-
"class-variance-authority": "^0.7.0",
97+
"class-variance-authority": "^0.7.1",
9898
"clsx": "^2.1.1",
99-
"cmdk": "^1.0.0",
99+
"cmdk": "^1.1.1",
100100
"lodash-es": "^4.17.21",
101-
"lucide-react": "^0.451.0",
102-
"motion": "^11.15.0",
103-
"react-dropzone": "^14.2.9",
104-
"react-error-boundary": "^4.0.13",
105-
"react-resizable-panels": "^2.1.4",
106-
"recharts": "^2.12.7",
107-
"tailwind-merge": "^2.5.3",
101+
"lucide-react": "^0.486.0",
102+
"motion": "^11.18.2",
103+
"react-dropzone": "^14.3.8",
104+
"react-error-boundary": "^4.1.2",
105+
"react-resizable-panels": "^2.1.7",
106+
"recharts": "^2.15.1",
107+
"tailwind-merge": "^2.6.0",
108108
"tailwindcss-animate": "^1.0.7",
109-
"ts-pattern": "^5.4.0",
110-
"type-fest": "^4.26.1",
111-
"vaul": "^0.9.1",
112-
"zustand": "^4.5.5"
109+
"ts-pattern": "^5.7.0",
110+
"type-fest": "^4.38.0",
111+
"vaul": "^0.9.9",
112+
"zustand": "^4.5.6"
113113
},
114114
"devDependencies": {
115-
"@douglasneuroinformatics/eslint-config": "^5.2.4",
116-
"@douglasneuroinformatics/prettier-config": "^0.0.1",
115+
"@douglasneuroinformatics/eslint-config": "^5.3.2",
116+
"@douglasneuroinformatics/prettier-config": "^0.0.2",
117117
"@douglasneuroinformatics/semantic-release": "^0.2.1",
118-
"@douglasneuroinformatics/tsconfig": "^1.0.2",
119-
"@faker-js/faker": "^9.0.3",
120-
"@storybook/addon-essentials": "^8.3.5",
121-
"@storybook/addon-interactions": "^8.3.5",
122-
"@storybook/addon-links": "^8.3.5",
123-
"@storybook/blocks": "^8.3.5",
124-
"@storybook/components": "^8.3.5",
125-
"@storybook/icons": "^1.2.12",
126-
"@storybook/manager-api": "^8.3.5",
127-
"@storybook/react": "^8.3.5",
128-
"@storybook/react-vite": "^8.3.5",
129-
"@storybook/theming": "^8.3.5",
118+
"@douglasneuroinformatics/tsconfig": "^1.0.3",
119+
"@faker-js/faker": "^9.6.0",
120+
"@storybook/addon-essentials": "^8.6.11",
121+
"@storybook/addon-interactions": "^8.6.11",
122+
"@storybook/addon-links": "^8.6.11",
123+
"@storybook/blocks": "^8.6.11",
124+
"@storybook/components": "^8.6.11",
125+
"@storybook/icons": "^1.4.0",
126+
"@storybook/manager-api": "^8.6.11",
127+
"@storybook/react": "^8.6.11",
128+
"@storybook/react-vite": "^8.6.11",
129+
"@storybook/theming": "^8.6.11",
130130
"@testing-library/dom": "^10.4.0",
131-
"@testing-library/jest-dom": "^6.5.0",
132-
"@testing-library/react": "16.0.1",
133-
"@testing-library/user-event": "^14.5.2",
131+
"@testing-library/jest-dom": "^6.6.3",
132+
"@testing-library/react": "16.2.0",
133+
"@testing-library/user-event": "^14.6.1",
134134
"@types/lodash-es": "^4.17.12",
135-
"@types/node": "^20.14.2",
136-
"@types/react": "^18.3.11",
137-
"@types/react-dom": "^18.3.0",
138-
"@vitejs/plugin-react-swc": "^3.7.1",
139-
"@vitest/coverage-v8": "^2.1.2",
140-
"autoprefixer": "^10.4.20",
141-
"eslint": "^9.19.0",
142-
"happy-dom": "^14.12.0",
143-
"husky": "^9.1.6",
135+
"@types/node": "^20.17.28",
136+
"@types/react": "^18.3.20",
137+
"@types/react-dom": "^18.3.5",
138+
"@vitejs/plugin-react-swc": "^3.8.1",
139+
"@vitest/coverage-v8": "^2.1.9",
140+
"autoprefixer": "^10.4.21",
141+
"eslint": "^9.23.0",
142+
"happy-dom": "^14.12.3",
143+
"husky": "^9.1.7",
144144
"jsdom": "25.0.1",
145-
"postcss": "^8.4.47",
146-
"prettier": "^3.3.3",
147-
"prettier-plugin-tailwindcss": "^0.6.8",
145+
"postcss": "^8.5.3",
146+
"prettier": "^3.5.3",
147+
"prettier-plugin-tailwindcss": "^0.6.11",
148148
"sort-json": "^2.0.1",
149-
"storybook": "^8.3.5",
150-
"tsup": "^8.3.0",
151-
"typescript": "5.5.x",
152-
"vite": "5.4.8",
153-
"vitest": "^2.1.2"
149+
"storybook": "^8.6.11",
150+
"tsup": "^8.4.0",
151+
"typescript": "5.8.x",
152+
"vite": "5.4.16",
153+
"vitest": "^2.1.9"
154154
},
155155
"commitlint": {
156156
"extends": [
@@ -161,5 +161,11 @@
161161
"extends": [
162162
"@douglasneuroinformatics/semantic-release"
163163
]
164+
},
165+
"pnpm": {
166+
"onlyBuiltDependencies": [
167+
"@swc/core",
168+
"esbuild"
169+
]
164170
}
165171
}

0 commit comments

Comments
 (0)