Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2023
1 parent a98b53c commit 9a8f1e3
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 326 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible // indirect
github.com/iancoleman/strcase v0.2.0
github.com/iancoleman/strcase v0.3.0
github.com/joho/godotenv v1.3.0 // indirect
github.com/labstack/echo/v4 v4.3.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/prisma/prisma-client-go v0.18.0
github.com/prisma/prisma-client-go v0.20.0
github.com/shopspring/decimal v1.3.1
github.com/spf13/viper v1.8.1 // indirect
github.com/swaggo/echo-swagger v1.1.0 // indirect
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
]
},
"devDependencies": {
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-config-airbnb-typescript-prettier": "5.0.0",
"husky": "8.0.3",
"lerna": "7.1.1",
"lerna": "7.1.4",
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"turbo": "1.10.7",
"turbo": "1.10.9",
"typescript": "5.1.6"
},
"lint-staged": {
Expand Down
16 changes: 8 additions & 8 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"@hookform/devtools": "4.3.1",
"@hookform/error-message": "2.0.1",
"@reach/router": "1.3.4",
"jotai": "2.2.1",
"jotai": "2.2.2",
"loglevel": "1.8.1",
"models": "file:..",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.1"
"react-hook-form": "7.45.2"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/forms": "0.5.4",
"@types/reach__router": "1.3.11",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.14",
"postcss": "8.4.24",
"tailwindcss": "3.3.2",
"postcss": "8.4.26",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"vite": "4.3.9"
"vite": "4.4.4"
}
}
Loading

0 comments on commit 9a8f1e3

Please sign in to comment.