Skip to content

Commit

Permalink
chore(deps): update external-non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 50a6696 commit bda271a
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 158 deletions.
4 changes: 2 additions & 2 deletions packages/biome-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"lib"
],
"dependencies": {
"@biomejs/biome": "^1.7.1"
"@biomejs/biome": "^1.7.3"
},
"peerDependencies": {
"@biomejs/biome": "^1.7.1"
"@biomejs/biome": "^1.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-tslint-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"lib"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-tslint-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"lib"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json-files": "^4.2.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-validate-jsx-nesting": "^0.1.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"lib"
],
"dependencies": {
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.5.14"
"prettier-plugin-tailwindcss": "^0.6.1"
},
"peerDependencies": {
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.5.14"
"prettier-plugin-tailwindcss": "^0.6.1"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit bda271a

Please sign in to comment.