Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt committed Jan 22, 2025
1 parent 573d717 commit af32bd9
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 100 deletions.
6 changes: 3 additions & 3 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"@types/react-dom": "^19.0.3",
"common-tags": "^1.8.2",
"ms": "^2.1.3",
"next": "^15.1.5",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@next/bundle-analyzer": "^15.1.5",
"@next/mdx": "^15.1.5",
"@next/bundle-analyzer": "^15.1.6",
"@next/mdx": "^15.1.6",
"@pluv-internal/remark-plugins": "workspace:^",
"@pluv-internal/tailwind-config": "workspace:^",
"@pluv-internal/typings": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"common-tags": "^1.8.2",
"gray-matter": "^4.0.3",
"ms": "^2.1.3",
"next": "^15.1.5",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"shiki": "^2.1.0",
Expand All @@ -58,8 +58,8 @@
"devDependencies": {
"@faker-js/faker": "^9.4.0",
"@mdx-js/loader": "^3.1.0",
"@next/bundle-analyzer": "^15.1.5",
"@next/mdx": "^15.1.5",
"@next/bundle-analyzer": "^15.1.6",
"@next/mdx": "^15.1.6",
"@pluv-internal/tailwind-config": "workspace:^",
"@pluv-internal/typings": "workspace:^",
"@pluv-internal/utils": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion internal/mdx-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"common-tags": "^1.8.2",
"next": "^15.1.5",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion internal/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"common-tags": "^1.8.2",
"framer-motion": "^12.0.1",
"ms": "^2.1.3",
"next": "^15.1.5",
"next": "^15.1.6",
"next-themes": "^0.4.4",
"nextjs-toploader": "^3.7.15",
"react": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-pluv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"dependencies": {
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.5",
"eslint-config-next": "^15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-tailwindcss": "^3.18.0",
"next": "^15.1.5",
"next": "^15.1.6",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10"
},
Expand Down
Loading

0 comments on commit af32bd9

Please sign in to comment.