Skip to content

Commit

Permalink
Upgrade dependencies (#62)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* Upgrade dependencies

* Create green-countries-invite.md

* Add @types/react
  • Loading branch information
Zertz authored Jun 21, 2022
1 parent 5d45f87 commit 470d632
Show file tree
Hide file tree
Showing 7 changed files with 973 additions and 566 deletions.
7 changes: 7 additions & 0 deletions .changeset/green-countries-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@tempocal/core": patch
"@tempocal/react": patch
"@tempocal/www": patch
---

Upgrade dependencies
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 6
version: 7
- uses: actions/setup-node@v2
with:
node-version: "16"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"test": "turbo run test"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "^8.15.0",
"@changesets/cli": "^2.23.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"turbo": "^1.2.9",
"typescript": "^4.6.4"
"turbo": "^1.2.16",
"typescript": "^4.7.4"
},
"packageManager": "pnpm@6.32.10"
"packageManager": "pnpm@7.3.0"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"devDependencies": {
"@js-temporal/polyfill": "^0.4.1",
"tsup": "^5.12.8",
"vite": "^2.9.9",
"vitest": "^0.12.6"
"tsup": "^6.1.2",
"vite": "^2.9.12",
"vitest": "^0.15.2"
},
"peerDependencies": {
"@js-temporal/polyfill": ">=0.4.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"devDependencies": {
"@js-temporal/polyfill": "^0.4.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@testing-library/react": "^13.3.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"jsdom": "^19.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"tsup": "^5.12.8",
"vite": "^2.9.9",
"vitest": "^0.12.6"
"jsdom": "^20.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.1.2",
"vite": "^2.9.12",
"vitest": "^0.15.2"
},
"peerDependencies": {
"@js-temporal/polyfill": ">=0.4.0",
Expand Down
18 changes: 10 additions & 8 deletions packages/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,29 @@
"test": "vitest"
},
"dependencies": {
"@headlessui/react": "^1.6.2",
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^1.0.6",
"@js-temporal/polyfill": "^0.4.1",
"@tempocal/core": "workspace:*",
"@tempocal/react": "workspace:*",
"classnames": "^2.3.1",
"next": "^12.1.6",
"prism-react-renderer": "^1.3.3",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/react": "^13.3.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"jsdom": "^19.0.0",
"jsdom": "^20.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"vite": "^2.9.9",
"vitest": "^0.12.6"
"tailwindcss": "^3.1.4",
"vite": "^2.9.12",
"vitest": "^0.15.2"
}
}
Loading

1 comment on commit 470d632

@vercel
Copy link

@vercel vercel bot commented on 470d632 Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tempocal – ./

tempocal-zertz.vercel.app
tempocal-git-main-zertz.vercel.app
tempocal.vercel.app
tempocal.pierluc.io

Please sign in to comment.