Skip to content

Commit

Permalink
Merge pull request #147 from seatsurfing/dependency-updates
Browse files Browse the repository at this point in the history
Updated dependencies for v1.13.6
  • Loading branch information
virtualzone authored Jun 24, 2023
2 parents 4177ff2 + d4f852c commit e655897
Show file tree
Hide file tree
Showing 9 changed files with 634 additions and 535 deletions.
530 changes: 290 additions & 240 deletions admin-ui/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-dom": "^18.2.4",
"bootstrap": "^5.2.3",
"excellentexport": "^3.9.4",
"@types/react-dom": "^18.2.6",
"bootstrap": "^5.3.0",
"excellentexport": "^3.9.6",
"flexspace-commons": "file:../commons/ts",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-chained-backend": "^4.2.0",
"i18next": "^23.2.3",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-chained-backend": "^4.4.0",
"i18next-http-backend": "^2.2.1",
"i18next-localstorage-backend": "^4.1.1",
"next": "^13.4.4",
"next-i18next": "^13.2.2",
"next": "^13.4.7",
"next-i18next": "^14.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^12.3.1",
"react-i18next": "^13.0.1",
"react-rnd": "^10.4.1",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"scripts": {
"start": "PORT=3000 next start",
Expand All @@ -43,8 +43,8 @@
},
"homepage": "/admin/",
"devDependencies": {
"@types/node": "20.2.4",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4"
"@types/node": "20.3.1",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7"
}
}
515 changes: 282 additions & 233 deletions booking-ui/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions booking-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-dom": "^18.2.4",
"bootstrap": "^5.2.3",
"@types/react-dom": "^18.2.6",
"bootstrap": "^5.3.0",
"flexspace-commons": "file:../commons/ts",
"i18next": "^22.5.0",
"i18next-chained-backend": "^4.2.0",
"i18next": "^23.2.3",
"i18next-chained-backend": "^4.4.0",
"i18next-http-backend": "^2.2.1",
"i18next-localstorage-backend": "^4.1.1",
"next": "^13.4.4",
"next-i18next": "^13.2.2",
"next": "^13.4.7",
"next-i18next": "^14.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap": "^2.8.0",
"react-date-picker": "^10.2.0",
"react-datetime-picker": "^5.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^12.3.1",
"react-ionicons": "^4.2.0",
"typescript": "^5.0.4"
"react-i18next": "^13.0.1",
"react-ionicons": "^4.2.1",
"typescript": "^5.1.3"
},
"scripts": {
"start": "PORT=3001 next start",
Expand All @@ -43,8 +43,8 @@
},
"homepage": "/ui/",
"devDependencies": {
"@types/node": "20.2.4",
"eslint": "^8.41.0",
"eslint-config-next": "13.4.4"
"@types/node": "20.3.1",
"eslint": "^8.43.0",
"eslint-config-next": "13.4.7"
}
}
46 changes: 23 additions & 23 deletions commons/ts/package-lock.json

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

4 changes: 2 additions & 2 deletions commons/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
},
"dependencies": {
"async-mutex": "^0.4.0",
"i18next": "^22.5.0"
"i18next": "^23.2.3"
},
"devDependencies": {
"typescript": "~5.0.4"
"typescript": "~5.1.3"
},
"private": true,
"files": [
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.9
golang.org/x/crypto v0.9.0
golang.org/x/oauth2 v0.8.0
golang.org/x/crypto v0.10.0
golang.org/x/oauth2 v0.9.0
)

require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/net v0.11.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.9.0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g=
golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0=
golang.org/x/crypto v0.10.0 h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM=
golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I=
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8=
golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE=
golang.org/x/net v0.11.0 h1:Gi2tvZIJyBtO9SDr1q9h5hEQCp/4L2RQ+ar0qjx2oNU=
golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ=
golang.org/x/oauth2 v0.9.0 h1:BPpt2kU7oMRq3kCHAA1tbSEshXRw1LpG2ztgDwrzuAs=
golang.org/x/oauth2 v0.9.0/go.mod h1:qYgFZaFiu6Wg24azG8bdV52QJXJGbZzIIsRCdVKzbLw=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
Expand Down
2 changes: 1 addition & 1 deletion server/res/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.5
1.13.6

0 comments on commit e655897

Please sign in to comment.