Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into issue-83
  • Loading branch information
schultzp2020 committed Jun 14, 2023
2 parents f9c29e7 + 8841d25 commit 0399fe4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": ["config:js-app", ":gitSignOff", "group:linters", "group:test"],
"npm": {
"minimumReleaseAge": "1 day"
}
}
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@docusaurus/types": "^2.4.1",
"@tsconfig/docusaurus": "^1.0.5",
"@types/node": "^18.11.14",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.13",
"deepmerge": "^4.2.2",
"dotenv": "^16.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-config-custom": "workspace:*",
Expand Down
8 changes: 4 additions & 4 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 0399fe4

Please sign in to comment.