Skip to content

Commit

Permalink
Merge pull request #5 from chongruei/bump-dependencies
Browse files Browse the repository at this point in the history
build: bump Next.js to 14.2.13 and other deps
  • Loading branch information
chongruei authored Sep 20, 2024
2 parents 2fb33cc + 6cf35c0 commit 66c9233
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 482 deletions.
2 changes: 1 addition & 1 deletion e2e/page/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test.describe('Config Page', () => {
)

await expect(page.getByTestId('env-json-values')).toHaveText(
'{ "VERSION": "1.10.0", "MOCK": "false", "ENV_NAME": "", "ANALYZE": "false" }'
'{ "VERSION": "1.11.0", "MOCK": "false", "ENV_NAME": "", "ANALYZE": "false" }'
)
})
})
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app-boilerplate",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"author": {
"name": "POPO He",
Expand All @@ -18,35 +18,35 @@
"prepare": "husky install"
},
"dependencies": {
"@tanstack/react-query": "^5.55.4",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@tanstack/react-query": "^5.56.2",
"@types/node": "22.5.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"axios": "^1.7.7",
"next": "14.2.10",
"next-intl": "3.19.1",
"next-view-transitions": "^0.3.0",
"next": "14.2.13",
"next-intl": "3.19.4",
"next-view-transitions": "^0.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.11",
"tailwindcss": "3.4.12",
"typescript": "5.6.2",
"valtio": "^2.0.0"
},
"devDependencies": {
"@beam-australia/react-env": "^3.1.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@next/bundle-analyzer": "14.2.10",
"@playwright/test": "^1.47.0",
"@next/bundle-analyzer": "14.2.13",
"@playwright/test": "^1.47.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "10.4.20",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.10",
"eslint-config-next": "14.2.13",
"husky": "^9.1.6",
"postcss": "8.4.45",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6"
},
Expand Down
Loading

0 comments on commit 66c9233

Please sign in to comment.