Skip to content

Commit

Permalink
Merge pull request #48 from iamyuu/refactor/use-view-transition
Browse files Browse the repository at this point in the history
refactor: use view transitions
  • Loading branch information
lamualfa authored Sep 3, 2023
2 parents 2b5ce17 + a816fcd commit 33f98ac
Show file tree
Hide file tree
Showing 10 changed files with 1,454 additions and 1,548 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye AS builder
FROM node:20-bookworm AS builder

RUN npm i --global pnpm

Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,43 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@astrojs/solid-js": "^2.2.0",
"@fontsource/jetbrains-mono": "^5.0.5",
"@fontsource/space-grotesk": "^5.0.5",
"@fontsource/unbounded": "^5.0.5",
"@astrojs/solid-js": "^3.0.0",
"@fontsource/jetbrains-mono": "^5.0.11",
"@fontsource/space-grotesk": "^5.0.8",
"@fontsource/unbounded": "^5.0.11",
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
"@solid-primitives/scheduled": "^1.3.2",
"astro": "^2.8.3",
"@solid-primitives/scheduled": "^1.4.1",
"astro": "^3.0.3",
"flourite": "^1.2.4",
"solid-js": "^1.7.8",
"zod": "^3.21.4"
"solid-js": "^1.7.11",
"zod": "^3.22.2"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@iconify-json/fluent": "^1.1.27",
"@babel/core": "^7.22.11",
"@iconify-json/fluent": "^1.1.33",
"@leafac/rehype-shiki": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-v8": "^0.33.0",
"autoprefixer": "^10.4.14",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-v8": "^0.34.3",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"eslint": "^8.45.0",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"eslint": "^8.48.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"sass": "^1.63.6",
"sass": "^1.66.1",
"shiki": "^0.14.3",
"typescript": "^5.1.6",
"unified": "^10.1.2",
"unplugin-icons": "^0.16.5",
"vitest": "^0.33.0"
"typescript": "^5.2.2",
"unified": "^11.0.2",
"unplugin-icons": "^0.16.6",
"vitest": "^0.34.3"
},
"peerDependencies": {
"@babel/core": "^7.20.7",
Expand Down
Loading

0 comments on commit 33f98ac

Please sign in to comment.