Skip to content

Commit

Permalink
build(deps-dev): bump the npm-minor group in /web with 6 updates
Browse files Browse the repository at this point in the history
Bumps the npm-minor group in /web with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) | `4.0.3` | `4.0.4` |
| [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.97.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.27.2` | `0.27.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.2` | `6.0.3` |
| [axios](https://github.com/axios/axios) | `1.7.8` | `1.7.9` |


Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

Updates `typedoc-plugin-mdn-links` from 4.0.3 to 4.0.4
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md)
- [Commits](Gerrit0/typedoc-plugin-mdn-links@v4.0.3...v4.0.4)

Updates `webpack` from 5.96.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.97.1)

Updates `typedoc` from 0.27.2 to 0.27.4
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.27.2...v0.27.4)

Updates `vite` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite)

Updates `axios` from 1.7.8 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.8...v1.7.9)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: typedoc-plugin-mdn-links
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Dec 9, 2024
1 parent 5fe82f0 commit 620a94a
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 40 deletions.
61 changes: 28 additions & 33 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"mocha": "^11.0.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"ts-loader": "^9.5.1",
"tsx": "^4.19.2",
"typedoc-plugin-mdn-links": "^4.0.3",
"typedoc-plugin-mdn-links": "^4.0.4",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"webdriverio": "^9.2.2",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"replace-in-file": "^8.2.0",
"tsx": "^4.19.2",
"tsx-dom": "^3.0.1",
"typedoc": "^0.27.2",
"typedoc": "^0.27.4",
"typescript": "^5.7.2"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion web/packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.2"
"vite": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion web/packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack-cli": "^5.1.4",
"axios": "^1.7.8",
"axios": "^1.7.9",
"form-data": "^4.0.1",
"jsonwebtoken": "^9.0.2",
"tsx": "^4.19.2"
Expand Down
2 changes: 1 addition & 1 deletion web/packages/selfhosted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"json5": "^2.2.3",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 620a94a

Please sign in to comment.