Skip to content

Commit ab59b0b

Browse files
author
Jeroen van der Heijden
committed
Upd acorn and diff
1 parent 076ca3e commit ab59b0b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@
4040
"q": "^1.5.0"
4141
},
4242
"dependencies": {
43+
"acorn": "^7.1.1",
4344
"babel-plugin-transform-es2015-for-of": "^6.6.0",
4445
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
4546
"babel-preset-es2015": "^6.24.1",
47+
"diff": "^4.0.2",
4648
"lodash": "^4.17.13",
4749
"mocha": "^3.2.0"
4850
},

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ acorn@^4.0.4:
3434
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
3535
integrity sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=
3636

37+
acorn@^7.1.1:
38+
version "7.1.1"
39+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
40+
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
41+
3742
ajv@^6.5.5:
3843
version "6.12.0"
3944
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.0.tgz#06d60b96d87b8454a5adaba86e7854da629db4b7"
@@ -1099,6 +1104,11 @@ [email protected]:
10991104
resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"
11001105
integrity sha1-yc45Okt8vQsFinJck98pkCeGj/k=
11011106

1107+
diff@^4.0.2:
1108+
version "4.0.2"
1109+
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
1110+
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
1111+
11021112
ecc-jsbn@~0.1.1:
11031113
version "0.1.2"
11041114
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"

0 commit comments

Comments
 (0)