mirror of https://github.com/zmkfirmware/zmk.git
Merge 10fc527092 into ad7fbfef92
This commit is contained in:
commit
22921db1dd
File diff suppressed because it is too large
Load Diff
|
|
@ -45,27 +45,27 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "^3.6.3",
|
||||
"@docusaurus/tsconfig": "^3.6.3",
|
||||
"@docusaurus/types": "^3.6.3",
|
||||
"@eslint/js": "^9.23.0",
|
||||
"@docusaurus/module-type-aliases": "^3.9.2",
|
||||
"@docusaurus/tsconfig": "^3.9.2",
|
||||
"@docusaurus/types": "^3.9.2",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
"@types/react-router-dom": "^5.1.7",
|
||||
"eslint": "^9.23.0",
|
||||
"eslint-plugin-mdx": "^3.3.2",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-mdx": "^3.6.2",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"globals": "^16.0.0",
|
||||
"globals": "^16.5.0",
|
||||
"json-schema-to-typescript": "^15.0.3",
|
||||
"mustache": "^4.2.0",
|
||||
"null-loader": "^4.0.0",
|
||||
"prebuild-webpack-plugin": "^1.1.1",
|
||||
"prettier": "^3.4.2",
|
||||
"string-replace-loader": "^3.1.0",
|
||||
"typescript": "^5.7.2",
|
||||
"typescript-eslint": "^8.30.1",
|
||||
"webpack": "^5.97.1"
|
||||
"prettier": "^3.6.2",
|
||||
"string-replace-loader": "^3.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.46.4",
|
||||
"webpack": "^5.102.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue