Skip to content

Commit

Permalink
Merge pull request #2 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 deps
  • Loading branch information
chongruei authored Jun 30, 2024
2 parents 7acc543 + 5766acc commit 3553425
Show file tree
Hide file tree
Showing 5 changed files with 3,137 additions and 2,568 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.7.0", "MOCK": "false", "ENV_NAME": "", "ANALYZE": "false" }'
'{ "VERSION": "1.8.0", "MOCK": "false", "ENV_NAME": "", "ANALYZE": "false" }'
)
})
})
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app-boilerplate",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"author": {
"name": "POPO He",
Expand All @@ -18,37 +18,37 @@
"prepare": "husky install"
},
"dependencies": {
"@tanstack/react-query": "^5.34.1",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@tanstack/react-query": "^5.49.2",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"axios": "^1.6.8",
"next": "14.2.3",
"next-intl": "3.12.2",
"next-view-transitions": "^0.1.1",
"axios": "^1.7.2",
"next": "14.2.4",
"next-intl": "3.15.3",
"next-view-transitions": "^0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"valtio": "^1.13.2"
},
"devDependencies": {
"@beam-australia/react-env": "^3.1.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@next/bundle-analyzer": "14.2.3",
"@playwright/test": "^1.43.1",
"@next/bundle-analyzer": "14.2.4",
"@playwright/test": "^1.45.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "10.4.19",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"husky": "^9.0.11",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14"
"postcss": "8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
},
"engines": {
"node": ">=20.0.0",
Expand Down
Loading

0 comments on commit 3553425

Please sign in to comment.