Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Feb 2, 2022
1 parent 0c76291 commit c7daffa
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 167 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
"guzzlehttp/guzzle": "^6.0|^7.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2.1",
"friendsofphp/php-cs-fixer": "^3.5",
"orchestra/testbench": "^6.0|^7.0",
"pestphp/pest": "^1.20.0",
"pestphp/pest": "^1.21",
"phpunit/phpunit": "^9.3",
"spatie/laravel-ray": "^1.29",
"symfony/process": "^5.3|^6.0"
},
"autoload": {
Expand Down
58 changes: 30 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
"devDependencies": {
"@vue/theme": "^1.0.0",
"vitepress": "^0.21.6",
"vue": "^3.2.28"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react"
]
}
"vue": "^3.2.29"
}
}
22 changes: 16 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,25 @@
"docs:build": "pnpm -C docs run build",
"docs:serve": "pnpm -C docs run serve",
"release": "bumpp vite-plugin-laravel/package.json --push --tag --commit \"release: v\"",
"test:php": ".\\vendor\\bin\\pest"
"test:php": ".\\vendor\\bin\\pest"
},
"devDependencies": {
"@innocenzi/eslint-config": "^0.7.1",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"bumpp": "^7.1.1",
"eslint": "^8.7.0",
"typescript": "^4.5.4"
"eslint": "^8.8.0",
"typescript": "^4.5.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react"
]
}
}
}
Loading

0 comments on commit c7daffa

Please # to comment.