Skip to content

Commit b554273

Browse files
ci: Workflow Bot -- Update ALL Dependencies (#3957)
1 parent 0b177d7 commit b554273

File tree

3 files changed

+32
-44
lines changed

3 files changed

+32
-44
lines changed

pnpm-lock.yaml

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

scripts/lib/find-dictionary-packages.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { globby } from 'globby';
22

33
const rootUrl = new URL('../../', import.meta.url);
44

5-
65
/**
76
* Find dictionary `package.json` files.
87
* @param {string} [glob] - optional glob pattern

static/dictionary-packages.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,12 +1235,7 @@
12351235
{
12361236
"name": "node",
12371237
"description": "Node.js dictionary.",
1238-
"fileTypes": [
1239-
"javascript",
1240-
"javascriptreact",
1241-
"typescript",
1242-
"typescriptreact"
1243-
]
1238+
"fileTypes": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
12441239
}
12451240
]
12461241
},
@@ -1255,12 +1250,7 @@
12551250
{
12561251
"name": "npm",
12571252
"description": "Dictionary of Common Javascript Packages.",
1258-
"fileTypes": [
1259-
"javascript",
1260-
"javascriptreact",
1261-
"typescript",
1262-
"typescriptreact"
1263-
]
1253+
"fileTypes": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
12641254
}
12651255
]
12661256
},
@@ -1753,14 +1743,7 @@
17531743
{
17541744
"name": "typescript",
17551745
"description": "TypeScript and JavaScript dictionary.",
1756-
"fileTypes": [
1757-
"astro",
1758-
"javascript",
1759-
"javascriptreact",
1760-
"mdx",
1761-
"typescript",
1762-
"typescriptreact"
1763-
]
1746+
"fileTypes": ["astro", "javascript", "javascriptreact", "mdx", "typescript", "typescriptreact"]
17641747
}
17651748
]
17661749
},

0 commit comments

Comments
 (0)