Skip to content

Commit

Permalink
chore: update dependencies (#61)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* fix: fix prettier errors

* docs: add changelog
  • Loading branch information
brankoconjic committed Feb 8, 2024
1 parent 100e659 commit e2c7bee
Show file tree
Hide file tree
Showing 7 changed files with 830 additions and 788 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-boxes-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lemonsqueezy/wedges": patch
---

update dependencies
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@docsearch/react": "^3.5.2",
"@lemonsqueezy/wedges": "workspace:*",
"@tailwindcss/typography": "^0.5.10",
"@types/hast": "^3.0.3",
"@types/hast": "^3.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand All @@ -42,7 +42,7 @@
"next-contentlayer": "latest",
"postcss": "^8",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.12.6",
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^3.0.1",
Expand Down
12 changes: 6 additions & 6 deletions apps/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
"baseUrl": "./src",
"paths": {
"@/*": ["*"],
"contentlayer/generated": ["../.contentlayer/generated"],
"contentlayer/generated": ["../.contentlayer/generated"]
},
"plugins": [
{
"name": "next",
},
"name": "next"
}
],
"noEmit": true,
"incremental": true,
"isolatedModules": true,
"allowJs": true,
"allowJs": true
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".contentlayer/generated",
".next/types/**/*.ts",
".next/types/**/*.ts"
],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@wedges/eslint-config": "workspace:*",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.2.0",
"react-dom": "18.2.0",
"rimraf": "^5.0.5",
"tailwindcss": "3.4.1",
"ts-jest": "^29.1.2",
"turbo": "^1.11.3",
"turbo": "^1.12.3",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.11.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"eslint-wedges.cjs"
],
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@next/eslint-plugin-next": "^14.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.2",
"eslint-config-turbo": "^1.12.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/wedges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@swc/core": "^1.3.105",
"@swc/core": "^1.4.0",
"@types/color": "^3.0.6",
"@types/lodash.omit": "^4.5.9",
"@wedges/eslint-config": "workspace:*",
Expand Down

0 comments on commit e2c7bee

Please sign in to comment.