Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent eed1287 commit c1cc7c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"eslint-config-next": "13.4.10",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "^5.1.6"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lucide-react": "0.260.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.1.6",
"typescript": "5.1.6",
"webpack": "5.88.1"
},
"devDependencies": {
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-dom": "18.2.0",
"simplebar-core": "1.2.4",
"simplebar-react": "3.2.4",
"typescript": "^5.1.6",
"typescript": "5.1.6",
"zod": "3.21.4"
},
"devDependencies": {
Expand All @@ -47,7 +47,7 @@
"eslint-config-next": "13.4.10",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0"
Expand Down

0 comments on commit c1cc7c2

Please sign in to comment.