Skip to content

Commit

Permalink
Merge branch 'main' into b1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamRabia-N authored Jul 27, 2023
2 parents 0be33e0 + e073f20 commit 80f4f44
Show file tree
Hide file tree
Showing 112 changed files with 49,499 additions and 8,436 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Auto Comment
on:
issues:
types:
- opened
- closed
- assigned

pull_request:
types:
- opened
- closed

jobs:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,4 @@ git push -u origin <your_branch_name>
<a href="https://gssoc.girlscript.tech/"><img src="https://repository-images.githubusercontent.com/331823142/9764a900-5c8e-11eb-9f94-da2a01385e83" width="10%"/></a>
</div>
<h2 align="center">Happy Contributing!🎉</h2>
<h2 align="center">Thank you</h2>
151 changes: 97 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.22.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/standalone": "^7.22.5",
"@fortawesome/fontawesome-free": "^6.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/chess.js": "^0.13.4",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-dom": "^18.2.7",
"@types/redux": "^3.6.0",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
Expand All @@ -33,7 +34,7 @@
"react-spinners": "^0.13.8",
"react-tooltip": "^5.18.0",
"reactstrap": "^9.2.0",
"styled-components": "^6.0.3",
"styled-components": "^6.0.5",
"web-vitals": "^3.3.2",
"webfontloader": "^1.6.28"
},
Expand Down Expand Up @@ -65,6 +66,6 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"html-loader": "^4.2.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.63.4"
"sass": "^1.64.1"
}
}
Loading

0 comments on commit 80f4f44

Please sign in to comment.