Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 30, 2024
1 parent 15d8b5f commit d12b9ea
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 499 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 9
- id: get-store-path
Expand Down
10 changes: 0 additions & 10 deletions next.config.mjs

This file was deleted.

14 changes: 14 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
images: {
formats: ["image/avif", "image/webp"],
},
output: "standalone",
compress: false,
experimental: {
reactCompiler: true,
},
};

export default nextConfig;
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blog",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"packageManager": "[email protected].3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
Expand All @@ -12,26 +12,26 @@
"dependencies": {
"@primer/css": "21.5.0",
"@types/fs-extra": "11.0.4",
"@types/node": "22.7.8",
"@types/react": "18.3.11",
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"babel-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025",
"dayjs": "1.11.13",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"eslint-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025",
"fs-extra": "11.2.0",
"gray-matter": "4.0.3",
"highlight.js": "11.10.0",
"is-absolute-url": "4.0.1",
"lowlight": "3.1.0",
"next": "15.0.1",
"next": "15.0.2",
"postcss": "8.4.47",
"prettier": "3.3.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"react": "19.0.0-rc-0bc30748-20241028",
"react-dom": "19.0.0-rc-0bc30748-20241028",
"rehype-highlight": "7.0.1",
"rehype-img-size": "1.0.1",
"rehype-react": "8.0.0",
Expand Down
Loading

0 comments on commit d12b9ea

Please sign in to comment.