Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused packages, update nodejs, and other fixes #17

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS base-builder
FROM node:22-alpine AS base-builder
RUN apk add make gcc g++ git python3
RUN corepack enable
RUN corepack prepare pnpm@8.6.5 --activate
Expand All @@ -17,7 +17,7 @@ RUN pnpm install
COPY . .
RUN pnpm run build

FROM node:18-alpine AS runtime
FROM node:22-alpine AS runtime
WORKDIR /app
ENV NODE_ENV=production
COPY package.json .
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ISC License (ISC)
Copyright © 2022 aeternity developers
Copyright © 2024 aeternity developers

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@typescript-eslint/parser": "^6.2.0",
"@zerodevx/svelte-toast": "^0.9.5",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"daisyui": "^3.5.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
Expand All @@ -41,7 +40,6 @@
"svelte-fa": "^3.0.4",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"tslib": "^2.6.1",
"typeface-roboto": "^1.1.13",
"typescript": "^5.1.6",
Expand All @@ -50,7 +48,6 @@
"type": "module",
"dependencies": {
"@aeternity/aepp-sdk": "~13.0.1",
"argon2": "^0.30.3",
"dotenv": "^16.3.1",
"human-readable": "^0.2.1",
"json-bigint": "^1.0.0",
Expand Down
Loading
Loading