Skip to content

Commit 4ecff70

Browse files
Merge pull request #55 from clj-codes/bump/deps
bump: deps
2 parents 248a356 + 6ec594c commit 4ecff70

File tree

5 files changed

+1685
-1591
lines changed

5 files changed

+1685
-1591
lines changed

.github/workflows/flyio-deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os-version: [ubuntu-latest]
21-
node-version: [18.x]
21+
node-version: [23.x]
2222
runs-on: ${{ matrix.os-version }}
2323

2424
steps:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install clojure cli
3535
uses: DeLaGuardo/setup-clojure@master
3636
with:
37-
cli: 1.12.0.1479
37+
cli: 1.12.0.1530
3838

3939
- name: Karma Tests ${{ matrix.node-version }}
4040
uses: actions/[email protected]
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
os-version: [ubuntu-latest]
52-
node-version: [18.x]
52+
node-version: [23.x]
5353
runs-on: ${{ matrix.os-version }}
5454

5555
steps:
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install clojure cli
6666
uses: DeLaGuardo/setup-clojure@master
6767
with:
68-
cli: 1.12.0.1479
68+
cli: 1.12.0.1530
6969

7070
- name: Setup Node ${{ matrix.node-version }}
7171
uses: actions/[email protected]

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os-version: [ubuntu-latest]
15-
node-version: [18.x]
15+
node-version: [23.x]
1616
runs-on: ${{ matrix.os-version }}
1717

1818
steps:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install clojure cli
2929
uses: DeLaGuardo/setup-clojure@master
3030
with:
31-
cli: 1.12.0.1479
31+
cli: 1.12.0.1530
3232

3333
- name: Karma Tests ${{ matrix.node-version }}
3434
uses: actions/[email protected]
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
os-version: [ubuntu-latest]
46-
node-version: [18.x]
46+
node-version: [23.x]
4747

4848
runs-on: ${{ matrix.os-version }}
4949
steps:
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install clojure cli
6060
uses: DeLaGuardo/setup-clojure@master
6161
with:
62-
cli: 1.12.0.1479
62+
cli: 1.12.0.1530
6363

6464
- name: JSDOM Tests ${{ matrix.node-version }}
6565
uses: actions/[email protected]
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install clojure cli
8484
uses: DeLaGuardo/setup-clojure@master
8585
with:
86-
cli: 1.12.0.1479
86+
cli: 1.12.0.1530
8787

8888
- name: Setup clojure-lsp
8989
uses: clojure-lsp/[email protected]

deps.edn

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
:deps {lilactown/helix {:git/url "https://github.com/lilactown/helix"
33
:git/sha "32178efcdc38b1e94a01212220018d74f90859d6"}
44
town.lilac/flex {:git/url "https://github.com/lilactown/flex"
5-
:git/sha "afa6491ace9015577ffa9245086f945825a93633"}
6-
metosin/reitit-malli {:mvn/version "0.7.2"}
7-
metosin/reitit-frontend {:mvn/version "0.7.2"}
5+
:git/sha "ac4ecfc161448f42944cdfe0c334cf209a457dd9"}
6+
metosin/reitit-malli {:mvn/version "0.8.0"}
7+
metosin/reitit-frontend {:mvn/version "0.8.0"}
88
funcool/promesa {:mvn/version "11.0.678"}
99
lambdaisland/fetch {:mvn/version "1.5.83"}
1010
applied-science/js-interop {:mvn/version "0.4.2"}}
1111
:aliases {:dev {:extra-paths ["dev" "test"]
1212
:extra-deps {nubank/matcher-combinators {:mvn/version "3.9.1"}
13-
thheller/shadow-cljs {:mvn/version "2.28.18"}
14-
cider/cider-nrepl {:mvn/version "0.50.2"}}}}}
13+
thheller/shadow-cljs {:mvn/version "3.0.2"}
14+
cider/cider-nrepl {:mvn/version "0.55.3"}}}}}

0 commit comments

Comments
 (0)