Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#480)
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 22, 2024
1 parent b7f6297 commit 869647b
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 168 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.16.5",
"chalk-cli": "^5.0.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.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.1",
Expand All @@ -49,11 +49,11 @@
"prettier-plugin-astro": "^0.14.1",
"react": "^18.3.1",
"rimraf": "^6.0.1",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.5.4"
},
"resolutions": {
"esbuild": "~0.23.1",
"esbuild": "~0.24.0",
"@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.3",
"@astrojs/lit": "^4.3.0",
"@astrojs/starlight": "0.27.1",
"@astrojs/starlight": "0.28.2",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "4.15.6",
"astro": "4.15.8",
"lit": "^3.2.0",
"starlight-typedoc": "0.15.0",
"typedoc": "0.26.5",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@skyra/discord-components-core": "workspace:^",
"@skyra/discord-components-react": "workspace:^",
"@types/react": "18.3.5",
"@types/react": "18.3.8",
"@types/react-dom": "^18.3.0",
"react-dom": "^18.3.1",
"typescript": "^5.5.4"
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": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.8",
"colorette": "^2.0.20",
"rimraf": "^6.0.1",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 869647b

Please sign in to comment.