Skip to content

Commit

Permalink
chore(eslint-config): update dependencies (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysShulyak authored Apr 10, 2024
1 parent 761a8bd commit a8ab3db
Show file tree
Hide file tree
Showing 4 changed files with 1,001 additions and 481 deletions.
24 changes: 12 additions & 12 deletions apps/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --ignore-path ../../.gitignore --fix"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "3.0.0",
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.0",
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"@algolia/client-search": "4.22.1",
"@algolia/client-search": "4.23.2",
"search-insights": "2.13.0",
"@docusaurus/theme-mermaid": "3.1.1"
"@docusaurus/theme-mermaid": "3.2.1"
},
"devDependencies": {
"@runespoorstack/eslint-config": "workspace:*",
"@rushstack/eslint-config": "3.6.2",
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "3.1.1",
"@rushstack/eslint-config": "3.6.8",
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/types": "3.2.1",
"prettier": "3.2.5",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-import-resolver-custom-alias": "1.3.2",
"typescript": "5.3.3",
"@types/react": "18.2.48"
"typescript": "5.4.5",
"@types/react": "18.2.75"
},
"browserslist": {
"production": [
Expand All @@ -63,7 +63,7 @@
"url": "git+https://github.com/runespoor-engineering/runespoorstack.git"
},
"keywords": [
"runsespoor",
"runespoor",
"engineering",
"playbook",
"archive",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@runespoorstack/eslint-config",
"comment": "dependencies: <br/>- Update the following dependencies: `@typescript-eslint/parser@7.6.0`, `@typescript-eslint/eslint-plugin@7.6.0`, `eslint-plugin-jest@28.2.0`, `eslint-plugin-react@7.34.1`, `eslint-plugin-storybook@0.8.0`, `eslint-plugin-tailwindcss@3.15.1`, `eslint-plugin-vitest@0.5.1`. <br/>- Update the following devDependencies: `typescript@5.4.5`, `eslint@8.57.0`, `tailwindcss@3.4.3`. <br/>- Update the following peerDependencies: `typescript@5.4.5`, `eslint@8.57.0`.",
"type": "minor"
}
],
"packageName": "@runespoorstack/eslint-config"
}
Loading

0 comments on commit a8ab3db

Please sign in to comment.