Skip to content

Commit

Permalink
Update npm (minor updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent bd62db3 commit 6dca691
Show file tree
Hide file tree
Showing 5 changed files with 1,530 additions and 1,019 deletions.
2 changes: 1 addition & 1 deletion apps/create-guider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@clack/prompts": "^0.9.0",
"@types/fs-extra": "^11.0.4",
"fs-extra": "^11.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@repo/prettier-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/color": "^3.0.6",
"@types/react": "18.2.56",
"@types/react": "18.3.18",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.37",
"tailwindcss": "^3.4.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neatojs",
"version": "0.0.0",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.9",
"private": true,
"scripts": {
"build": "turbo run build",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"tsup": "7.2.0",
"turbo": "1.11.3",
"turbo": "1.13.4",
"vite": "^5.2.11",
"vitest": "^1.6.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/guider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@types/extra-watch-webpack-plugin": "^1.0.6",
"@types/git-url-parse": "^9.0.3",
"@types/mdast": "^4.0.3",
"@types/react": "18.2.56",
"@types/react": "18.3.18",
"@types/webpack": "^5.28.5",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
Expand Down Expand Up @@ -116,7 +116,7 @@
"next-seo": "^6.5.0",
"react-helmet-async": "^2.0.4",
"rehype-extract-excerpt": "^0.3.1",
"rehype-pretty-code": "^0.13.0",
"rehype-pretty-code": "^0.14.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-heading-id": "^1.0.1",
Expand Down
Loading

0 comments on commit 6dca691

Please sign in to comment.