Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2024
1 parent 061f9f7 commit bd0d80b
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 435 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.2.0",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
"@lerna-lite/run": "^3.9.2",
"@lerna-lite/cli": "^3.9.3",
"@lerna-lite/publish": "^3.9.3",
"@lerna-lite/run": "^3.9.3",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"chalk-cli": "^5.0.1",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.2.0",
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-wc": "^2.1.1",
"eslint-plugin-wc": "^2.2.0",
"lint-staged": "^15.2.10",
"markdown-toc": "^1.2.0",
"npm-run-all2": "^6.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@lit/context": "^1.1.2",
"lit": "^3.2.0"
"@lit/context": "^1.1.3",
"lit": "^3.2.1"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.10.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/lit": "^4.3.0",
"@astrojs/starlight": "0.28.2",
"@astrojs/starlight": "0.28.3",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "4.15.11",
"lit": "^3.2.0",
"astro": "4.16.2",
"lit": "^3.2.1",
"starlight-typedoc": "0.15.0",
"typedoc": "0.26.5",
"typedoc-plugin-frontmatter": "^1.0.0",
Expand All @@ -26,7 +26,7 @@
"@skyra/discord-components-core": "workspace:^",
"@skyra/discord-components-react": "workspace:^",
"@types/react": "18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@lit/react": "^1.0.5",
"@lit/react": "^1.0.6",
"@skyra/discord-components-core": "workspace:^",
"react": "^18.3.1"
},
Expand Down
Loading

0 comments on commit bd0d80b

Please # to comment.