You've already forked Atomcms-edit
Modernize dependencies: replace abandoned packages, update versions
- Replace flowframe/laravel-trend with direct Eloquent DB queries
- Replace srmklive/paypal (abandoned) with new PayPalService using PayPal REST API v2 via Guzzle
- Remove old config/paypal.php, migrate to config('habbo.paypal.*')
- Update blade templates to use habbo.paypal config
- Bump npm packages to latest: @inertiajs/react, axios, esbuild, eslint, sass, tailwindcss, etc.
- Run composer update and yarn upgrade
This commit is contained in:
+10
-10
@@ -29,36 +29,36 @@
|
||||
"@popperjs/core": "2.11.8",
|
||||
"@prettier/plugin-php": "0.25.0",
|
||||
"@shufo/prettier-plugin-blade": "1.16.2",
|
||||
"@swc/core": "^1.15.40",
|
||||
"@swc/core": "^1.15.41",
|
||||
"@tailwindcss/forms": "0.5.11",
|
||||
"@tailwindcss/postcss": "4.3.0",
|
||||
"@tailwindcss/typography": "0.5.19",
|
||||
"@tailwindcss/postcss": "4.3.1",
|
||||
"@tailwindcss/typography": "0.5.20",
|
||||
"alpinejs": "3.15.12",
|
||||
"autoprefixer": "10.5.0",
|
||||
"axios": "^1.17.0",
|
||||
"esbuild": "^0.28.0",
|
||||
"eslint": "^10.4.1",
|
||||
"axios": "^1.18.0",
|
||||
"esbuild": "^0.28.1",
|
||||
"eslint": "^10.5.0",
|
||||
"eslint-plugin-vue": "10.9.2",
|
||||
"laravel-vite-plugin": "^3.1.0",
|
||||
"lodash": "^4.18.1",
|
||||
"postcss": "8.5.15",
|
||||
"postcss-import": "16.1.1",
|
||||
"prettier": "3.8.3",
|
||||
"prettier": "3.8.4",
|
||||
"sass-loader": "17.0.0",
|
||||
"stylelint": "^17.13.0",
|
||||
"stylelint-config-standard": "^40.0.0",
|
||||
"tailwindcss": "4.3.0",
|
||||
"tailwindcss": "4.3.1",
|
||||
"turbolinks": "5.2.0",
|
||||
"vite": "^8.0.16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inertiajs/react": "^3.3.1",
|
||||
"@inertiajs/react": "^3.4.0",
|
||||
"@vitejs/plugin-react": "^6.0.2",
|
||||
"flowbite": "4.0.2",
|
||||
"json5": "^2.2.3",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"sass": "1.100.0",
|
||||
"sass": "1.101.0",
|
||||
"swiper": "^12.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user