Skip to content

Commit

Permalink
Modify version of eslint to 8.57.0
Browse files Browse the repository at this point in the history
Need to be updated after @vercel/style-guide supports eslint 9
  • Loading branch information
marshallku committed Apr 16, 2024
1 parent 498c49b commit e4be436
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 247 deletions.
12 changes: 6 additions & 6 deletions apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@marshallku/toast": "workspace:^",
"@marshallku/ui": "workspace:^",
"@marshallku/utils": "workspace:^",
"@next/eslint-plugin-next": "^14.2.0",
"@next/third-parties": "^14.2.0",
"@next/eslint-plugin-next": "^14.2.1",
"@next/third-parties": "^14.2.1",
"@tanstack/react-query": "^5.29.2",
"copy2clip": "^1.1.1",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"marked": "^12.0.0",
"next": "^14.2.0",
"marked": "^12.0.1",
"next": "^14.2.1",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -39,11 +39,11 @@
"devDependencies": {
"@marshallku/eslint-config": "workspace:*",
"@marshallku/typescript-config": "workspace:*",
"@next/bundle-analyzer": "^14.2.0",
"@next/bundle-analyzer": "^14.2.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"eslint": "^9.0.0",
"eslint": "^8.57.0",
"sass": "^1.75.0",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@storybook/react": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"serve": "^14.2.1",
"storybook": "^8.0.8",
Expand Down
Loading

0 comments on commit e4be436

Please sign in to comment.