Skip to content

Commit ef2533b

Browse files
Update all dependencies
1 parent f943a70 commit ef2533b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/issue_creation_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '14'
18+
node-version: '22'
1919

2020
- name: Retrieve Contributor's Open Issues
2121
id: retrieve-issues

.github/workflows/pr_creation_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '14'
18+
node-version: '22'
1919

2020
- name: Validate PR Description
2121
id: validate-pr

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@mdx-js/react": "^3.0.0",
4141
"@tsparticles/react": "^3.0.0",
4242
"@tsparticles/slim": "^3.4.0",
43-
"@types/react": "^18.3.9",
44-
"@types/react-dom": "^18.3.0",
43+
"@types/react": "^19.0.0",
44+
"@types/react-dom": "^19.0.0",
4545
"axios": "^1.7.2",
4646
"class-variance-authority": "^0.7.0",
4747
"clsx": "^2.1.1",
@@ -54,8 +54,8 @@
5454
"passport-github": "^1.1.0",
5555
"prism-react-renderer": "^2.3.1",
5656
"raw-loader": "^4.0.2",
57-
"react": "^18.0.0",
58-
"react-dom": "^18.0.0",
57+
"react": "^19.0.0",
58+
"react-dom": "^19.0.0",
5959
"react-icons": "^5.2.1",
6060
"react-lite-youtube-embed": "^2.4.0",
6161
"react-phone-input-2": "^2.15.1",
@@ -84,7 +84,7 @@
8484
"gh-pages": "^6.1.1",
8585
"lighthouse": "^12.2.2",
8686
"postcss": "^8.4.47",
87-
"tailwindcss": "^3.4.12"
87+
"tailwindcss": "^4.0.0"
8888
},
8989
"browserslist": {
9090
"production": [

0 commit comments

Comments
 (0)