Skip to content

Commit

Permalink
Feat/update packages (#1258)
Browse files Browse the repository at this point in the history
* feat: Update packages

* feat: Update node version

* chore: fresh install

* feat: Update pre-push husky hook

* feat: Update package json - pnpm version

* feat: Update package json - pnpm version

* feat: Update package json - pnpm version

* feat: create npmrc file

* feat: update readme

---------

Co-authored-by: Mateusz Hadryś <mateuszhadrys@Mateuszs-MacBook-Pro.local>
  • Loading branch information
hadrysm and Mateusz Hadryś committed May 18, 2024
1 parent 0296e56 commit 02e1b94
Show file tree
Hide file tree
Showing 5 changed files with 9,225 additions and 8,154 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn test:ci
pnpm test:ci
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ pnpm create next-app -e https://github.com/hadrysm/nextjs-boilerplate

## 🚀 Deploy to production

Install command on Vercel:

```
corepack use pnpm@`pnpm -v` && pnpm i
```

You can see the results locally in production mode with:

```shell
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"generate": "pnpm plop --plopfile ./.plop/plopfile.js"
},
"engines": {
"node": ">=18.17.1"
"node": ">=18.20.2"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"clsx": "2.1.0",
Expand All @@ -34,12 +34,12 @@
"zod": "3.22.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/nextjs": "^8.0.9",
"@storybook/react": "^8.0.8",
"@storybook/nextjs": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.4",
Expand Down Expand Up @@ -72,7 +72,7 @@
"postcss": "8.4.36",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.12",
"storybook": "^8.0.9",
"storybook": "^8.1.1",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.4.2"
Expand Down
Loading

0 comments on commit 02e1b94

Please sign in to comment.