Skip to content

Commit a358e9f

Browse files
build(deps): bump the dependencies group with 5 updates (#6994)
Bumps the dependencies group with 5 updates: | Package | Update | | --- | --- | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | 6.14.2 to 6.15.0 | | [eslint](https://github.com/eslint/eslint) | 8.46.0 to 8.47.0 | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | 2.1.0 to 2.2.0 | | [remark-emoji](https://github.com/rhysd/remark-emoji) | 3.1.2 to 4.0.0 | | [sass](https://github.com/sass/dart-sass) | 1.64.2 to 1.65.1 | Updates `react-router-dom` from 6.14.2 to 6.15.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `eslint` from 8.46.0 to 8.47.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.46.0...v8.47.0) Updates `eslint-plugin-mdx` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdx-js/eslint-mdx/compare/[email protected]) Updates `remark-emoji` from 3.1.2 to 4.0.0 - [Release notes](https://github.com/rhysd/remark-emoji/releases) - [Changelog](https://github.com/rhysd/remark-emoji/blob/master/CHANGELOG.md) - [Commits](rhysd/remark-emoji@v3.1.2...v4.0.0) Updates `sass` from 1.64.2 to 1.65.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.64.2...1.65.1) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: remark-emoji dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f88894 commit a358e9f

File tree

2 files changed

+128
-98
lines changed

2 files changed

+128
-98
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
"directory-tree": "^3.5.1",
9090
"directory-tree-webpack-plugin": "^1.0.3",
9191
"duplexer": "^0.1.1",
92-
"eslint": "^8.46.0",
92+
"eslint": "^8.47.0",
9393
"eslint-config-prettier": "^9.0.0",
9494
"eslint-plugin-cypress": "^2.14.0",
95-
"eslint-plugin-mdx": "^2.1.0",
95+
"eslint-plugin-mdx": "^2.2.0",
9696
"eslint-plugin-react": "^7.33.1",
9797
"eslint-plugin-react-hooks": "^4.6.0",
9898
"front-matter": "^4.0.2",
@@ -118,14 +118,14 @@
118118
"redirect-webpack-plugin": "^1.0.0",
119119
"remark": "^14.0.3",
120120
"remark-autolink-headings": "7.0.1",
121-
"remark-emoji": "^3.1.2",
121+
"remark-emoji": "^4.0.0",
122122
"remark-extract-anchors": "1.1.1",
123123
"remark-frontmatter": "^4.0.1",
124124
"remark-gfm": "^1.0.0",
125125
"remark-html": "^15.0.2",
126126
"remark-refractor": "montogeek/remark-refractor",
127127
"rimraf": "^5.0.1",
128-
"sass": "^1.64.2",
128+
"sass": "^1.65.1",
129129
"sass-loader": "^13.3.2",
130130
"sirv-cli": "^2.0.2",
131131
"sitemap-static": "^0.4.2",
@@ -150,7 +150,7 @@
150150
"react": "^17.0.2",
151151
"react-dom": "^17.0.2",
152152
"react-helmet-async": "^1.3.0",
153-
"react-router-dom": "^6.14.2",
153+
"react-router-dom": "^6.15.0",
154154
"react-tiny-popover": "5",
155155
"react-use": "^17.4.0",
156156
"react-visibility-sensor": "^5.0.2",

0 commit comments

Comments
 (0)