Skip to content

Commit

Permalink
Merge pull request #90 from kiwilan/develop
Browse files Browse the repository at this point in the history
v3.1.05
  • Loading branch information
ewilan-riviere authored Dec 23, 2024
2 parents cb8be89 + f3c482d commit 2e84d20
Show file tree
Hide file tree
Showing 8 changed files with 251 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
node: [18]
stability: [prefer-stable]
services:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwilan/typescriptable-laravel",
"description": "PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.",
"version": "3.1.03",
"version": "3.1.05",
"keywords": [
"kiwilan",
"laravel",
Expand Down Expand Up @@ -34,7 +34,7 @@
"require-dev": {
"larastan/larastan": "^2.8.0",
"laravel/pint": "^1.0",
"mongodb/laravel-mongodb": "^4.7",
"mongodb/laravel-mongodb": "^5.1.0",
"nunomaduro/collision": "^8.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@kiwilan/typescriptable-laravel",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "pnpm run --parallel dev",
"build": "pnpm recursive run build",
Expand All @@ -12,7 +13,6 @@
"package": "pnpm recursive run package",
"release": "pnpm recursive run release"
},
"license": "MIT",
"dependencies": {
"@antfu/eslint-config": "^2.6.2",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"rimraf": "^5.0.7",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.1",
"vite": "^5.0.11",
"vite": "^5.1.8",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.2.0",
"vue": "^3.4.13"
Expand Down
Loading

0 comments on commit 2e84d20

Please sign in to comment.