Skip to content

Commit

Permalink
apply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Oct 11, 2023
1 parent 3399904 commit 178eb0f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dist/
.idea/
website/src/pages/docs/
website/algolia-lockfile.json
website/public/sitemap.xml
tsconfig.tsbuildinfo
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
"jest.config.js",
".eslintrc.js",
"typedoc.js"
],
"exclude": ["node_modules"]
]
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "next build && next-sitemap --config next-sitemap.config.cjs && next export -o dist"
},
"dependencies": {
"@theguild/components": "6.0.0",
"@theguild/components": "^6.0.0",
"clsx": "^2.0.0",
"next": "^13.4.19",
"next-sitemap": "^4.2.3",
Expand Down
6 changes: 0 additions & 6 deletions website/public/sitemap.xml

This file was deleted.

3 changes: 2 additions & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"tailwind.config.cjs",
"theme.config.tsx",
"next-sitemap.config.cjs"
]
],
"exclude": ["node_modules"]
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ __metadata:
languageName: node
linkType: hard

"@theguild/components@npm:6.0.0":
"@theguild/components@npm:^6.0.0":
version: 6.0.0
resolution: "@theguild/components@npm:6.0.0"
dependencies:
Expand Down Expand Up @@ -13687,7 +13687,7 @@ __metadata:
resolution: "website@workspace:website"
dependencies:
"@theguild/algolia": ^1.1.9
"@theguild/components": 6.0.0
"@theguild/components": ^6.0.0
"@theguild/tailwind-config": ^0.3.0
"@types/react": ^18.2.21
clsx: ^2.0.0
Expand Down

0 comments on commit 178eb0f

Please sign in to comment.