Skip to content

Commit

Permalink
Merge pull request #880 from WestpacGEL/fix/version-update
Browse files Browse the repository at this point in the history
update: version
  • Loading branch information
jaortiz authored Sep 22, 2024
2 parents fc5b967 + d9855f2 commit b052aae
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 592 deletions.
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "next lint --fix"
},
"dependencies": {
"next": "14.2.5",
"next": "14.2.10",
"react": "^18",
"react-dom": "^18",
"zustand": "~4.5.4"
Expand Down
4 changes: 2 additions & 2 deletions apps/protoform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@westpac/ui": "workspace:~",
"clsx": "^1.2.1",
"lodash.throttle": "~4.1.1",
"next": "14.2.4",
"next": "14.2.10",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -25,7 +25,7 @@
"@westpac/ts-config": "workspace:~",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.10",
"eslint-config-turbo": "^0.0.7",
"postcss": "^8",
"tailwindcss": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/site/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clsx": "^1.2.1",
"framer-motion": "~10.12.16",
"lodash.throttle": "~4.1.1",
"next": "^14.2.4",
"next": "^14.2.10",
"prism-react-renderer": "~2.0.6",
"prismjs": "~1.29.0",
"react": "^18.2.0",
Expand All @@ -41,7 +41,7 @@
"@westpac/ts-config": "workspace:~",
"autoprefixer": "~10.4.14",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.10",
"eslint-config-turbo": "^0.0.7",
"postcss": "~8.4.31",
"tailwind-variants": "~0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.10",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-turbo": "^0.0.7",
Expand Down
Loading

0 comments on commit b052aae

Please sign in to comment.