dependabot[bot]
18c6022d5f
build(deps): bump the npm_and_yarn group across 1 directory with 3 updates
...
Bumps the npm_and_yarn group with 3 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ), [esbuild](https://github.com/evanw/esbuild ) and [laravel-vite-plugin](https://github.com/laravel/vite-plugin ).
Updates `vite` from 4.5.5 to 4.5.9
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite )
Updates `esbuild` from 0.18.20 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.20...v0.25.0 )
Updates `laravel-vite-plugin` from 0.8.1 to 1.2.0
- [Release notes](https://github.com/laravel/vite-plugin/releases )
- [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md )
- [Upgrade guide](https://github.com/laravel/vite-plugin/blob/1.x/UPGRADE.md )
- [Commits](https://github.com/laravel/vite-plugin/compare/v0.8.1...v1.2.0 )
Updates `vite` from 4.5.9 to 6.2.0
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: esbuild
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: laravel-vite-plugin
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: vite
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-04 11:44:44 +00:00
dependabot[bot]
4daebc10a3
build(deps-dev): bump vite in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 4.5.3 to 4.5.5
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-18 02:46:10 +00:00
dependabot[bot]
81a77af790
build(deps-dev): bump axios in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios ).
Updates `axios` from 1.6.1 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.1...v1.7.4 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-15 12:25:14 +00:00
dependabot[bot]
5090bf3552
build(deps-dev): bump vite from 4.5.2 to 4.5.3
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-04 01:37:52 +00:00
Rico van Zelst
6f483acc6d
feat(deps): add terser for minification
...
- Added "terser" package as a dependency in package.json
- Configured Vite to use terser for minification in vite.config.js
2024-02-27 13:05:27 +01:00
dependabot[bot]
b78acd15b4
build(deps-dev): bump vite from 4.5.1 to 4.5.2
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-20 05:44:52 +00:00
Rico van Zelst
83e94327d3
feat(octane): add Octane server configuration and listeners
...
This commit adds the necessary changes to the `composer.json` file to include the `laravel/octane` package as a dependency. It also introduces a new `config/octane.php` file that contains the configuration for Octane's server, HTTPS settings, event listeners, warm/flush bindings, Swoole tables, cache table, file watching, garbage collection threshold, and maximum execution time.
The added dependencies in `package.json` include `chokidar`, which is used for file watching functionality.
These changes enable the use of Laravel Octane for improved performance and efficiency in handling requests.
2024-01-13 19:24:23 +01:00
Rico van Zelst
3de5f42860
feat: blog post show page
2023-12-12 14:32:44 +01:00
dependabot[bot]
4d198b89dc
build(deps-dev): bump vite from 4.5.0 to 4.5.1
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-05 23:48:40 +00:00
Rico van Zelst
149174ebc3
feat: champ information, style improvement
2023-11-08 14:12:51 +01:00
Rico van Zelst
b0a88ba3b9
Revert "feat: test css optim"
...
This reverts commit f7272e015a .
2023-11-08 10:50:36 +01:00
Rico van Zelst
f7272e015a
feat: test css optim
2023-11-08 10:42:23 +01:00
Rico van Zelst
bb771faf25
🍺 Laravel Pint ran
...
- Moved the import statement for `Champion` and `ChampionSkin` models in their respective controllers to improve code organization.
- Refactored image attribute methods in the `Champion` model to use string interpolation for better readability.
- Refactored image attribute methods in the `ChampionSkin` model to use string interpolation for better readability.
This commit improves code organization and readability by refactoring import statements and using string interpolation for image attribute methods.
2023-10-27 01:23:39 +02:00
Rico van Zelst
38237a2219
🌟 Added dev-laravel, dev-node, and dev-all scripts 🚀
...
Added new scripts to package.json for easier development. The new scripts include "dev-laravel" for serving Laravel, "dev-node" for running npm dev, and "dev-all" for running both simultaneously. Also added "npm-run-all" as a dependency.
2023-10-27 01:06:12 +02:00
Rico van Zelst
c1194738c5
🖼️ Navbar + Icon + Font
2023-10-26 16:57:28 +02:00
Rico van Zelst
23c31f88c5
Tailwind + Logo
2023-10-25 22:40:15 +02:00
Rico van Zelst
6aa1f21eb1
🏗️ Laravel Installation
2023-10-14 17:00:26 +02:00