Skip to content

Commit d22b7d9

Browse files
committed
build(deps-dev): bump @flex-development/mkbuild from 1.0.0-alpha.9 to 1.0.0-alpha.13
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 0889d37 commit d22b7d9

File tree

5 files changed

+149
-253
lines changed

5 files changed

+149
-253
lines changed

.cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"useGitignore": true,
4848
"usePnP": false,
4949
"version": "0.2",
50-
"words": ["fldv", "flexdevelopmentllc", "mlly", "pathe"]
50+
"words": ["fldv", "flexdevelopmentllc", "mkbuild", "mlly", "pathe"]
5151
}

.dictionary.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ larsgw
1919
lcov
2020
lintstagedrc
2121
micnncim
22-
mkbuild
2322
nocheck
2423
npmrc
2524
nums

build.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config: Config = defineBuildConfig({
1717
{ dts: 'only' },
1818
{
1919
dts: false,
20-
pattern: ['**/index.ts', 'internal/', 'lib/', 'utils/', 'pathe.ts'],
20+
pattern: ['**/index.ts', 'internal/*', 'lib/*', 'utils/*', 'pathe.ts'],
2121
sourcemap: true,
2222
sourcesContent: false
2323
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@commitlint/cli": "17.4.2",
8585
"@commitlint/config-conventional": "17.4.2",
8686
"@faker-js/faker": "8.0.0-alpha.0",
87-
"@flex-development/mkbuild": "1.0.0-alpha.9",
87+
"@flex-development/mkbuild": "1.0.0-alpha.13",
8888
"@flex-development/mlly": "1.0.0-alpha.11",
8989
"@graphql-eslint/eslint-plugin": "3.15.0",
9090
"@types/chai": "4.3.4",

0 commit comments

Comments
 (0)