Skip to content

Commit 1eace68

Browse files
committed
TASK: Update moment.js to latest version 2.30.1
Updated moment.js from 2.20.1 to last maintained version 2.30.1. Removed old cached version and added the new version to the yarn cache.
1 parent faad042 commit 1eace68

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "GNU GPLv3",
77
"private": true,
88
"resolutions": {
9-
"moment": "^2.20.1",
9+
"moment": "^2.30.1",
1010
"vfile-message": "^2.0.2",
1111
"[email protected]": "patch:isemail@npm:3.2.0#./patches/isemail-npm-3.2.0-browserified.patch",
1212
"[email protected]": "patch:react-codemirror2@npm:7.2.1#./patches/react-codemirror2-npm-7.2.1-browserified.patch",

packages/neos-ui-editors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lodash.memoize": "^4.1.2",
2828
"lodash.omit": "^4.5.0",
2929
"lodash.unescape": "4.0.1",
30-
"moment": "^2.20.1",
30+
"moment": "^2.30.1",
3131
"monet": "^0.9.2",
3232
"plow-js": "3.0.0",
3333
"react-codemirror2": "7.2.1",

packages/neos-ui-views/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"d3-scale": "^4.0.2",
1515
"d3-time": "^1.0.8",
1616
"lodash.isequal": "^4.5.0",
17-
"moment": "^2.20.1",
17+
"moment": "^2.30.1",
1818
"plow-js": "3.0.0",
1919
"recharts": "^2.4.1"
2020
},

packages/neos-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lodash.memoize": "^4.1.2",
4949
"lodash.merge": "^4.6.0",
5050
"lodash.sortby": "^4.7.0",
51-
"moment": "^2.20.1",
51+
"moment": "^2.30.1",
5252
"monet": "^0.9.2",
5353
"normalize.css": "^8.0.0",
5454
"notosans-fontface": "^1.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11442,10 +11442,10 @@ __metadata:
1144211442
languageName: node
1144311443
linkType: hard
1144411444

11445-
"moment@npm:^2.20.1":
11446-
version: 2.24.0
11447-
resolution: "moment@npm:2.24.0"
11448-
checksum: 9cd93a251a2b33cb1b532eade0e496a2a7547faa6cfe37a283ee7bf69e202cd7c8ab0673d66883b5b29aed051353176dc0e6684f04073a75b0a155c500be1580
11445+
"moment@npm:^2.30.1":
11446+
version: 2.30.1
11447+
resolution: "moment@npm:2.30.1"
11448+
checksum: 859236bab1e88c3e5802afcf797fc801acdbd0ee509d34ea3df6eea21eb6bcc2abd4ae4e4e64aa7c986aa6cba563c6e62806218e6412a765010712e5fa121ba6
1144911449
languageName: node
1145011450
linkType: hard
1145111451

0 commit comments

Comments
 (0)