Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot updates for examples. #7615

Merged
merged 23 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
86d6324
Bumping turbo version.
anthonyshew Jan 31, 2024
3f6062c
Fix package.jsons.
anthonyshew Jan 31, 2024
dde455e
Fix with-rollup.
anthonyshew Jan 31, 2024
48e4e42
Fix version.
anthonyshew Jan 31, 2024
a2d5959
chore(deps-dev): bump the with-shell-commands-example-dependencies gr…
dependabot[bot] Mar 4, 2024
bf8ae76
chore(deps): bump the non-monorepo-example-dependencies group in /exa…
dependabot[bot] Mar 4, 2024
6a08f56
chore(deps): bump the with-vite-example-dependencies group in /exampl…
dependabot[bot] Mar 4, 2024
4c34a96
chore(deps): bump the with-rollup-example-dependencies group in /exam…
dependabot[bot] Mar 4, 2024
eaf5df1
chore(deps): bump the with-changesets-example-dependencies group in /…
dependabot[bot] Mar 4, 2024
f0a2e3b
chore(deps): bump the with-svelte-example-dependencies group in /exam…
dependabot[bot] Mar 4, 2024
cd5e32d
chore(deps): bump the with-berry-example-dependencies group in /examp…
dependabot[bot] Mar 4, 2024
cb789ab
chore(deps): bump the with-npm-example-dependencies group in /example…
dependabot[bot] Mar 4, 2024
3ca0971
chore(deps): bump the with-prisma-example-dependencies group in /exam…
dependabot[bot] Mar 4, 2024
6ce0698
chore(deps): bump the with-tailwind-example-dependencies group in /ex…
dependabot[bot] Mar 4, 2024
6088c7f
chore(deps-dev): bump the design-system-example-dependencies group in…
dependabot[bot] Mar 4, 2024
a1f37aa
chore(deps): bump the with-yarn-example-dependencies group in /exampl…
dependabot[bot] Mar 4, 2024
e1d3d85
chore(deps): bump the with-gatsby-example-dependencies group in /exam…
dependabot[bot] Mar 4, 2024
f48c977
chore(deps): bump the basic-example-dependencies group in /examples/b…
dependabot[bot] Mar 4, 2024
0e9fe66
chore(deps): bump the with-docker-example-dependencies group in /exam…
dependabot[bot] Mar 4, 2024
1707442
chore(deps): bump the with-vue-nuxt-example-dependencies group in /ex…
dependabot[bot] Mar 4, 2024
f07566d
chore(deps): bump the kitchen-sink-example-dependencies group in /exa…
dependabot[bot] Mar 4, 2024
c2e52b6
Merge main.
anthonyshew Mar 4, 2024
ca49475
nah
anthonyshew Mar 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions examples/basic/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"dependencies": {
"@repo/ui": "workspace:*",
"next": "^14.0.4",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@next/eslint-plugin-next": "^14.1.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/eslint": "^8.56.1",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions examples/basic/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"dependencies": {
"@repo/ui": "workspace:*",
"next": "^14.0.4",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@next/eslint-plugin-next": "^14.1.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/eslint": "^8.56.1",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.1.1",
"turbo": "^1.12.1"
"prettier": "^3.2.5",
"turbo": "^1.12.4"
},
"packageManager": "pnpm@8.9.0",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"react-internal.js"
],
"devDependencies": {
"@vercel/style-guide": "^5.1.0",
"eslint-config-turbo": "^1.11.3",
"@vercel/style-guide": "^5.2.0",
"eslint-config-turbo": "^1.12.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"typescript": "^5.3.3"
}
}
12 changes: 6 additions & 6 deletions examples/basic/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^1.11.3",
"@types/node": "^20.10.6",
"@types/eslint": "^8.56.1",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"@turbo/gen": "^1.12.4",
"@types/node": "^20.11.24",
"@types/eslint": "^8.56.5",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"react": "^18.2.0",
"typescript": "^5.3.3"
}
Expand Down