Skip to content

Commit

Permalink
Update devDependencies (non-major) (#613)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 999eb2c commit 9979834
Show file tree
Hide file tree
Showing 7 changed files with 1,151 additions and 752 deletions.
4 changes: 2 additions & 2 deletions docs/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@storybook/addon-interactions": "^7.0.0-beta.30",
"@storybook/addon-links": "^7.0.0-beta.30",
"@storybook/react": "^7.0.0-beta.30",
"@storybook/react-vite": "7.2.0",
"@storybook/react-vite": "7.4.0",
"@storybook/testing-library": "^0.2.0",
"babel-loader": "^9.0.0",
"eslint-config-lk-custom": "*",
"storybook": "^7.0.0-beta.30",
"tsx": "^3.12.2",
"typescript": "5.0.4",
"typescript": "5.2.2",
"vite": "^4.0.4",
"webpack": "^5.75.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"nodemon": "^2.0.22",
"prettier": "^2.8.3",
"turbo": "^1.9.3",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-config-lk-custom": "^0.1.1",
"size-limit": "^8.2.4",
"tsup": "^7.0.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vitest": "^0.34.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"react-dom": "^18.2.0",
"size-limit": "^8.2.4",
"tsup": "^7.0.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vite": "^4.1.4",
"vitest": "^0.34.0"
},
Expand Down
4 changes: 2 additions & 2 deletions tooling/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"@rushstack/eslint-config": "^3.3.1",
"@types/js-yaml": "3.12.1",
"@types/node": "14.18.36",
"@types/js-yaml": "3.12.7",
"@types/node": "14.18.58",
"@types/resolve": "1.20.2",
"fast-glob": "^3.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions tooling/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@changesets/cli": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "8.36.0",
"eslint": "8.48.0",
"eslint-config-next": "^13.1.2",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
Expand All @@ -23,6 +23,6 @@
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-tsdoc": "^0.2.17",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 9979834

Please sign in to comment.