Skip to content

Commit

Permalink
Merge pull request #112 from torin-asakura/fix/feedback-form
Browse files Browse the repository at this point in the history
fix/feedback form
  • Loading branch information
TorinAsakura authored Aug 17, 2023
2 parents 959e445 + 783e349 commit 26cc23e
Show file tree
Hide file tree
Showing 122 changed files with 6,095 additions and 3,762 deletions.
6,183 changes: 4,167 additions & 2,016 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/fsevents-patch-19706e7e35-9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,132 changes: 566 additions & 566 deletions .yarn/releases/yarn-file.cjs

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions forks/react-locomotive-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
},
"devDependencies": {
"@types/react": "17.0.1",
"locomotive-scroll": "^4.1.4"
"locomotive-scroll": "4.1.4"
},
"peerDependencies": {
"locomotive-scroll": "^4.1.4",
"react": "^18.0.2"
"locomotive-scroll": "4.1.4",
"react": "*",
"react-dom": "*"
}
}
9 changes: 5 additions & 4 deletions globals/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"version": "0.0.1",
"main": "src/index.ts",
"devDependencies": {
"@apollo/client": "^3.6.9",
"graphql": "^15.5.1",
"react": "^17.0.2"
"@apollo/client": "3.6.9",
"graphql": "15.5.1",
"react": "17.0.2"
},
"peerDependencies": {
"@apollo/client": "*",
"react": "*"
"react": "*",
"react-dom": "*"
}
}
2 changes: 1 addition & 1 deletion globals/language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"main": "src/index.ts",
"devDependencies": {
"react": "^17.0.2"
"react": "17.0.2"
},
"peerDependencies": {
"react": "*"
Expand Down
66 changes: 33 additions & 33 deletions landing/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,47 +9,47 @@
"start": "node dist/index.js"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@apollo/react-ssr": "^4.0.0",
"@atls/next-app-with-apollo": "^0.2.70",
"@atls/next-app-with-helmet": "^0.2.64",
"@atls/next-document-with-gtag": "^0.0.4",
"@atls/next-document-with-helmet": "^0.2.64",
"@atls/next-document-with-icons": "^0.0.2",
"@atls/next-document-with-opengraph": "^0.0.2",
"@emotion/cache": "^11.9.3",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"events": "^3.3.0",
"express": "^4.17.1",
"graphql": "^15.5.1",
"locomotive-scroll": "^4.1.4",
"@apollo/client": "3.6.9",
"@apollo/react-ssr": "4.0.0",
"@atls/next-app-with-apollo": "0.2.71",
"@atls/next-app-with-helmet": "0.2.65",
"@atls/next-document-with-gtag": "0.0.4",
"@atls/next-document-with-helmet": "0.2.67",
"@atls/next-document-with-icons": "0.0.2",
"@atls/next-document-with-opengraph": "0.0.2",
"@emotion/cache": "11.9.3",
"@emotion/css": "11.9.0",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"events": "3.3.0",
"express": "4.17.1",
"graphql": "15.5.1",
"locomotive-scroll": "4.1.4",
"mapbox-gl": "2.6.1",
"next": "^12.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"recompose": "^0.30.0",
"styled-system": "^5.1.5",
"typescript": "^4.3.5"
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"recompose": "0.30.0",
"styled-system": "5.1.5"
},
"devDependencies": {
"@atls/next-sitemap-generator": "^0.0.3",
"@atls/next-sitemap-generator": "0.0.3",
"@globals/data": "workspace:0.0.1",
"@globals/language": "workspace:0.0.1",
"@landing/404-page": "workspace:0.0.1",
"@landing/contacts-page": "workspace:0.0.1",
"@landing/index-page": "workspace:0.0.1",
"@landing/relocation-page": "workspace:0.0.1",
"@types/events": "^3",
"@types/express": "^4",
"@types/mapbox-gl": "^2",
"@types/node": "16",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/react-helmet": "^6",
"@types/recompose": "^0",
"@ui/theme": "workspace:0.0.1"
"@types/events": "3.0.0",
"@types/express": "4.17.17",
"@types/mapbox-gl": "2.7.13",
"@types/node": "16.11.7",
"@types/react": "17.0.15",
"@types/react-dom": "17.0.9",
"@types/react-helmet": "6.1.6",
"@types/recompose": "0.30.10",
"@ui/theme": "workspace:0.0.1",
"typescript": "4.4.4"
}
}
15 changes: 8 additions & 7 deletions landing/fragments/landing-404/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@
"@ui/text": "workspace:0.0.1"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@apollo/client": "3.6.9",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@globals/data": "workspace:0.0.1",
"@globals/language": "workspace:0.0.1",
"@globals/messages": "workspace:0.0.1",
"@types/styled-system": "^5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-system": "^5.1.5"
"@types/styled-system": "5.1.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@apollo/client": "*",
"@emotion/react": "*",
"@emotion/styled": "*",
"@globals/data": "*",
"@globals/language": "*",
"graphql": "*",
"next": "*",
"react": "*",
"react-dom": "*",
Expand Down
21 changes: 11 additions & 10 deletions landing/fragments/landing-about/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"@ui/layout": "workspace:0.0.1",
"@ui/link": "workspace:0.0.1",
"@ui/text": "workspace:0.0.1",
"framer-motion": "^6.5.1",
"nanoid": "^4.0.0",
"swiper": "^8.3.1"
"framer-motion": "6.5.1",
"nanoid": "4.0.0",
"swiper": "8.3.1"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@apollo/client": "3.6.9",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@globals/data": "workspace:0.0.1",
"@globals/language": "workspace:0.0.1",
"@types/styled-system": "^5",
"@types/styled-system": "5.1.12",
"@ui/spy-scroll": "workspace:0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-system": "^5.1.5"
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@apollo/client": "*",
Expand All @@ -32,6 +32,7 @@
"@globals/data": "*",
"@globals/language": "*",
"@ui/spy-scroll": "*",
"graphql": "*",
"next": "*",
"react": "*",
"react-dom": "*",
Expand Down
15 changes: 8 additions & 7 deletions landing/fragments/landing-branches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@ui/text": "workspace:0.0.1"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@apollo/client": "3.6.9",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@globals/data": "workspace:0.0.1",
"@globals/language": "workspace:0.0.1",
"@types/styled-system": "^5",
"@types/styled-system": "5.1.12",
"@ui/preloader": "workspace:0.0.1",
"@ui/spy-scroll": "workspace:0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-system": "^5.1.5"
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@apollo/client": "*",
Expand All @@ -33,6 +33,7 @@
"@globals/language": "*",
"@ui/preloader": "workspace:^",
"@ui/spy-scroll": "*",
"graphql": "*",
"next": "*",
"react": "*",
"react-dom": "*",
Expand Down
16 changes: 9 additions & 7 deletions landing/fragments/landing-feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@
"@ui/text": "workspace:0.0.1"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@apollo/client": "3.6.9",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@globals/data": "workspace:0.0.1",
"@globals/language": "workspace:0.0.1",
"@types/styled-system": "^5",
"@types/react": "17.0.15",
"@types/styled-system": "5.1.12",
"@ui/preloader": "workspace:0.0.1",
"@ui/spy-scroll": "workspace:0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-system": "^5.1.5"
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@apollo/client": "*",
Expand All @@ -38,6 +39,7 @@
"@globals/language": "*",
"@ui/preloader": "workspace:^",
"@ui/spy-scroll": "*",
"graphql": "*",
"next": "*",
"react": "*",
"react-dom": "*",
Expand Down
15 changes: 8 additions & 7 deletions landing/fragments/landing-footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@
"@ui/text": "workspace:0.0.1"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@apollo/client": "3.6.9",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@globals/data": "workspace:0.0.1",
"@globals/language": "workspace:0.0.1",
"@types/styled-system": "^5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-system": "^5.1.5"
"@types/styled-system": "5.1.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@apollo/client": "*",
"@emotion/react": "*",
"@emotion/styled": "*",
"@globals/data": "*",
"@globals/language": "*",
"graphql": "*",
"next": "*",
"react": "*",
"react-dom": "*",
Expand Down
17 changes: 9 additions & 8 deletions landing/fragments/landing-hero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"@ui/layout": "workspace:0.0.1",
"@ui/link": "workspace:0.0.1",
"@ui/text": "workspace:0.0.1",
"framer-motion": "^6.5.1"
"framer-motion": "6.5.1"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@apollo/client": "3.6.9",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@globals/data": "workspace:0.0.1",
"@globals/language": "workspace:0.0.1",
"@types/styled-system": "^5",
"@types/styled-system": "5.1.12",
"@ui/preloader": "workspace:0.0.1",
"@ui/spy-scroll": "workspace:0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-system": "^5.1.5"
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@apollo/client": "*",
Expand All @@ -35,6 +35,7 @@
"@globals/language": "*",
"@ui/preloader": "*",
"@ui/spy-scroll": "*",
"graphql": "*",
"next": "*",
"react": "*",
"react-dom": "*",
Expand Down
21 changes: 11 additions & 10 deletions landing/fragments/landing-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
"version": "0.0.1",
"main": "src/index.ts",
"dependencies": {
"@atls-ui-parts/mapbox": "^0.0.2",
"@emotion/css": "^11.10.0",
"@atls-ui-parts/mapbox": "0.0.2",
"@emotion/css": "11.11.2",
"@ui/layout": "workspace:0.0.1",
"mapbox-gl": "2.6.1"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@apollo/client": "3.6.9",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@globals/data": "workspace:0.0.1",
"@types/mapbox-gl": "^2",
"@types/styled-system": "^5",
"@types/mapbox-gl": "2.7.13",
"@types/styled-system": "5.1.12",
"@ui/drawer": "workspace:0.0.1",
"@ui/spy-scroll": "workspace:0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-system": "^5.1.5"
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@apollo/client": "*",
Expand All @@ -28,6 +28,7 @@
"@globals/data": "*",
"@ui/drawer": "*",
"@ui/spy-scroll": "*",
"graphql": "*",
"next": "*",
"react": "*",
"react-dom": "*",
Expand Down
Loading

0 comments on commit 26cc23e

Please sign in to comment.