Skip to content

Commit

Permalink
Merge branch 'main' into 3067-fix-total-blocking-time
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 committed Sep 17, 2024
2 parents 6bd17c7 + b360540 commit 4360c10
Show file tree
Hide file tree
Showing 6 changed files with 643 additions and 564 deletions.
6 changes: 3 additions & 3 deletions content/global/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"addressCountry": "Australia",
"postalCode": 2089,
"phone": "+61 2 9953 3000",
"hours": "9am - 6pm AEST",
"hours": "9am - 6pm AEDT",
"days": "Monday - Friday"
},
{
Expand All @@ -83,7 +83,7 @@
"addressCountry": "Australia",
"postalCode": 3000,
"phone": "+61 3 9005 2034",
"hours": "9am - 6pm AEST",
"hours": "9am - 6pm AEDT",
"days": "Monday - Friday"
},
{
Expand All @@ -96,7 +96,7 @@
"addressCountry": "Australia",
"postalCode": 2300,
"phone": "+61 2 9953 3000",
"hours": "9am - 6pm AEST",
"hours": "9am - 6pm AEDT",
"days": "Monday - Friday"
},
{
Expand Down
2 changes: 1 addition & 1 deletion content/offices/melbourne.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addressCountry: Australia
postalCode: 3000
phone: +61 3 9005 2034
chapelLink: 'https://sswchapel.com.au/melbourne/'
hours: 9am - 6pm AEST
hours: 9am - 6pm AEDT
days: Monday - Friday
aboutUs: >
**SSW Melbourne is our 3rd successfully opened Australian office. With
Expand Down
2 changes: 1 addition & 1 deletion content/offices/newcastle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ addressCountry: Australia
postalCode: 2300
phone: +61 2 9953 3000
chapelLink: 'https://sswchapel.com.au/newcastle/'
hours: 9am - 6pm AEST
hours: 9am - 6pm AEDT
days: Monday - Friday
sidebarSecondaryPlace:
name: CivicHub.com.au
Expand Down
2 changes: 1 addition & 1 deletion content/offices/sydney.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ addressCountry: Australia
postalCode: 2089
phone: +61 2 9953 3000
chapelLink: 'https://sswchapel.com.au/sydney/'
hours: 9am - 6pm AEST
hours: 9am - 6pm AEDT
days: Monday - Friday
aboutUs: >
**Sydney is the original home of SSW, and it remains the location of the
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@next/eslint-plugin-next": "14.2.6",
"@playwright/test": "1.46.0",
"@playwright/test": "1.47.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.1",
"@tinacms/cli": "^1.6.3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.16.5",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
Expand All @@ -42,11 +42,11 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-sitemap": "^4.2.3",
"playwright": "1.46.0",
"playwright": "1.47.1",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"prettier": "3.3.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"source-map-explorer": "^2.5.3",
"ts-node": "^10.9.2"
Expand All @@ -61,7 +61,7 @@
"@microsoft/applicationinsights-react-js": "17.3.0",
"@microsoft/applicationinsights-web": "3.3.1",
"@next/bundle-analyzer": "^14.2.5",
"@next/third-parties": "^14.2.8",
"@next/third-parties": "^14.2.11",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.51.15",
"@tanstack/react-query-devtools": "^5.45.1",
Expand All @@ -72,7 +72,7 @@
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.11",
"formik": "^2.4.6",
"keyboardjs": "^2.7.0",
"next": "14.2.5",
Expand Down
Loading

0 comments on commit 4360c10

Please sign in to comment.