Skip to content

Commit

Permalink
build(deps-dev): bump @flex-development/mkbuild from 1.0.0-alpha.9 to…
Browse files Browse the repository at this point in the history
… 1.0.0-alpha.13

Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Feb 18, 2023
1 parent 0889d37 commit d22b7d9
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"useGitignore": true,
"usePnP": false,
"version": "0.2",
"words": ["fldv", "flexdevelopmentllc", "mlly", "pathe"]
"words": ["fldv", "flexdevelopmentllc", "mkbuild", "mlly", "pathe"]
}
1 change: 0 additions & 1 deletion .dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ larsgw
lcov
lintstagedrc
micnncim
mkbuild
nocheck
npmrc
nums
Expand Down
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: Config = defineBuildConfig({
{ dts: 'only' },
{
dts: false,
pattern: ['**/index.ts', 'internal/', 'lib/', 'utils/', 'pathe.ts'],
pattern: ['**/index.ts', 'internal/*', 'lib/*', 'utils/*', 'pathe.ts'],
sourcemap: true,
sourcesContent: false
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@faker-js/faker": "8.0.0-alpha.0",
"@flex-development/mkbuild": "1.0.0-alpha.9",
"@flex-development/mkbuild": "1.0.0-alpha.13",
"@flex-development/mlly": "1.0.0-alpha.11",
"@graphql-eslint/eslint-plugin": "3.15.0",
"@types/chai": "4.3.4",
Expand Down
Loading

0 comments on commit d22b7d9

Please sign in to comment.