Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/1_Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ body:
options:
- Alpine
- React
- React w/ Inertia
- Vue
- Vue w/ Inertia
validations:
required: true
- type: textarea
Expand Down
14 changes: 0 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,9 @@ updates:
# Only open pull requests for security updates...
open-pull-requests-limit: 0

- package-ecosystem: "npm"
directory: "/packages/react-inertia"
schedule:
interval: "daily"
# Only open pull requests for security updates...
open-pull-requests-limit: 0

- package-ecosystem: "npm"
directory: "/packages/vue"
schedule:
interval: "daily"
# Only open pull requests for security updates...
open-pull-requests-limit: 0

- package-ecosystem: "npm"
directory: "/packages/vue-inertia"
schedule:
interval: "daily"
# Only open pull requests for security updates...
open-pull-requests-limit: 0
2 changes: 0 additions & 2 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ fi
npm version $1 \
--workspace=packages/core \
--workspace=packages/react \
--workspace=packages/react-inertia \
--workspace=packages/vue \
--workspace=packages/vue-inertia \
--workspace=packages/alpine
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
"workspaces": [
"packages/core",
"packages/react",
"packages/react-inertia",
"packages/vue",
"packages/vue-inertia",
"packages/alpine"
],
"scripts": {
"watch": "npx concurrently \"npm run watch --workspace=packages/core\" \"npm run watch --workspace=packages/react\" \"npm run watch --workspace=packages/react-inertia\" \"npm run watch --workspace=packages/vue\" \"npm run watch --workspace=packages/vue-inertia\" \"npm run watch --workspace=packages/alpine\" --names=core,react,react-inertia,vue,vue-inertia,alpine",
"watch": "npx concurrently \"npm run watch --workspace=packages/core\" \"npm run watch --workspace=packages/react\" \"npm run watch \"npm run watch --workspace=packages/vue\" \"npm run watch \"npm run watch --workspace=packages/alpine\" --names=core,react,vue,alpine",
"build": "npm run build --workspaces",
"link": "npm link --workspaces",
"typeCheck": "npm run typeCheck --workspaces",
Expand Down
2 changes: 0 additions & 2 deletions packages/react-inertia/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions packages/react-inertia/LICENSE.md

This file was deleted.

31 changes: 0 additions & 31 deletions packages/react-inertia/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions packages/react-inertia/package.json

This file was deleted.

220 changes: 0 additions & 220 deletions packages/react-inertia/src/index.ts

This file was deleted.

Loading