Skip to content

Commit

Permalink
chore: next is now a devDependency
Browse files Browse the repository at this point in the history
I didn't want to do this as we're only using Next.js for the types here, but I guess it won't hurt if it's only a devDependency.

We also now explicitly mention that peer dependencies are optional.
  • Loading branch information
Pkmmte committed Dec 16, 2022
1 parent 1a890f2 commit b43cc27
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 78 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,22 @@
"jotai": ">=1.8.4",
"react-native-mmkv": ">=2.4.3"
},
"peerDependenciesMeta": {
"jotai": {
"optional": true
},
"react-native-mmkv": {
"optional": true
}
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.3",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "25.3.0",
"next": "^13.0.7",
"semantic-release": "18.0.1",
"semantic-release-cli": "5.4.4",
"tsup": "^6.2.3",
Expand Down
138 changes: 61 additions & 77 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b43cc27

Please sign in to comment.