Compare commits

..

2 Commits

Author SHA1 Message Date
David Joy
321448c674 fix: using latest published version of frontend-build again 2019-12-02 12:56:51 -05:00
David Joy
77c9984d34 fix: bumping frontend-build version
Debugging build process, so pushing to master to speed up workflow.  Yes, I know.
2019-12-02 11:28:30 -05:00
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@@ -1499,8 +1499,9 @@
"integrity": "sha512-APBpZvdQrC1MJWMzk33V7FR2RhBRtnH2QPLqZzS+qia7PixwgWNlnX7UfHjhx+YWkM53GdsZKs40EBkSwADuMA=="
},
"@edx/frontend-build": {
"version": "github:edx/frontend-build#bc0c5f7c9293de74fd21220d4dcf8eb416b85227",
"from": "github:edx/frontend-build#djoy/pin-dependencies",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-build/-/frontend-build-2.0.2.tgz",
"integrity": "sha512-f77eGHWR3L/rlUaXvccHtE4rfeLITtNVy7wHUmFh5qxUOShc7FPBEp8YWqaxqGcn64mn60QzQJ2O8Q/hwADZ3w==",
"dev": true,
"requires": {
"@babel/cli": "7.6.0",
@@ -5460,12 +5461,12 @@
"integrity": "sha512-l00tmFFZOBHtYhN4Cz7k32VM7vTn3rE2ANjQDxdEN6zmXZ/xq1jQuutnmHvMG1ZJ7xd72+TA5YpUK8wz3rWsfQ=="
},
"core-js-compat": {
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.4.5.tgz",
"integrity": "sha512-rYVvzvKJDKoefdAC+q6VP63vp5hMmeVONCi9pVUbU1qRrtVrmAk/nPhnRg+i+XFd775m1hpG2Yd5RY3X45ccuw==",
"version": "3.4.6",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.4.6.tgz",
"integrity": "sha512-pSAGNy9InkZOld1sKtQnh+rB0lR2FIKYACoscaHvxRmLGV6YJ+1FtjQQwm92CFp8X3IJFWqDA4BtOE/8xu6QiQ==",
"dev": true,
"requires": {
"browserslist": "^4.7.3",
"browserslist": "^4.8.0",
"semver": "^6.3.0"
},
"dependencies": {

View File

@@ -81,7 +81,7 @@
"@commitlint/config-angular": "8.2.0",
"@commitlint/prompt": "8.2.0",
"@commitlint/prompt-cli": "8.2.0",
"@edx/frontend-build": "github:edx/frontend-build#djoy/pin-dependencies",
"@edx/frontend-build": "2.0.2",
"codecov": "3.1.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",