mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-21 23:56:25 +00:00
version bump
This commit is contained in:
parent
acd8dff426
commit
5c05023784
4
.github/actions/build/action.yaml
vendored
4
.github/actions/build/action.yaml
vendored
@ -5,11 +5,9 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version-file: .nvmrc
|
||||
cache: "pnpm"
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
@ -1,14 +1,15 @@
|
||||
{
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@8.6.0",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build && next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "^13.3.1",
|
||||
"nextra": "^2.4.2",
|
||||
"nextra-theme-docs": "^2.4.2",
|
||||
"next": "^13.4.4",
|
||||
"nextra": "^2.6.2",
|
||||
"nextra-theme-docs": "^2.6.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
}
|
||||
|
800
pnpm-lock.yaml
generated
800
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user