Skip to content

Commit aa0c684

Browse files
committed
Small fixes
1 parent e7f343b commit aa0c684

4 files changed

Lines changed: 10 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"private": true,
44
"workspaces": [
55
"packages/*",
6-
"examples",
7-
"examples/webapp"
6+
"examples"
87
],
98
"devDependencies": {
109
"@types/jest": "^24.0.25",

packages/cashc/tsconfig.build.module.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"compilerOptions": {
55
"outDir": "./dist/module",
66
"module": "esnext",
7-
"target": "es2019",
87
},
98

109
"include": [

packages/cashscript/tsconfig.build.module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"compilerOptions": {
55
"outDir": "./dist/module",
6-
"module": "esnext"
6+
"module": "esnext",
77
},
88

99
"include": [

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,10 +1778,10 @@
17781778
"@types/yargs" "^15.0.0"
17791779
chalk "^3.0.0"
17801780

1781-
"@jest/types@^26.5.2":
1782-
version "26.5.2"
1783-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.5.2.tgz#44c24f30c8ee6c7f492ead9ec3f3c62a5289756d"
1784-
integrity sha512-QDs5d0gYiyetI8q+2xWdkixVQMklReZr4ltw7GFDtb4fuJIBCE6mzj2LnitGqCuAlLap6wPyb8fpoHgwZz5fdg==
1781+
"@jest/types@^26.6.0":
1782+
version "26.6.0"
1783+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.0.tgz#2c045f231bfd79d52514cda3fbc93ef46157fa6a"
1784+
integrity sha512-8pDeq/JVyAYw7jBGU83v8RMYAkdrRxLG3BGnAJuqaQAUd6GWBmND2uyl+awI88+hit48suLoLjNFtR+ZXxWaYg==
17851785
dependencies:
17861786
"@types/istanbul-lib-coverage" "^2.0.0"
17871787
"@types/istanbul-reports" "^3.0.0"
@@ -13321,11 +13321,11 @@ pretty-format@^25.1.0, pretty-format@^25.5.0:
1332113321
react-is "^16.12.0"
1332213322

1332313323
pretty-format@^26.4.2:
13324-
version "26.5.2"
13325-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.5.2.tgz#5d896acfdaa09210683d34b6dc0e6e21423cd3e1"
13326-
integrity sha512-VizyV669eqESlkOikKJI8Ryxl/kPpbdLwNdPs2GrbQs18MpySB5S0Yo0N7zkg2xTRiFq4CFw8ct5Vg4a0xP0og==
13324+
version "26.6.0"
13325+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.0.tgz#1e1030e3c70e3ac1c568a5fd15627671ea159391"
13326+
integrity sha512-Uumr9URVB7bm6SbaByXtx+zGlS+0loDkFMHP0kHahMjmfCtmFY03iqd++5v3Ld6iB5TocVXlBN/T+DXMn9d4BA==
1332713327
dependencies:
13328-
"@jest/types" "^26.5.2"
13328+
"@jest/types" "^26.6.0"
1332913329
ansi-regex "^5.0.0"
1333013330
ansi-styles "^4.0.0"
1333113331
react-is "^16.12.0"

0 commit comments

Comments
 (0)