Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 3, 2022
1 parent 3cf5194 commit a1c2a73
Show file tree
Hide file tree
Showing 14 changed files with 11,044 additions and 11,246 deletions.
2 changes: 1 addition & 1 deletion deno/bootstrap/ts_morph_bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DocumentRegistry, StringUtils, ts, FileUtils, Memoize, TransactionalFileSystem, TsConfigResolver, errors, InMemoryFileSystemHost, RealFileSystemHost, CompilerOptionsContainer, createHosts, runtime, createModuleResolutionHost } from '../common/mod.ts';
export { CompilerOptionsContainer, InMemoryFileSystemHost, ResolutionHosts, SettingsContainer, ts } from '../common/mod.ts';

/*! *****************************************************************************
/******************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
Expand Down
2 changes: 1 addition & 1 deletion deno/common/ts_morph_common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deno/ts_morph.js
Original file line number Diff line number Diff line change
Expand Up @@ -13016,7 +13016,7 @@ var FileSystemRefreshResult;
FileSystemRefreshResult[FileSystemRefreshResult["Deleted"] = 2] = "Deleted";
})(FileSystemRefreshResult || (FileSystemRefreshResult = {}));

/*! *****************************************************************************
/******************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
Expand Down
4 changes: 2 additions & 2 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dist-deno"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.68.2.wasm",
"https://plugins.dprint.dev/typescript-0.68.5.wasm",
"https://plugins.dprint.dev/json-0.7.2.wasm",
"https://plugins.dprint.dev/markdown-0.13.2.wasm"
"https://plugins.dprint.dev/markdown-0.13.3.wasm"
]
}

0 comments on commit a1c2a73

Please sign in to comment.