Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#529)
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 Jan 26, 2025
1 parent b665f8b commit ec14138
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 133 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@
"@lerna-lite/run": "^3.11.0",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"chalk-cli": "^5.0.1",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-config-neon": "^0.2.4",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-wc": "^2.2.0",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.2",
"markdown-toc": "^1.2.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.0.0",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.2"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@astrojs/starlight": "0.31.1",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "5.1.7",
"astro": "5.1.9",
"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.7",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"react-dom": "^19.0.0",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"react": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"colorette": "^2.0.20",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit ec14138

Please sign in to comment.