Skip to content

Commit

Permalink
Merge pull request #3 from chongruei/bump-dependencies
Browse files Browse the repository at this point in the history
build: bump Next.js to 14.2.4 and other dependencies
  • Loading branch information
chongruei authored Sep 10, 2024
2 parents 3553425 + cd27ada commit 7f8c71d
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 395 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.8.0", "MOCK": "false", "ENV_NAME": "", "ANALYZE": "false" }'
'{ "VERSION": "1.9.0", "MOCK": "false", "ENV_NAME": "", "ANALYZE": "false" }'
)
})
})
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app-boilerplate",
"version": "1.8.0",
"version": "1.9.0",
"private": true,
"author": {
"name": "POPO He",
Expand All @@ -18,41 +18,41 @@
"prepare": "husky install"
},
"dependencies": {
"@tanstack/react-query": "^5.49.2",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@tanstack/react-query": "^5.55.4",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"axios": "^1.7.2",
"next": "14.2.4",
"next-intl": "3.15.3",
"next-view-transitions": "^0.2.0",
"axios": "^1.7.7",
"next": "14.2.9",
"next-intl": "3.19.1",
"next-view-transitions": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"valtio": "^1.13.2"
"tailwindcss": "3.4.10",
"typescript": "5.6.2",
"valtio": "^2.0.0"
},
"devDependencies": {
"@beam-australia/react-env": "^3.1.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@next/bundle-analyzer": "14.2.4",
"@playwright/test": "^1.45.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@next/bundle-analyzer": "14.2.9",
"@playwright/test": "^1.47.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "10.4.19",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"autoprefixer": "10.4.20",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"husky": "^9.0.11",
"postcss": "8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
"eslint-config-next": "14.2.9",
"husky": "^9.1.5",
"postcss": "8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.7.0"
"pnpm": ">=9.10.0"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 7f8c71d

Please sign in to comment.