mirror of https://github.com/zmkfirmware/zmk.git
Merge 40ef7bf9d5 into ac7f75b859
This commit is contained in:
commit
d58df4512f
|
|
@ -30,7 +30,7 @@
|
|||
"@docusaurus/tsconfig": "^3.9.2",
|
||||
"@docusaurus/types": "^3.9.2",
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/glob": "^9.0.0",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
|
|
@ -5926,14 +5926,14 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/glob": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz",
|
||||
"integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==",
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-9.0.0.tgz",
|
||||
"integrity": "sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==",
|
||||
"deprecated": "This is a stub types definition. glob provides its own type definitions, so you do not need this installed.",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/minimatch": "^5.1.2",
|
||||
"@types/node": "*"
|
||||
"glob": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/gtag.js": {
|
||||
|
|
@ -6056,13 +6056,6 @@
|
|||
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/minimatch": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
||||
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/ms": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"@docusaurus/tsconfig": "^3.9.2",
|
||||
"@docusaurus/types": "^3.9.2",
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/glob": "^9.0.0",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
|
|
|
|||
Loading…
Reference in New Issue