Skip to content

Commit 36e6f00

Browse files
committed
fix: update build resolutions for ajv about assert
1 parent 9a20462 commit 36e6f00

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,8 @@
7474
"prettier --write"
7575
]
7676
},
77+
"resolutions": {
78+
"ajv": "8.17.1"
79+
},
7780
"packageManager": "yarn@3.6.1"
7881
}

scripts/rss.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path'
33
import { slug } from 'github-slugger'
44
import { escape } from 'pliny/utils/htmlEscaper.js'
55
import siteMetadata from '../data/siteMetadata.js'
6-
import tagData from '../app/tag-data.json' assert { type: 'json' }
6+
import tagData from '../app/tag-data.json' with { type: 'json' }
77
import { allBlogs } from '../.contentlayer/generated/index.mjs'
88
import { sortPosts } from 'pliny/utils/contentlayer.js'
99

0 commit comments

Comments
 (0)