Skip to content

Commit 68e4ded

Browse files
authored
fix: package updates (#160)
* package updates * update install.sh * working version of typescript * update golang.org/x/crypto
1 parent d493f22 commit 68e4ded

File tree

10 files changed

+821
-718
lines changed

10 files changed

+821
-718
lines changed

cmd/reaper/dist/assets/index-BAugfWnD.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/reaper/dist/assets/index-BPSUUKh2.js

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/reaper/dist/assets/index-g9PDTp2Z.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

cmd/reaper/dist/assets/index-ldPfGNIm.js

Lines changed: 0 additions & 172 deletions
This file was deleted.

cmd/reaper/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" type="image/svg+xml" href="https://d1548abrjij03p.cloudfront.net/icon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Reaper - A Ghost Labs Project</title>
8-
<script type="module" crossorigin src="/assets/index-ldPfGNIm.js"></script>
9-
<link rel="stylesheet" crossorigin href="/assets/index-g9PDTp2Z.css">
8+
<script type="module" crossorigin src="/assets/index-BPSUUKh2.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-BAugfWnD.css">
1010
</head>
1111
<body class="h-screen">
1212
<div id="app"></div>

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@ require (
178178
go.etcd.io/bbolt v1.3.10 // indirect
179179
go.uber.org/multierr v1.11.0 // indirect
180180
golang.ngrok.com/muxado/v2 v2.0.0 // indirect
181-
golang.org/x/crypto v0.27.0 // indirect
181+
golang.org/x/crypto v0.31.0 // indirect
182182
golang.org/x/mod v0.17.0 // indirect
183183
golang.org/x/net v0.29.0 // indirect
184184
golang.org/x/oauth2 v0.22.0 // indirect
185-
golang.org/x/sync v0.8.0 // indirect
186-
golang.org/x/sys v0.25.0 // indirect
187-
golang.org/x/term v0.24.0 // indirect
188-
golang.org/x/text v0.18.0 // indirect
185+
golang.org/x/sync v0.10.0 // indirect
186+
golang.org/x/sys v0.28.0 // indirect
187+
golang.org/x/term v0.27.0 // indirect
188+
golang.org/x/text v0.21.0 // indirect
189189
golang.org/x/time v0.6.0 // indirect
190190
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
191191
google.golang.org/protobuf v1.34.2 // indirect

go.sum

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDf
488488
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
489489
golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A=
490490
golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70=
491+
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
492+
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
491493
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=
492494
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
493495
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
@@ -529,6 +531,8 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ
529531
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
530532
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
531533
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
534+
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
535+
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
532536
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
533537
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
534538
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -560,6 +564,8 @@ golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
560564
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
561565
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
562566
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
567+
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
568+
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
563569
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
564570
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
565571
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
@@ -572,6 +578,8 @@ golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
572578
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
573579
golang.org/x/term v0.24.0 h1:Mh5cbb+Zk2hqqXNO7S1iTjEphVL+jb8ZWaqh/g+JWkM=
574580
golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8=
581+
golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q=
582+
golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM=
575583
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
576584
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
577585
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
@@ -586,6 +594,8 @@ golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
586594
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
587595
golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224=
588596
golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
597+
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
598+
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
589599
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
590600
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
591601
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

ui/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# deps
66
yarn add axios \
7-
typescript \
7+
typescript@5.6.3 \
88
pinia \
99
vite \
1010
vue \
@@ -13,6 +13,7 @@ yarn add axios \
1313
# dev deps
1414
yarn add -D autoprefixer \
1515
class-variance-authority \
16+
cross-spawn \
1617
clsx \
1718
eslint \
1819
eslint-plugin-tailwindcss \

ui/package.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,44 +9,45 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"axios": "^1.7.7",
13-
"pinia": "^2.2.5",
14-
"typescript": "^5.6.3",
15-
"vite": "^5.4.10",
16-
"vue": "^3.5.12",
12+
"axios": "^1.7.9",
13+
"pinia": "^2.3.0",
14+
"typescript": "5.6.3",
15+
"vite": "^6.0.3",
16+
"vue": "^3.5.13",
1717
"vue-router": "4"
1818
},
1919
"devDependencies": {
20-
"@eslint/eslintrc": "^3.1.0",
21-
"@eslint/js": "^9.13.0",
20+
"@eslint/eslintrc": "^3.2.0",
21+
"@eslint/js": "^9.16.0",
2222
"@headlessui/vue": "^1.7.23",
23-
"@heroicons/vue": "^2.1.5",
23+
"@heroicons/vue": "^2.2.0",
2424
"@iconify/vue": "^4.1.2",
2525
"@radix-icons/vue": "^1.0.0",
2626
"@tailwindcss/aspect-ratio": "^0.4.2",
2727
"@tailwindcss/container-queries": "^0.1.1",
2828
"@tailwindcss/forms": "^0.5.9",
2929
"@tailwindcss/typography": "^0.5.15",
3030
"@types/markdown-it": "^14.1.2",
31-
"@types/node": "^22.8.4",
32-
"@typescript-eslint/eslint-plugin": "^8.12.2",
33-
"@typescript-eslint/parser": "^8.12.2",
34-
"@unovis/ts": "^1.4.4",
35-
"@unovis/vue": "^1.4.4",
36-
"@vitejs/plugin-vue": "^5.1.4",
37-
"@vueuse/core": "^11.2.0",
31+
"@types/node": "^22.10.2",
32+
"@typescript-eslint/eslint-plugin": "^8.18.0",
33+
"@typescript-eslint/parser": "^8.18.0",
34+
"@unovis/ts": "^1.4.5",
35+
"@unovis/vue": "^1.4.5",
36+
"@vitejs/plugin-vue": "^5.2.1",
37+
"@vueuse/core": "^12.0.0",
3838
"autoprefixer": "^10.4.20",
39-
"class-variance-authority": "^0.7.0",
39+
"class-variance-authority": "^0.7.1",
4040
"clsx": "^2.1.1",
41+
"cross-spawn": "^7.0.6",
4142
"date-fns": "^4.1.0",
42-
"eslint": "^9.13.0",
43+
"eslint": "^9.16.0",
4344
"eslint-plugin-tailwindcss": "^3.17.5",
44-
"eslint-plugin-vue": "^9.30.0",
45+
"eslint-plugin-vue": "^9.32.0",
4546
"lucide-vue-next": "^0.447.0",
4647
"moment": "^2.30.1",
47-
"radix-vue": "^1.9.8",
48-
"tailwind-merge": "^2.5.4",
49-
"tailwindcss": "^3.4.14",
48+
"radix-vue": "^1.9.11",
49+
"tailwind-merge": "^2.5.5",
50+
"tailwindcss": "^3.4.16",
5051
"tailwindcss-animate": "^1.0.7",
5152
"vue-markdown-render": "^2.2.1",
5253
"vue-tsc": "^2.1.10"

0 commit comments

Comments
 (0)