Skip to content

Commit d233d57

Browse files
committed
chore: update component aliases and package dependencies
- Changed component alias path from "@/src/components" to "@/app/components" in components.json. - Updated package version from "1.1.3" to "1.2.0" in package-lock.json and package.json. - Upgraded @tanstack/eslint-config dependency from "^0.3.4" to "^0.4.0" in package.json. - Updated eslint version from "9.39.2" to "10.0.1" in package-lock.json. - Adjusted peer dependencies for eslint in package-lock.json.
1 parent 488b1e4 commit d233d57

3 files changed

Lines changed: 93 additions & 103 deletions

File tree

components.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"iconLibrary": "lucide",
1414
"aliases": {
15-
"components": "@/src/components",
15+
"components": "@/app/components",
1616
"utils": "@/lib/utils",
1717
"ui": "@/ui",
1818
"lib": "@/lib",
@@ -21,6 +21,5 @@
2121
"mastra": "@/src/mastra"
2222
},
2323
"registries": {
24-
"@ai-elements": "https://registry.ai-sdk.dev/{name}.json"
25-
}
24+
"@ai-elements": "https://registry.ai-sdk.dev/{name}.json"}
2625
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"@mdx-js/loader": "^3.1.1",
232232
"@mdx-js/react": "^3.1.1",
233233
"@tailwindcss/postcss": "^4.1.18",
234-
"@tanstack/eslint-config": "^0.3.4",
234+
"@tanstack/eslint-config": "^0.4.0",
235235
"@testing-library/jest-dom": "^6.9.1",
236236
"@testing-library/react": "^16.3.2",
237237
"@types/fs-extra": "^11.0.4",

0 commit comments

Comments
 (0)