Skip to content

Commit d275079

Browse files
committed
chore(docs): fix eslint version inconsistency between packages
Ensure that the docs package utilises the same version of eslint and prettier as the blockly package.
1 parent bb89514 commit d275079

2 files changed

Lines changed: 63 additions & 63 deletions

File tree

package-lock.json

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"@docsearch/core": "^4.5.2",
3535
"@docusaurus/module-type-aliases": "3.9.2",
3636
"@docusaurus/types": "3.9.2",
37-
"eslint": "^10.1.0",
37+
"eslint": "^9.15.0",
3838
"eslint-plugin-mdx": "^3.7.0",
3939
"gh-pages": "^6.3.0",
40-
"prettier": "^3.8.1"
40+
"prettier": "^3.3.3"
4141
},
4242
"browserslist": {
4343
"production": [

0 commit comments

Comments
 (0)