Skip to content

Commit

Permalink
chore: Bump deps, Node, Erlang, OTP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Jan 17, 2024
1 parent 3ff6658 commit 0fde370
Show file tree
Hide file tree
Showing 13 changed files with 1,176 additions and 886 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: 1.14.0
otp-version: 25
elixir-version: 1.16.0
otp-version: 26
rebar3-version: 3.16
- name: Check formatting
run: (cd ./elixir-api && mix format --check-formatted)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.17.0
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.17.0
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svelte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.17.0
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.17.0
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.17.0
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.0
18.17.0
14 changes: 7 additions & 7 deletions sanity-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
"@sanity/code-input": "4.1.2",
"@sanity/ui": "2.0.0",
"@sanity/vision": "3.25.0",
"ace-builds": "1.32.2",
"ace-builds": "1.32.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.12.0",
"react-icons": "5.0.1",
"sanity": "3.25.0",
"styled-components": "6.1.1"
"styled-components": "6.1.8"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@babel/preset-env": "7.23.8",
"@babel/preset-react": "7.23.3",
"@sanity/eslint-config-studio": "3.0.1",
"@types/react": "18.2.45",
"@types/react": "18.2.48",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/parser": "6.19.0",
"dotenv": "16.3.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.3",
"netlify-cli": "15.11.0",
"prettier": "3.2.2"
}
Expand Down
Loading

0 comments on commit 0fde370

Please sign in to comment.