Skip to content

Commit

Permalink
Update devDependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 50e8080 commit 0c7ae35
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 1,107 deletions.
2 changes: 1 addition & 1 deletion docs/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@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.4.0",
"@storybook/react-vite": "7.4.6",
"@storybook/testing-library": "^0.2.0",
"babel-loader": "^9.0.0",
"eslint-config-lk-custom": "*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@livekit/changesets-changelog-github": "^0.0.4",
"@rushstack/heft": "^0.58.2",
"@rushstack/heft": "^0.62.0",
"glob": "^8.1.0",
"husky": "^8.0.3",
"nodemon": "^2.0.22",
Expand Down
6 changes: 3 additions & 3 deletions tooling/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"devDependencies": {
"@rushstack/eslint-config": "^3.3.1",
"@types/js-yaml": "3.12.7",
"@types/node": "14.18.58",
"@types/resolve": "1.20.2",
"@types/js-yaml": "3.12.8",
"@types/node": "14.18.63",
"@types/resolve": "1.20.3",
"fast-glob": "^3.3.1",
"nodemon": "^2.0.22"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.48.0",
"eslint": "8.51.0",
"eslint-config-next": "^13.1.2",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
Expand Down
Loading

0 comments on commit 0c7ae35

Please sign in to comment.