Skip to content

Commit

Permalink
🔁 Update to next.js Version v15.0.0 (#147)
Browse files Browse the repository at this point in the history
### 🕓 Changelog

This PR upgrades the `next.js` version in the `interface` directory to
the latest
[`v15.0.0`](https://github.com/vercel/next.js/releases/tag/v15.0.0)
release.

---------

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio authored Oct 22, 2024
1 parent 290fb70 commit ae9e76b
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 690 deletions.
4 changes: 2 additions & 2 deletions interface/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable @typescript-eslint/no-require-imports */
const eslint = require("@eslint/js");
const tseslint = require("typescript-eslint");
const next = require("@next/eslint-plugin-next");
const react = require("eslint-plugin-react");
const reactHooks = require("eslint-plugin-react-hooks");
const eslintConfigPrettier = require("eslint-config-prettier");
/* eslint-enable @typescript-eslint/no-var-requires */
/* eslint-enable @typescript-eslint/no-require-imports */

module.exports = tseslint.config(
{
Expand Down
14 changes: 7 additions & 7 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"next": "^14.2.15",
"next": "^15.0.0",
"next-themes": "^0.3.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
Expand All @@ -41,22 +41,22 @@
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@next/eslint-plugin-next": "^14.2.15",
"@next/eslint-plugin-next": "^15.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"next-seo": "^6.6.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^7.18.0"
"typescript-eslint": "^8.11.0"
}
}
1 change: 0 additions & 1 deletion interface/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Head } from "@/components/layout/Head";
import { SITE_DESCRIPTION } from "@/lib/constants";

const Home = () => {
// eslint-disable-next-line no-console
console.log(`
:'######::'########::'########::::'###::::'########:'########:'##::::'##:
'##... ##: ##.... ##: ##.....::::'## ##:::... ##..:: ##.....::. ##::'##::
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.4",
"hardhat": "^2.22.13",
"hardhat": "^2.22.14",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^2.2.1",
Expand All @@ -182,6 +182,6 @@
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
"typescript-eslint": "^8.11.0"
}
}
Loading

0 comments on commit ae9e76b

Please sign in to comment.