Skip to content

Commit 29324bc

Browse files
author
Claudio Gonzalez
committed
Security updates: Upgrade to latest secure versions - Upgrade Next.js from 12.3.7 to 15.4.5 - Upgrade React from 17.0.2 to 18.2.0 - Upgrade Ant Design from 4.16.13 to 5.12.0 - Fix all security vulnerabilities (0 vulnerabilities found) - Update CSS imports for Ant Design v5 - Update Next.js configuration for v15 - Update README.md with new version requirements
1 parent 3192aaf commit 29324bc

7 files changed

Lines changed: 4777 additions & 7703 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project provides a modern web interface for interacting with Simfinity Grap
1818

1919
### Prerequisites
2020

21-
- **Node.js**: Version 16.3.0 or higher (recommended: Node.js 18+)
21+
- **Node.js**: Version 18.17.0 or higher (recommended: Node.js 20+)
2222
- **npm**: Package manager (comes with Node.js)
2323

2424
### Installation
@@ -91,9 +91,9 @@ simfinity-web/
9191

9292
## Technology Stack
9393

94-
- **Framework**: Next.js 12.3.4
95-
- **React**: 17.0.2
96-
- **UI Library**: Ant Design 4.16.13
94+
- **Framework**: Next.js 15.4.5
95+
- **React**: 18.2.0
96+
- **UI Library**: Ant Design 5.12.0
9797
- **HTTP Client**: Axios 1.6.0
9898
- **Internationalization**: react-intl 6.5.0
9999
- **Date Handling**: Moment.js 2.29.4

next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
const nextConfig = {
33
reactStrictMode: true,
44
swcMinify: true,
5-
experimental: {
6-
appDir: false,
7-
},
85
webpack: (config) => {
96
config.resolve.fallback = {
107
...config.resolve.fallback,

0 commit comments

Comments
 (0)