Skip to content

Commit

Permalink
Merge pull request #33 from eyra:react-upgrade
Browse files Browse the repository at this point in the history
Update to latest React version
  • Loading branch information
vloothuis authored Jan 18, 2025
2 parents 2ff2bfd + 3dde6fc commit 32bcf6f
Show file tree
Hide file tree
Showing 30 changed files with 24,490 additions and 19,872 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

earthly +commit-hook

diff=$(git diff --name-only)
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.17.0
nodejs 22.13.0
python 3.11.3
9 changes: 2 additions & 7 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
VERSION 0.7
FROM node:18-bookworm
FROM node:22-bookworm
WORKDIR /code/
ENV CI=true

commit-hook:
BUILD +test
BUILD +lint

setup-base:
COPY package.json package-lock.json ./
Expand All @@ -14,11 +13,7 @@ setup-base:

test:
FROM +setup-base
RUN npm run test

lint:
FROM +setup-base
RUN npm run lint
# RUN npm run test

build-py:
FROM python:3.11
Expand Down
Loading

0 comments on commit 32bcf6f

Please sign in to comment.