Skip to content

Commit d14364c

Browse files
committed
fix deployment yarn error
1 parent 2f59a05 commit d14364c

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

app/tag-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gitops": 1,
32
"markdown": 2,
4-
"code": 1
3+
"code": 1,
4+
"gitops": 1
55
}

yarn.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -4192,6 +4192,64 @@ __metadata:
41924192
languageName: node
41934193
linkType: hard
41944194

4195+
"blog@workspace:.":
4196+
version: 0.0.0-use.local
4197+
resolution: "blog@workspace:."
4198+
dependencies:
4199+
"@eslint/eslintrc": ^3.2.0
4200+
"@eslint/js": ^9.16.0
4201+
"@headlessui/react": 2.2.0
4202+
"@next/bundle-analyzer": 15.1.4
4203+
"@svgr/webpack": ^8.0.1
4204+
"@tailwindcss/forms": ^0.5.9
4205+
"@tailwindcss/typography": ^0.5.15
4206+
"@types/mdx": ^2.0.12
4207+
"@types/react": ^18.2.73
4208+
"@typescript-eslint/eslint-plugin": ^8.12.0
4209+
"@typescript-eslint/parser": ^8.12.0
4210+
autoprefixer: ^10.4.13
4211+
body-scroll-lock: ^4.0.0-beta.0
4212+
contentlayer2: 0.5.3
4213+
cross-env: ^7.0.3
4214+
esbuild: 0.20.2
4215+
eslint: ^9.14.0
4216+
eslint-config-next: 15.1.4
4217+
eslint-config-prettier: ^9.1.0
4218+
eslint-plugin-prettier: ^5.2.0
4219+
github-slugger: ^2.0.0
4220+
globals: ^15.12.0
4221+
gray-matter: ^4.0.2
4222+
hast-util-from-html-isomorphic: ^2.0.0
4223+
husky: ^9.0.0
4224+
image-size: 1.0.0
4225+
lint-staged: ^13.0.0
4226+
next: 15.1.4
4227+
next-contentlayer2: 0.5.3
4228+
next-themes: ^0.3.0
4229+
pliny: 0.4.0
4230+
postcss: ^8.4.24
4231+
prettier: ^3.0.0
4232+
prettier-plugin-tailwindcss: ^0.5.11
4233+
react: rc
4234+
react-dom: rc
4235+
reading-time: 1.5.0
4236+
rehype-autolink-headings: ^7.1.0
4237+
rehype-citation: ^2.0.0
4238+
rehype-katex: ^7.0.0
4239+
rehype-katex-notranslate: ^1.1.4
4240+
rehype-preset-minify: 7.0.0
4241+
rehype-prism-plus: ^2.0.0
4242+
rehype-slug: ^6.0.0
4243+
remark: ^15.0.0
4244+
remark-gfm: ^4.0.0
4245+
remark-github-blockquote-alert: ^1.2.1
4246+
remark-math: ^6.0.0
4247+
tailwindcss: ^3.4.14
4248+
typescript: ^5.1.3
4249+
unist-util-visit: ^5.0.0
4250+
languageName: unknown
4251+
linkType: soft
4252+
41954253
"body-scroll-lock@npm:^4.0.0-beta.0":
41964254
version: 4.0.0-beta.0
41974255
resolution: "body-scroll-lock@npm:4.0.0-beta.0"
@@ -11419,64 +11477,6 @@ __metadata:
1141911477
languageName: node
1142011478
linkType: hard
1142111479

11422-
"tailwind-nextjs-starter-blog@workspace:.":
11423-
version: 0.0.0-use.local
11424-
resolution: "tailwind-nextjs-starter-blog@workspace:."
11425-
dependencies:
11426-
"@eslint/eslintrc": ^3.2.0
11427-
"@eslint/js": ^9.16.0
11428-
"@headlessui/react": 2.2.0
11429-
"@next/bundle-analyzer": 15.1.4
11430-
"@svgr/webpack": ^8.0.1
11431-
"@tailwindcss/forms": ^0.5.9
11432-
"@tailwindcss/typography": ^0.5.15
11433-
"@types/mdx": ^2.0.12
11434-
"@types/react": ^18.2.73
11435-
"@typescript-eslint/eslint-plugin": ^8.12.0
11436-
"@typescript-eslint/parser": ^8.12.0
11437-
autoprefixer: ^10.4.13
11438-
body-scroll-lock: ^4.0.0-beta.0
11439-
contentlayer2: 0.5.3
11440-
cross-env: ^7.0.3
11441-
esbuild: 0.20.2
11442-
eslint: ^9.14.0
11443-
eslint-config-next: 15.1.4
11444-
eslint-config-prettier: ^9.1.0
11445-
eslint-plugin-prettier: ^5.2.0
11446-
github-slugger: ^2.0.0
11447-
globals: ^15.12.0
11448-
gray-matter: ^4.0.2
11449-
hast-util-from-html-isomorphic: ^2.0.0
11450-
husky: ^9.0.0
11451-
image-size: 1.0.0
11452-
lint-staged: ^13.0.0
11453-
next: 15.1.4
11454-
next-contentlayer2: 0.5.3
11455-
next-themes: ^0.3.0
11456-
pliny: 0.4.0
11457-
postcss: ^8.4.24
11458-
prettier: ^3.0.0
11459-
prettier-plugin-tailwindcss: ^0.5.11
11460-
react: rc
11461-
react-dom: rc
11462-
reading-time: 1.5.0
11463-
rehype-autolink-headings: ^7.1.0
11464-
rehype-citation: ^2.0.0
11465-
rehype-katex: ^7.0.0
11466-
rehype-katex-notranslate: ^1.1.4
11467-
rehype-preset-minify: 7.0.0
11468-
rehype-prism-plus: ^2.0.0
11469-
rehype-slug: ^6.0.0
11470-
remark: ^15.0.0
11471-
remark-gfm: ^4.0.0
11472-
remark-github-blockquote-alert: ^1.2.1
11473-
remark-math: ^6.0.0
11474-
tailwindcss: ^3.4.14
11475-
typescript: ^5.1.3
11476-
unist-util-visit: ^5.0.0
11477-
languageName: unknown
11478-
linkType: soft
11479-
1148011480
"tailwindcss@npm:^3.4.14":
1148111481
version: 3.4.17
1148211482
resolution: "tailwindcss@npm:3.4.17"

0 commit comments

Comments
 (0)