Skip to content

Commit 3c89784

Browse files
authored
[1.x] Remove Inertia packages (#136)
* Remove Inertia packages * More cleanup
1 parent 6f33392 commit 3c89784

File tree

21 files changed

+1
-1256
lines changed

21 files changed

+1
-1256
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ body:
2525
options:
2626
- Alpine
2727
- React
28-
- React w/ Inertia
2928
- Vue
30-
- Vue w/ Inertia
3129
validations:
3230
required: true
3331
- type: textarea

.github/dependabot.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,9 @@ updates:
2929
# Only open pull requests for security updates...
3030
open-pull-requests-limit: 0
3131

32-
- package-ecosystem: "npm"
33-
directory: "/packages/react-inertia"
34-
schedule:
35-
interval: "daily"
36-
# Only open pull requests for security updates...
37-
open-pull-requests-limit: 0
38-
3932
- package-ecosystem: "npm"
4033
directory: "/packages/vue"
4134
schedule:
4235
interval: "daily"
4336
# Only open pull requests for security updates...
4437
open-pull-requests-limit: 0
45-
46-
- package-ecosystem: "npm"
47-
directory: "/packages/vue-inertia"
48-
schedule:
49-
interval: "daily"
50-
# Only open pull requests for security updates...
51-
open-pull-requests-limit: 0

bin/release

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ fi
1313
npm version $1 \
1414
--workspace=packages/core \
1515
--workspace=packages/react \
16-
--workspace=packages/react-inertia \
1716
--workspace=packages/vue \
18-
--workspace=packages/vue-inertia \
1917
--workspace=packages/alpine

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
"workspaces": [
55
"packages/core",
66
"packages/react",
7-
"packages/react-inertia",
87
"packages/vue",
9-
"packages/vue-inertia",
108
"packages/alpine"
119
],
1210
"scripts": {
13-
"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",
11+
"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",
1412
"build": "npm run build --workspaces",
1513
"link": "npm link --workspaces",
1614
"typeCheck": "npm run typeCheck --workspaces",

packages/react-inertia/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/react-inertia/LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/react-inertia/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/react-inertia/package.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

packages/react-inertia/src/index.ts

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)