Skip to content

Commit 677a85a

Browse files
Update all dependencies
1 parent d8cb98b commit 677a85a

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Greet first-time contributors
2222
id: greet
23-
uses: actions/first-interaction@v1
23+
uses: actions/first-interaction@v2
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
issue-message: |

.github/workflows/issue_creation_workflow.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
"@docusaurus/theme-search-algolia": "^3.3.2",
3333
"@docusaurus/utils-validation": "^3.3.2",
3434
"@fluentui/react-icons": "^2.0.242",
35-
"@fortawesome/fontawesome-svg-core": "^6.5.2",
36-
"@fortawesome/free-brands-svg-icons": "^6.5.2",
37-
"@fortawesome/free-solid-svg-icons": "^6.5.1",
35+
"@fortawesome/fontawesome-svg-core": "^7.0.0",
36+
"@fortawesome/free-brands-svg-icons": "^7.0.0",
37+
"@fortawesome/free-solid-svg-icons": "^7.0.0",
3838
"@fortawesome/react-fontawesome": "^0.2.2",
3939
"@giscus/react": "^3.0.0",
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,16 +54,16 @@
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",
6262
"react-popper": "^2.3.0",
6363
"react-redux": "^9.1.0",
6464
"react-simple-code-editor": "^0.14.0",
6565
"react-window": "^1.8.10",
66-
"recharts": "^2.12.7",
66+
"recharts": "^3.0.0",
6767
"redux": "^5.0.1",
6868
"rehype-katex": "^7.0.0",
6969
"remark-math": "^6.0.0",
@@ -80,11 +80,11 @@
8080
"@docusaurus/types": "^3.7.0",
8181
"@types/node": "^22.6.1",
8282
"autoprefixer": "^10.4.20",
83-
"dotenv": "^16.4.5",
83+
"dotenv": "^17.0.0",
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)