Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#519)
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 Dec 22, 2024
1 parent 30b9725 commit 32cb659
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 162 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build:documentation": "yarn workspace documentation build"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.4",
"@lerna-lite/cli": "^3.10.1",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-wc": "^2.2.0",
"lint-staged": "^15.2.11",
"markdown-toc": "^1.2.0",
"npm-run-all2": "^7.0.1",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.0.0",
Expand All @@ -53,7 +53,7 @@
"typescript": "^5.7.2"
},
"resolutions": {
"esbuild": "~0.24.0",
"esbuild": "~0.24.2",
"@next/eslint-plugin-next": "npm:@favware/skip-dependency@latest",
"eslint-plugin-mdx": "npm:@favware/skip-dependency@latest",
"eslint-plugin-cypress": "npm:@favware/skip-dependency@latest",
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/lit": "^4.3.0",
"@astrojs/starlight": "0.30.1",
"@astrojs/starlight": "0.30.3",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "5.0.8",
"astro": "5.1.1",
"lit": "^3.2.1",
"starlight-typedoc": "0.17.0",
"typedoc": "0.27.4",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@skyra/discord-components-core": "workspace:^",
"@skyra/discord-components-react": "workspace:^",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2",
"react-dom": "^19.0.0",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"colorette": "^2.0.20",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
Expand Down
Loading

0 comments on commit 32cb659

Please sign in to comment.