Skip to content

Commit

Permalink
Merge branch 'main' into downgrade-react-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Jul 17, 2024
2 parents 8741ae4 + 19dfcb1 commit c32af8a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 36 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ jobs:

name: Install dependencies
- run: npm install
name: format code
- run: npm run format
4 changes: 0 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ coverage

# Ignore all HTML files:
**/*.html
**/*.md
**/.md
**/*.mdx
**/*.json

**/.git
**/.svn
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "studentsapp",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.2.4",
Expand All @@ -11,7 +10,7 @@
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"framer-motion": "^11.2.11",
"framer-motion": "^11.3.2",
"i18next": "^23.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -23,7 +22,7 @@
"react-scripts": "5.0.1",
"react-social-icons": "^6.16.0",
"swiper": "^11.1.4",
"web-vitals": "^4.2.0"
"web-vitals": "^4.2.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -32,7 +31,10 @@
"eject": "react-scripts eject",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\""
},

"repository": {
"type": "git",
"url": "https://github.com/open-source-uom/myuom.git"
},
"engines": {
"node": ">=14.21.3"
},
Expand All @@ -56,7 +58,6 @@
]
},
"devDependencies": {
"prettier": "3.3.2"
"prettier": "3.3.3"
}

}

0 comments on commit c32af8a

Please sign in to comment.