Skip to content

Commit

Permalink
chore: upgrade react app to VITE (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 authored Jan 2, 2024
1 parent bd92fdf commit 7beb1b1
Show file tree
Hide file tree
Showing 45 changed files with 2,491 additions and 5,797 deletions.
1 change: 1 addition & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ exclude:
global:
# exclude unit tests
- '**/*.spec.*'
- '**/*.test.*'
# exclude e2e tests
- '**/e2e/**'
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG nodever=16
ARG nodever=20
FROM node:${nodever}-alpine

# gatsby needs to have access to user directory
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG nodever=16
ARG nodever=20
FROM node:${nodever}

RUN npm install -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.with-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG nodever=16
ARG nodever=20
FROM node:${nodever}

RUN npm install -g pnpm
Expand Down
Loading

0 comments on commit 7beb1b1

Please sign in to comment.