Skip to content

Commit 3cfad08

Browse files
build(deps-dev): bump eslint-plugin-mdx from 2.0.2 to 2.0.5
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 2.0.2 to 2.0.5. - [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/commits) --- updated-dependencies: - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be42a96 commit 3cfad08

File tree

2 files changed

+1092
-1590
lines changed

2 files changed

+1092
-1590
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"cypress:open": "cypress open",
6060
"cypress:run": "cypress run",
6161
"prettier": "prettier --write '**/*.{js,json,jsx,css,scss,md,mdx}'",
62-
"prepare": "husky install",
63-
"postinstall": "rimraf ./node_modules/.cache/webpack"
62+
"prepare": "husky install && rimraf ./node_modules/.cache/webpack && yarn-deduplicate --strategy fewer"
6463
},
6564
"lint-staged": {
6665
"*.{js,jsx,md,mdx}": [
@@ -74,31 +73,31 @@
7473
]
7574
},
7675
"devDependencies": {
77-
"@babel/core": "^7.18.9",
76+
"@babel/core": "^7.18.13",
7877
"@babel/eslint-parser": "^7.18.9",
7978
"@babel/plugin-proposal-class-properties": "^7.17.12",
80-
"@babel/preset-env": "^7.18.9",
79+
"@babel/preset-env": "^7.18.10",
8180
"@babel/preset-react": "^7.18.6",
8281
"@mdx-js/loader": "^2.0.0-next.9",
83-
"@octokit/auth-action": "^2.0.0",
84-
"@octokit/rest": "^19.0.3",
85-
"@parcel/css": "^1.12.0",
82+
"@octokit/auth-action": "^2.0.1",
83+
"@octokit/rest": "^19.0.4",
84+
"@parcel/css": "^1.13.0",
8685
"@pmmmwh/react-refresh-webpack-plugin": "next",
8786
"@svgr/webpack": "^6.3.1",
88-
"autoprefixer": "^10.4.7",
87+
"autoprefixer": "^10.4.8",
8988
"babel-loader": "^8.2.5",
9089
"copy-webpack-plugin": "^11.0.0",
9190
"css-loader": "^6.7.1",
9291
"css-minimizer-webpack-plugin": "^4.0.0",
93-
"cypress": "^10.3.1",
92+
"cypress": "^10.6.0",
9493
"directory-tree": "^3.3.0",
9594
"directory-tree-webpack-plugin": "^1.0.3",
9695
"duplexer": "^0.1.1",
97-
"eslint": "^8.20.0",
96+
"eslint": "^8.23.0",
9897
"eslint-config-prettier": "^8.5.0",
9998
"eslint-plugin-cypress": "^2.12.1",
100-
"eslint-plugin-mdx": "^2.0.1",
101-
"eslint-plugin-react": "^7.30.1",
99+
"eslint-plugin-mdx": "^2.0.5",
100+
"eslint-plugin-react": "^7.31.1",
102101
"eslint-plugin-react-hooks": "^4.6.0",
103102
"front-matter": "^4.0.2",
104103
"github-slugger": "^1.4.0",
@@ -107,18 +106,18 @@
107106
"http-server": "^14.1.1",
108107
"husky": "^8.0.1",
109108
"hyperlink": "^5.0.4",
110-
"jest": "^28.1.3",
109+
"jest": "^29.0.1",
111110
"lint-staged": "^13.0.3",
112111
"lodash": "^4.17.21",
113-
"markdownlint": "^0.26.0",
114-
"markdownlint-cli": "^0.32.0",
112+
"markdownlint": "^0.26.2",
113+
"markdownlint-cli": "^0.32.2",
115114
"mdast-util-to-string": "^3.1.0",
116115
"mini-css-extract-plugin": "^2.6.1",
117116
"mkdirp": "^1.0.4",
118117
"modularscale-sass": "^3.0.3",
119-
"node-fetch": "^3.2.9",
118+
"node-fetch": "^3.2.10",
120119
"npm-run-all": "^4.1.1",
121-
"postcss": "^8.4.14",
120+
"postcss": "^8.4.16",
122121
"postcss-loader": "^7.0.1",
123122
"prettier": "^2.7.1",
124123
"react-refresh": "^0.14.0",
@@ -132,23 +131,24 @@
132131
"remark-html": "^15.0.1",
133132
"remark-refractor": "montogeek/remark-refractor",
134133
"rimraf": "^3.0.2",
135-
"sass": "^1.53.0",
134+
"sass": "^1.54.5",
136135
"sass-loader": "^13.0.2",
137136
"sirv-cli": "^2.0.2",
138137
"sitemap-static": "^0.4.2",
139138
"static-site-generator-webpack-plugin": "^3.4.1",
140139
"style-loader": "^3.3.1",
141-
"tailwindcss": "^3.1.6",
140+
"tailwindcss": "^3.1.8",
142141
"tap-spot": "^1.1.2",
143142
"textlint": "^11.8.2",
144143
"textlint-rule-heading": "^1.0.10",
145-
"unist-util-visit": "^4.1.0",
146-
"webpack": "^5.73.0",
147-
"webpack-bundle-analyzer": "^4.5.0",
144+
"unist-util-visit": "^4.1.1",
145+
"webpack": "^5.74.0",
146+
"webpack-bundle-analyzer": "^4.6.1",
148147
"webpack-cli": "^4.10.0",
149-
"webpack-dev-server": "^4.9.3",
148+
"webpack-dev-server": "^4.10.1",
150149
"webpack-merge": "^5.8.0",
151-
"workbox-webpack-plugin": "^6.5.3"
150+
"workbox-webpack-plugin": "^6.5.4",
151+
"yarn-deduplicate": "^6.0.0"
152152
},
153153
"dependencies": {
154154
"@docsearch/react": "^3.0.0-alpha.50",
@@ -158,13 +158,13 @@
158158
"react-dom": "^17.0.2",
159159
"react-helmet-async": "^1.3.0",
160160
"react-router-dom": "^6.3.0",
161-
"react-spring": "^9.5.1",
161+
"react-spring": "^9.5.2",
162162
"react-tiny-popover": "5",
163163
"react-use": "^17.4.0",
164164
"react-visibility-sensor": "^5.0.2",
165165
"webpack-pwa-manifest": "^4.3.0",
166166
"webpack.vote": "https://github.com/webpack/voting-app.git",
167-
"workbox-window": "^6.5.3"
167+
"workbox-window": "^6.5.4"
168168
},
169169
"resolutions": {
170170
"sitemap-static/minimist": "1.2.5",

0 commit comments

Comments
 (0)