Skip to content

Commit

Permalink
Merge pull request #63 from rikhall1515/dependabot/npm_and_yarn/lint-…
Browse files Browse the repository at this point in the history
…b2fb583d22

meta: bump the lint group with 5 updates
  • Loading branch information
rikhall1515 authored May 2, 2024
2 parents 8a5fa35 + b510d19 commit b960273
Show file tree
Hide file tree
Showing 3 changed files with 849 additions and 791 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ You can check the items by adding an `x` between the brackets, like this: `[x]`
-->

- [ ] I have read the [Contributing Guidelines](/CONTRIBUTING.md) and made commit messages that follow the guideline.
- [ ] I have run `npm run format` to ensure the code follows the style guide.
- [ ] I have run `npm run test` to check if all tests are passing.
- [ ] I have run `pnpm run format` to ensure the code follows the style guide.
- [ ] I have run `pnpm run test` to check if all tests are passing.
- [ ] I have run `npx turbo build` to check if the website builds without errors.
- [ ] I've covered new added functionality with unit tests if necessary.

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@tailwindcss/container-queries": "^0.1.1",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "~10.4.19",
Expand All @@ -68,7 +68,7 @@
"lint-staged": "15.2.2",
"lucide-react": "^0.368.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.1",
"next": "14.2.3",
"next-themes": "~0.3.0",
"postcss": "~8.4.38",
"postcss-calc": "~10.0.0",
Expand All @@ -89,35 +89,35 @@
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@storybook/addon-controls": "~8.0.8",
"@storybook/addon-interactions": "~8.0.8",
"@storybook/addon-themes": "~8.0.8",
"@storybook/addon-viewport": "~8.0.8",
"@storybook/nextjs": "~8.0.8",
"@storybook/addon-controls": "~8.0.9",
"@storybook/addon-interactions": "~8.0.9",
"@storybook/addon-themes": "~8.0.9",
"@storybook/addon-viewport": "~8.0.9",
"@storybook/nextjs": "~8.0.9",
"@testing-library/jest-dom": "~6.4.2",
"@testing-library/react": "~15.0.1",
"@testing-library/react": "~15.0.5",
"@testing-library/user-event": "~14.5.2",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.57.0",
"eslint-config-next": "~14.1.4",
"eslint-config-next": "~14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-storybook": "0.8.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13",
"prettier-plugin-tailwindcss": "0.5.14",
"semantic-release": "23.0.8",
"storybook": "~8.0.8",
"stylelint": "16.3.1",
"storybook": "~8.0.9",
"stylelint": "16.4.0",
"stylelint-config-standard": "36.0.0",
"stylelint-order": "6.0.4",
"stylelint-selector-bem-pattern": "4.0.0",
"turbo": "1.13.2"
"turbo": "1.13.3"
}
}
Loading

0 comments on commit b960273

Please sign in to comment.