Skip to content

Commit

Permalink
Let renovate also work on main branch and set concurrency limits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-picus-tink committed Aug 14, 2024
1 parent 8d6945e commit e18bca7
Show file tree
Hide file tree
Showing 3 changed files with 6,658 additions and 1,404 deletions.
52 changes: 46 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,52 @@
"react-dom": "~17.0.0"
},
"devDependencies": {
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.11",
"@types/jest": "~29.5.0",
"jest": "~29.7.0",
"typescript": "~5.5.0",
"@sentry/vite-plugin": "2.2.1",
"@tdd-buffet/jest-config": "5.0.0",
"@types/glob": "7.2.0",
"@types/jest": "28.1.3",
"@types/license-checker": "25.0.3",
"@types/lodash": "4.14.170",
"@types/node": "20.14.0",
"@types/react": "17.0.13",
"@types/react-dom": "17.0.8",
"@types/yargs": "16.0.0",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"@vitejs/plugin-react": "4.2.1",
"dotenv": "16.0.3",
"eslint": "8.23.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-local-rules": "1.3.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-xstate": "1.0.3",
"execa": "5.1.1",
"glob": "8.0.1",
"jest": "28.1.3",
"license-checker": "25.0.1",
"octokit": "3.1.1",
"prettier": "2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"strong-mock": "~8.0.1",
"ts-jest": "~29.2.4"
"stylelint": "14.11.0",
"stylelint-config-recommended": "8.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-node": "10.9.1",
"typescript": "4.7.3",
"vite": "5.2.6",
"vite-plugin-checker": "0.6.4",
"vite-plugin-ejs": "1.7.0",
"vite-tsconfig-paths": "4.2.3",
"yargs": "17.6.0"
}
}
Loading

0 comments on commit e18bca7

Please sign in to comment.