Compare commits
65
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a024667c7e | ||
|
|
6ed62dcb18 | ||
|
|
731d5bc7e5 | ||
|
|
dc23feb6f2 | ||
|
|
e2547fe0db | ||
|
|
accf480bfa | ||
|
|
ea5cd240e2 | ||
|
|
7a6a128749 | ||
|
|
c5c7f52c43 | ||
|
|
fe71423929 | ||
|
|
354ffbd303 | ||
|
|
b2edb9f825 | ||
|
|
44c649cc09 | ||
|
|
e208104198 | ||
|
|
8d41218e46 | ||
|
|
90e2da4100 | ||
|
|
e890c24de9 | ||
|
|
b9f57abfff | ||
|
|
b1bdf83fb9 | ||
|
|
ab97e845de | ||
|
|
8fe9e923e5 | ||
|
|
34f604ae5d | ||
|
|
69868190f7 | ||
|
|
772d555b3f | ||
|
|
4c582d3869 | ||
|
|
48edcb8c00 | ||
|
|
77dcedbb70 | ||
|
|
d1bebb1dc6 | ||
|
|
346611bbc3 | ||
|
|
a113d90a90 | ||
|
|
c9cd0bca2e | ||
|
|
9540e3f8f9 | ||
|
|
0914d68237 | ||
|
|
8d206f4d51 | ||
|
|
7ca0e74634 | ||
|
|
ab4c6c9d0c | ||
|
|
58befb5a9a | ||
|
|
3667a0be29 | ||
|
|
033a2f8f95 | ||
|
|
df2316bb8f | ||
|
|
2074f0db8f | ||
|
|
b397650fb9 | ||
|
|
6a55d4f4fa | ||
|
|
7351798daf | ||
|
|
f5008d28b9 | ||
|
|
3708157c55 | ||
|
|
1dc2d953c0 | ||
|
|
a7eecd8aa0 | ||
|
|
2536f659e6 | ||
|
|
861f2851dc | ||
|
|
6269c1d76a | ||
|
|
0a23574ec9 | ||
|
|
5fe728a7ea | ||
|
|
a4d045c7af | ||
|
|
b85723d0bd | ||
|
|
76d6119259 | ||
|
|
1833031223 | ||
|
|
d53d049ddc | ||
|
|
df6d365ca1 | ||
|
|
4f60d0c285 | ||
|
|
8f5b3916a1 | ||
|
|
48ebf19a2b | ||
|
|
77f6274473 | ||
|
|
de35f684c7 | ||
|
|
e89cd478b4 |
@@ -11,7 +11,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Run renovate
|
- name: Run renovate
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
@@ -62,9 +62,9 @@ jobs:
|
|||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
|||||||
Generated
+3231
-3904
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -44,7 +44,7 @@
|
|||||||
"@types/react": "^19.2.12",
|
"@types/react": "^19.2.12",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"prettier": "^3.8.1",
|
"prettier": "^3.8.1",
|
||||||
"react": "^18.3.1",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-router-dom": "^6.30.3",
|
"react-router-dom": "^6.30.3",
|
||||||
"styled-components": "^6.3.8",
|
"styled-components": "^6.3.8",
|
||||||
|
|||||||
Generated
+3628
-3951
File diff suppressed because it is too large
Load Diff
@@ -17,13 +17,13 @@
|
|||||||
"upgrade:dry": "npx @strapi/upgrade latest --dry"
|
"upgrade:dry": "npx @strapi/upgrade latest --dry"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-cloud": "5.35.0",
|
"@strapi/plugin-cloud": "5.50.2",
|
||||||
"@strapi/plugin-users-permissions": "5.35.0",
|
"@strapi/plugin-users-permissions": "5.50.2",
|
||||||
"@strapi/strapi": "5.35.0",
|
"@strapi/strapi": "5.50.2",
|
||||||
"better-sqlite3": "12.6.2",
|
"better-sqlite3": "13.0.1",
|
||||||
"fs-extra": "^11.0.0",
|
"fs-extra": "^11.0.0",
|
||||||
"mime-types": "^3.0.0",
|
"mime-types": "^3.0.0",
|
||||||
"react": "^18.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
"react-router-dom": "^6.0.0",
|
"react-router-dom": "^6.0.0",
|
||||||
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
|
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
|
||||||
|
|||||||
Reference in New Issue
Block a user