Skip to content

Commit

Permalink
(chore) Mark SWR as a peer dependency (#67)
Browse files Browse the repository at this point in the history
* (chore) Mark SWR as a peer dependency

* Fixup

* Commit lockfile
  • Loading branch information
denniskigen authored Oct 19, 2023
1 parent d75f719 commit 1f8356f
Show file tree
Hide file tree
Showing 7 changed files with 2,436 additions and 1,173 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.2.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.2.2.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"react": "18.x",
"react-dom": "18.x",
"react-i18next": "11.x",
"react-router-dom": "6.x"
"react-router-dom": "6.x",
"swr": "2.x"
},
"devDependencies": {
"@carbon/react": "^1.9.0",
Expand Down Expand Up @@ -85,15 +86,15 @@
"react-router-dom": "^6.3.0",
"semver": "^7.3.7",
"swc-loader": "^0.2.3",
"swr": "^2.2.4",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]",
"dependencies": {
"i18next": "^21.10.0",
"i18next-parser": "^6.6.0",
"react-hook-form": "^7.34.2",
"swr": "^2.1.3"
}
"react-hook-form": "^7.34.2"
},
"packageManager": "[email protected]"
}
4 changes: 4 additions & 0 deletions src/declarations.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module "*.css";
declare module "*.scss";
declare module "@carbon/react";
declare type SideNavProps = object;
2 changes: 0 additions & 2 deletions src/declarations.d.tsx

This file was deleted.

Loading

0 comments on commit 1f8356f

Please sign in to comment.