Skip to content

Commit

Permalink
fix(deps): update tiptap monorepo to ^2.1.13 (#997)
Browse files Browse the repository at this point in the history
* fix(deps): update tiptap monorepo to ^2.1.13

* fix: remove tiptap 2.1.12

* fix(deploy): prevent caddy 404 error after cd pipeline

* fix(iris): remove go.work

* fix(ci): replace go version file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jaemin Choi <[email protected]>
  • Loading branch information
renovate[bot] and dotoleeoak authored Dec 12, 2023
1 parent 6062257 commit 6fd455c
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.work
go-version-file: iris/go.mod

- name: Lint pull request title
if: ${{ github.event_name == 'pull_request' }}
Expand Down
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,16 @@ terraform.rc

# Docker Mount
/mnt

### Go ###
# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,12 @@ services:
image: caddy:2.7.5-alpine
container_name: caddy
restart: always
depends_on:
- backend-client
- backend-admin
- iris
ports:
- '80:80'
- '443:443'
volumes:
- $PWD/Caddyfile:/etc/caddy/Caddyfile
- $PWD/dist:/var/www/html
- ./Caddyfile:/etc/caddy/Caddyfile
- ./dist:/var/www/html
network_mode: host

backend-client:
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@codemirror/state": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.22.2",
"@tiptap/pm": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/vue-3": "^2.1.12",
"@tiptap/pm": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/vue-3": "^2.1.13",
"@vee-validate/zod": "^4.12.2",
"@vue/apollo-composable": "4.0.0-beta.12",
"@vueuse/components": "^10.6.1",
Expand Down
7 changes: 0 additions & 7 deletions go.work

This file was deleted.

2 changes: 0 additions & 2 deletions iris/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ require (
github.com/aws/smithy-go v1.18.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/stretchr/testify v1.8.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
)
168 changes: 5 additions & 163 deletions iris/go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 6fd455c

Please sign in to comment.