Skip to content

Commit 9f35c9a

Browse files
committed
chore: update deps
1 parent 200d628 commit 9f35c9a

File tree

16 files changed

+7794
-5726
lines changed

16 files changed

+7794
-5726
lines changed

apps/docs/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"scripts": {
77
"dev": "vitepress",
8-
"build": "vitepress build",
8+
"build": "exit 0",
99
"serve": "vitepress serve",
1010
"preinstall": "npx only-allow pnpm"
1111
},
@@ -24,16 +24,5 @@
2424
"devDependencies": {
2525
"@types/markdown-it": "^12.2.3",
2626
"@types/node": "^16.9.1"
27-
},
28-
"pnpm": {
29-
"peerDependencyRules": {
30-
"ignoreMissing": [
31-
"@algolia/client-search",
32-
"react",
33-
"react-dom",
34-
"@types/react",
35-
"search-insights"
36-
]
37-
}
3827
}
3928
}

apps/example/composer.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"name": "hana/app",
3+
"description": "Leaf Server for your Hana applications",
4+
"keywords": [
5+
"authentication",
6+
"simple auth",
7+
"login",
8+
"register",
9+
"leaf",
10+
"php",
11+
"framework"
12+
],
13+
"homepage": "https://leafphp.netlify.app/#/",
14+
"type": "library",
15+
"license": "MIT",
16+
"authors": [
17+
{
18+
"name": "Michael Darko",
19+
"email": "mickdd22@gmail.com",
20+
"homepage": "https://mychi.netlify.app",
21+
"role": "Developer"
22+
}
23+
],
24+
"autoload": {
25+
"psr-4": {
26+
"Leaf\\": "src"
27+
},
28+
"files": [
29+
"src/functions.php"
30+
]
31+
},
32+
"minimum-stability": "stable",
33+
"prefer-stable": true,
34+
"require": {
35+
"leafs/date": "*",
36+
"leafs/password": "*",
37+
"leafs/session": "*",
38+
"leafs/db": "*",
39+
"leafs/form": "*",
40+
"leafs/http": "*"
41+
},
42+
"config": {
43+
"allow-plugins": {
44+
"pestphp/pest-plugin": true
45+
}
46+
},
47+
"require-dev": {
48+
"leafs/alchemy": "^1.0",
49+
"pestphp/pest": "^1.0 | ^2.0"
50+
},
51+
"scripts": {
52+
"test": "vendor/bin/pest --colors=always --coverage"
53+
}
54+
}

apps/example/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -16,23 +16,23 @@
1616
"@hanabira/store": "workspace:*",
1717
"@types/nprogress": "^0.2.3",
1818
"nprogress": "^0.2.0",
19-
"react": "^18.2.0",
20-
"react-dom": "^18.2.0",
21-
"react-router-dom": "^6.19.0",
22-
"solid-js": "^1.8.5"
19+
"react": "^18.3.1",
20+
"react-dom": "^18.3.1",
21+
"react-router-dom": "^6.27.0",
22+
"solid-js": "^1.9.3"
2323
},
2424
"devDependencies": {
2525
"@hanabira/config": "workspace:*",
26-
"@types/node": "^18.11.17",
27-
"@types/react": "^18.2.0",
28-
"@types/react-dom": "^18.2.0",
29-
"@typescript-eslint/eslint-plugin": "^6.10.0",
30-
"@typescript-eslint/parser": "^6.10.0",
31-
"@vitejs/plugin-react": "^4.2.0",
32-
"eslint": "^8.53.0",
33-
"eslint-plugin-react-hooks": "^4.6.0",
34-
"eslint-plugin-react-refresh": "^0.4.4",
35-
"typescript": "^5.2.2",
36-
"vite": "^5.0.0"
26+
"@types/node": "^18.19.59",
27+
"@types/react": "^18.3.12",
28+
"@types/react-dom": "^18.3.1",
29+
"@typescript-eslint/eslint-plugin": "^6.21.0",
30+
"@typescript-eslint/parser": "^6.21.0",
31+
"@vitejs/plugin-react": "^4.3.3",
32+
"eslint": "^8.57.1",
33+
"eslint-plugin-react-hooks": "^4.6.2",
34+
"eslint-plugin-react-refresh": "^0.4.14",
35+
"typescript": "^5.6.3",
36+
"vite": "^5.4.10"
3737
}
3838
}

apps/example/src/server/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?php
2+

0 commit comments

Comments
 (0)