Skip to content

Commit

Permalink
Bump ts-key-enum patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Apr 26, 2024
1 parent 6188cf3 commit 85dde12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ module.exports = {
'@sinonjs/fake-timers',

// ts-key-enum v3 does not work with @babel/plugin-transform-typescript which is a subdependency of react-scripts
//
// [email protected]
// └─┬ [email protected]
// └─┬ [email protected]
// └─┬ @babel/[email protected]
// └── @babel/[email protected]
//
// Currently v2 appears to be published to the latest tag, but keep this locked in case v3 is published to latest in the future. Minor and patch versions are safe to upgrade to.
// https://gitlab.com/nfriend/ts-key-enum#which-version-should-i-use
'ts-key-enum',
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"sanitize-html": "^2.4.0",
"text-block-parser": "^1.1.0",
"truncate-html": "^1.0.3",
"ts-key-enum": "^2.0.6",
"ts-key-enum": "^2.0.12",
"use-onclickoutside": "^0.3.2",
"xhtml-purifier": "^0.4.1",
"y-indexeddb": "https://github.com/raineorshine/y-indexeddb#y-indexeddb-multiplex",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15058,7 +15058,7 @@ ts-interface-checker@^0.1.9:
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==

ts-key-enum@^2.0.6:
ts-key-enum@^2.0.12:
version "2.0.12"
resolved "https://registry.yarnpkg.com/ts-key-enum/-/ts-key-enum-2.0.12.tgz#4f7f35eb041fa5847f8f9ed8c38beaaa047a33ba"
integrity sha512-Ety4IvKMaeG34AyXMp5r11XiVZNDRL+XWxXbVVJjLvq2vxKRttEANBE7Za1bxCAZRdH2/sZT6jFyyTWxXz28hw==
Expand Down

0 comments on commit 85dde12

Please sign in to comment.