Skip to content

Commit

Permalink
fix: dep's (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs authored Apr 23, 2024
1 parent e16ee49 commit 4364894
Show file tree
Hide file tree
Showing 13 changed files with 10,849 additions and 15,640 deletions.
13 changes: 13 additions & 0 deletions .changeset/wicked-deers-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@uberschrift/vite-chakra-ui-example": patch
"@uberschrift/vite-mui-example": patch
"@uberschrift/vite-example": patch
"@uberschrift/eslint-config": patch
"vue-vite-example": patch
"nextjs-example": patch
"uberschrift": patch
"vueberschrift": patch
"@uberschrift/docs": patch
---

Dependency updates
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

---

[![npm version badge](https://img.shields.io/npm/v/uberschrift?style=flat-square)](https://npmjs.com/package/uberschrift)<br />
[![npm version badge](https://img.shields.io/npm/v/vueberschrift?style=flat-square)](https://npmjs.com/package/vueberschrift)<br />
uberschrift: [![npm version badge](https://img.shields.io/npm/v/uberschrift?style=flat-square)](https://npmjs.com/package/uberschrift)<br />
vueberschrift [![npm version badge](https://img.shields.io/npm/v/vueberschrift?style=flat-square)](https://npmjs.com/package/vueberschrift)<br />
[![Issue badge](https://img.shields.io/github/issues/peerigon/uberschrift?style=flat-square)](https://github.com/peerigon/uberschrift/issues)<br />
[![CI badge](https://github.com/peerigon/uberschrift/actions/workflows/ci.yml/badge.svg)](https://github.com/peerigon/uberschrift/actions/workflows/pull_request.yml)

Expand Down
26 changes: 13 additions & 13 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"test:types": "tsc"
},
"dependencies": {
"@remix-run/css-bundle": "^2.5.0",
"@remix-run/node": "^2.5.0",
"@remix-run/react": "^2.5.0",
"@remix-run/serve": "^2.5.0",
"@tailwindcss/typography": "^0.5.10",
"clsx": "^2.1.0",
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@tailwindcss/typography": "^0.5.12",
"clsx": "^2.1.1",
"isbot": "^4.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^7.0.0",
"uberschrift": "*"
},
"devDependencies": {
"@remix-run/dev": "^2.5.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"eslint": "^8.56.0",
"@remix-run/dev": "^2.8.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=20"
Expand Down
20 changes: 10 additions & 10 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uberschrift": "*"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@uberschrift/eslint-config": "*",
"@uberschrift/tsconfig": "*",
"autoprefixer": "^10.4.16",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions apps/react-vite-chakra-ui-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"framer-motion": "^10.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uberschrift": "*"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@uberschrift/eslint-config": "*",
"@uberschrift/tsconfig": "*",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"typescript": "^5.4.5",
"vite": "^5.2.10"
}
}
16 changes: 8 additions & 8 deletions apps/react-vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uberschrift": "*"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@uberschrift/eslint-config": "*",
"@uberschrift/tsconfig": "*",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"postcss": "^8.4.38",
"typescript": "^5.4.5",
"vite": "^5.2.10"
}
}
18 changes: 9 additions & 9 deletions apps/react-vite-mui-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/material": "^5.15.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@mui/material": "^5.15.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uberschrift": "*"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@uberschrift/eslint-config": "*",
"@uberschrift/tsconfig": "*",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"typescript": "^5.4.5",
"vite": "^5.2.10"
}
}
10 changes: 5 additions & 5 deletions apps/vue-vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"vueberschrift": "*",
"vue": "^3.4.21"
"vue": "^3.4.24",
"vueberschrift": "*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vue-tsc": "^2.0.14"
}
}
Loading

0 comments on commit 4364894

Please sign in to comment.