Skip to content

Commit d323ed5

Browse files
fix: position of browse and create buttons #1424 (#1463)
* fix(footer): fixed the overlapping layout issue of browse and create button for small and medium sized devices * fix: resolved merge conflicts * fix: replaced email with meetup link * fix: added email section --------- Co-authored-by: Priyankar Pal <[email protected]>
1 parent db8086f commit d323ed5

File tree

19 files changed

+2787
-3415
lines changed

19 files changed

+2787
-3415
lines changed

package.json

Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"@emotion/react": "^11.11.1",
6+
"@emotion/react": "^11.11.3",
77
"@emotion/styled": "^11.11.0",
8-
"@faker-js/faker": "^8.1.0",
9-
"@giscus/react": "^2.3.0",
10-
"@mui/icons-material": "^5.14.13",
8+
"@faker-js/faker": "^8.3.1",
9+
"@giscus/react": "^2.4.0",
10+
"@mui/icons-material": "^5.15.6",
1111
"@mui/joy": "5.0.0-beta.10",
12-
"@mui/material": "^5.14.13",
13-
"@mui/styles": "^5.14.13",
12+
"@mui/material": "^5.15.6",
13+
"@mui/styles": "^5.15.6",
1414
"@nhost/react": "^0.9.2",
1515
"@reduxjs/toolkit": "^1.9.7",
1616
"@tensorflow-models/coco-ssd": "^2.2.3",
17-
"@tensorflow/tfjs": "^4.11.0",
17+
"@tensorflow/tfjs": "^4.16.0",
1818
"add": "^2.0.6",
19-
"axios": "^1.5.1",
19+
"axios": "^1.6.5",
2020
"browser-image-compression": "^2.0.2",
21-
"classnames": "^2.3.2",
22-
"codemirror": "^5.65.15",
21+
"classnames": "^2.5.1",
22+
"codemirror": "^5.65.16",
2323
"date-fns": "^2.30.0",
2424
"dom-to-image": "^2.6.0",
25-
"dompurify": "^3.0.6",
25+
"dompurify": "^3.0.8",
2626
"downloadjs": "^1.4.7",
2727
"file-saver": "^2.0.5",
2828
"firebase": "9.9.0",
@@ -36,8 +36,8 @@
3636
"leaflet": "^1.9.4",
3737
"lodash": "^4.17.21",
3838
"lodash.memoize": "^4.1.2",
39-
"mathjs": "^11.11.2",
40-
"p5": "^1.7.0",
39+
"mathjs": "^11.12.0",
40+
"p5": "^1.9.0",
4141
"react": "^18.2.0",
4242
"react-codemirror2": "^7.3.0",
4343
"react-color": "^2.19.3",
@@ -48,7 +48,7 @@
4848
"react-error-boundary": "^3.1.4",
4949
"react-helmet": "^6.1.0",
5050
"react-hot-toast": "^2.4.1",
51-
"react-icons": "^4.8.0",
51+
"react-icons": "^4.12.0",
5252
"react-infinite-scroll-component": "^6.1.0",
5353
"react-infinite-scroll-hook": "^4.1.1",
5454
"react-infinite-scroller": "^1.2.6",
@@ -58,19 +58,19 @@
5858
"react-p5": "^1.4.1",
5959
"react-qr-code": "^2.0.12",
6060
"react-redux": "^8.1.3",
61-
"react-router-dom": "^6.16.0",
61+
"react-router-dom": "^6.21.3",
6262
"react-scripts": "5.0.0",
6363
"react-shimmer-effect": "^1.0.9",
6464
"react-simple-maps": "^2.3.0",
6565
"react-toastify": "^9.1.3",
6666
"react-twitter-widgets": "^1.11.0",
67-
"react-webcam": "^7.1.1",
67+
"react-webcam": "^7.2.0",
6868
"redux": "^4.2.1",
6969
"redux-persist": "^6.0.0",
7070
"remarkable": "^2.0.1",
7171
"reselect": "^4.1.8",
72-
"sass": "^1.69.6",
73-
"styled-components": "^6.1.0",
72+
"sass": "^1.70.0",
73+
"styled-components": "^6.1.8",
7474
"swiper": "^9.4.1",
7575
"url": "^0.11.3",
7676
"web-vitals": "^2.1.4",
@@ -80,7 +80,8 @@
8080
"workbox-precaching": "^7.0.0",
8181
"workbox-routing": "^7.0.0",
8282
"workbox-strategies": "^7.0.0",
83-
"workbox-window": "^7.0.0"
83+
"workbox-window": "^7.0.0",
84+
"yarn": "^1.22.21"
8485
},
8586
"scripts": {
8687
"dev": "react-scripts start",
@@ -123,39 +124,39 @@
123124
]
124125
},
125126
"devDependencies": {
126-
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
127+
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
127128
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
128129
"@testing-library/jest-dom": "^5.17.0",
129130
"@testing-library/react": "^13.4.0",
130-
"@types/dompurify": "^3.0.3",
131-
"@types/lodash": "^4.14.199",
132-
"@types/node": "^20.8.6",
133-
"@types/p5": "^1.7.0",
134-
"@types/react": "^18.2.28",
135-
"@types/react-dom": "^18.2.13",
131+
"@types/dompurify": "^3.0.5",
132+
"@types/lodash": "^4.14.202",
133+
"@types/node": "^20.11.6",
134+
"@types/p5": "^1.7.6",
135+
"@types/react": "^18.2.48",
136+
"@types/react-dom": "^18.2.18",
136137
"@typescript-eslint/eslint-plugin": "6.4.0",
137-
"@typescript-eslint/parser": "^6.7.5",
138-
"autoprefixer": "^10.4.16",
138+
"@typescript-eslint/parser": "^6.19.1",
139+
"autoprefixer": "^10.4.17",
139140
"cypress": "^10.11.0",
140-
"eslint": "^8.51.0",
141-
"eslint-config-prettier": "^9.0.0",
141+
"eslint": "^8.56.0",
142+
"eslint-config-prettier": "^9.1.0",
142143
"eslint-config-standard-with-typescript": "^39.1.1",
143144
"eslint-import-resolver-typescript": "^3.6.1",
144-
"eslint-plugin-import": "^2.28.1",
145-
"eslint-plugin-n": "^16.2.0",
146-
"eslint-plugin-prettier": "^5.0.1",
145+
"eslint-plugin-import": "^2.29.1",
146+
"eslint-plugin-n": "^16.6.2",
147+
"eslint-plugin-prettier": "^5.1.3",
147148
"eslint-plugin-promise": "^6.1.1",
148149
"eslint-plugin-react": "^7.33.2",
149150
"eslint-plugin-react-hooks": "^4.6.0",
150151
"husky": "^8.0.3",
151152
"lint-staged": "^13.3.0",
152-
"postcss": "^8.4.31",
153+
"postcss": "^8.4.33",
153154
"postcss-import": "^15.1.0",
154-
"prettier": "^3.0.3",
155-
"puppeteer": "^21.3.8",
155+
"prettier": "^3.2.4",
156+
"puppeteer": "^21.9.0",
156157
"react-snap": "^1.23.0",
157158
"tailwind-scrollbar": "^2.1.0",
158-
"tailwindcss": "^3.3.3",
159-
"typescript": "^5.2.2"
159+
"tailwindcss": "^3.4.1",
160+
"typescript": "^5.3.3"
160161
}
161162
}

0 commit comments

Comments
 (0)