Skip to content

Commit 8def030

Browse files
Merge pull request #96 from NexGenStudioDev/dev
Dev
2 parents af8c85e + 2a7166a commit 8def030

44 files changed

Lines changed: 4202 additions & 191 deletions

Some content is hidden

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

package-lock.json

Lines changed: 1173 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"@tailwindcss/typography": "^0.5.19",
4646
"@tailwindcss/vite": "^4.3.0",
4747
"@tauri-apps/cli": "2.10.1",
48+
"@testing-library/jest-dom": "^6.9.1",
49+
"@testing-library/react": "^16.3.2",
50+
"@testing-library/user-event": "^14.6.1",
4851
"@types/markdown-to-jsx": "^7.0.1",
4952
"@types/react": "^19.2.14",
5053
"@types/react-dom": "^19.2.3",
@@ -54,13 +57,15 @@
5457
"eslint-plugin-react-hooks": "^7.1.1",
5558
"eslint-plugin-react-refresh": "^0.5.2",
5659
"globals": "^17.6.0",
60+
"jsdom": "^29.1.1",
5761
"prettier": "^3.8.3",
5862
"shadcn": "^3.8.5",
5963
"tailwindcss": "^4.3.0",
6064
"tw-animate-css": "^1.4.0",
6165
"typescript": "~5.8.3",
6266
"typescript-eslint": "^8.59.2",
63-
"vite": "^7.3.3"
67+
"vite": "^7.3.3",
68+
"vitest": "^4.1.6"
6469
},
6570
"overrides": {
6671
"ip-address": "^10.1.1",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)