Skip to content

Commit

Permalink
Merge pull request #32 from stv0g/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
stv0g committed Jun 12, 2022
2 parents 005dfc9 + e2f6532 commit 055159a
Show file tree
Hide file tree
Showing 7 changed files with 1,058 additions and 1,703 deletions.
2,542 changes: 980 additions & 1,562 deletions frontend/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"copy-webpack-plugin": "^10.2.4",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"sass": "^1.49.11",
"sass-loader": "^12.6.0",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.71.0",
"ts-loader": "^9.3.0",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.11.4",
"@types/bootstrap": "^5.1.9",
"@popperjs/core": "^2.11.5",
"@types/bootstrap": "^5.1.12",
"@types/js-md5": "^0.4.3",
"bootstrap": "^5.1.3",
"js-md5": "^0.7.3",
"pretty-bytes": "^6.0.0",
"pretty-ms": "^7.0.1"
"pretty-ms": "^8.0.0"
}
}
2 changes: 1 addition & 1 deletion frontend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "@fortawesome/fontawesome-free/js/fontawesome";
import "@fortawesome/fontawesome-free/js/solid";

import prettyBytes from "pretty-bytes";
import * as prettyMilliseconds from "pretty-ms";
import prettyMilliseconds from "pretty-ms";

import { ProgressBar } from "./progress-bar";
import { Upload, UploadParams } from "./upload";
Expand Down
1 change: 0 additions & 1 deletion frontend/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const HtmlWebpackPlugin = require("html-webpack-plugin");
const CopyPlugin = require("copy-webpack-plugin");

module.exports = {
mode: "development",
entry: "./src/index.ts",
output: {
filename: "main.js",
Expand Down
39 changes: 19 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,25 @@ module github.com/stv0g/gose
go 1.18

require (
github.com/aws/aws-sdk-go v1.43.31
github.com/containrrr/shoutrrr v0.5.2
github.com/aws/aws-sdk-go v1.44.32
github.com/containrrr/shoutrrr v0.6.0
github.com/docker/go-units v0.4.0
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/gin v1.7.7
github.com/mitchellh/mapstructure v1.4.3
github.com/spf13/viper v1.10.1
gopkg.in/yaml.v2 v2.4.0
github.com/gin-gonic/gin v1.8.1
github.com/mitchellh/mapstructure v1.5.0
github.com/spf13/viper v1.12.0
github.com/vfaronov/httpheader v0.1.0
gopkg.in/yaml.v3 v3.0.1
)

require github.com/vfaronov/httpheader v0.1.0

require (
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.10.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/go-playground/validator/v10 v10.11.0 // indirect
github.com/goccy/go-json v0.9.7 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand All @@ -34,21 +33,21 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mozillazg/go-slugify v0.2.0
github.com/mozillazg/go-unidecode v0.1.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/subosito/gotenv v1.4.0 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
golang.org/x/sys v0.0.0-20220403205710-6acee93ad0eb // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 055159a

Please sign in to comment.