|
31 | 31 | }, |
32 | 32 | "homepage": "https://github.com/edx/frontend-component-header-edx#readme", |
33 | 33 | "devDependencies": { |
34 | | - "@babel/cli": "^7.6.0", |
35 | | - "@babel/core": "^7.6.0", |
36 | | - "@babel/plugin-proposal-class-properties": "^7.5.5", |
37 | | - "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
38 | | - "@babel/preset-env": "^7.6.0", |
39 | | - "@babel/preset-react": "^7.0.0", |
40 | | - "@edx/frontend-analytics": "^2.0.0", |
41 | | - "@edx/frontend-auth": "^6.0.1", |
42 | | - "@edx/frontend-base": "^2.0.0", |
43 | | - "@edx/frontend-i18n": "^3.0.2", |
44 | | - "@edx/frontend-logging": "^3.0.1", |
45 | | - "@edx/paragon": "^7.1.2", |
46 | | - "babel-eslint": "^10.0.3", |
47 | | - "babel-plugin-react-intl": "^4.1.18", |
48 | | - "dotenv": "^8.1.0", |
| 34 | + "@babel/cli": "7.6.0", |
| 35 | + "@babel/core": "7.6.0", |
| 36 | + "@babel/plugin-proposal-class-properties": "7.5.5", |
| 37 | + "@babel/plugin-proposal-object-rest-spread": "7.5.5", |
| 38 | + "@babel/preset-env": "7.6.0", |
| 39 | + "@babel/preset-react": "7.0.0", |
| 40 | + "@edx/frontend-analytics": "3.0.0", |
| 41 | + "@edx/frontend-auth": "7.0.1", |
| 42 | + "@edx/frontend-base": "3.0.0", |
| 43 | + "@edx/frontend-i18n": "3.0.3", |
| 44 | + "@edx/frontend-logging": "3.0.1", |
| 45 | + "@edx/paragon": "7.1.4", |
| 46 | + "babel-eslint": "10.0.3", |
| 47 | + "babel-plugin-react-intl": "4.1.18", |
| 48 | + "dotenv": "8.1.0", |
49 | 49 | "enzyme": "3.10.0", |
50 | 50 | "enzyme-adapter-react-16": "1.14.0", |
51 | | - "eslint": "^6.3.0", |
52 | | - "eslint-config-edx": "^4.0.4", |
53 | | - "jest": "^24.9.0", |
54 | | - "parcel-bundler": "^1.12.3", |
55 | | - "prop-types": "^15.7.2", |
56 | | - "react": "^16.9.0", |
57 | | - "react-dom": "^16.9.0", |
58 | | - "react-redux": "^7.1.1", |
59 | | - "react-router-dom": "^5.0.1", |
60 | | - "react-test-renderer": "^16.9.0", |
61 | | - "reactifex": "^1.1.1", |
62 | | - "redux": "^4.0.4", |
63 | | - "redux-saga": "^1.0.5", |
64 | | - "sass": "^1.22.12", |
65 | | - "semantic-release": "^15.13.24" |
| 51 | + "eslint": "6.3.0", |
| 52 | + "eslint-config-edx": "4.0.4", |
| 53 | + "jest": "24.9.0", |
| 54 | + "parcel-bundler": "1.12.3", |
| 55 | + "prop-types": "15.7.2", |
| 56 | + "react": "16.9.0", |
| 57 | + "react-dom": "16.9.0", |
| 58 | + "react-redux": "7.1.1", |
| 59 | + "react-router-dom": "5.0.1", |
| 60 | + "react-test-renderer": "16.9.0", |
| 61 | + "reactifex": "1.1.1", |
| 62 | + "redux": "4.0.4", |
| 63 | + "redux-saga": "1.0.5", |
| 64 | + "sass": "1.22.12", |
| 65 | + "semantic-release": "15.13.24" |
| 66 | + }, |
| 67 | + "dependencies": { |
| 68 | + "babel-polyfill": "6.26.0", |
| 69 | + "react-responsive": "8.0.1", |
| 70 | + "react-transition-group": "4.3.0" |
66 | 71 | }, |
67 | 72 | "peerDependencies": { |
68 | | - "@edx/frontend-analytics": "^2.0.0", |
69 | | - "@edx/frontend-base": "^2.0.0", |
70 | | - "@edx/frontend-i18n": "^3.0.2", |
| 73 | + "@edx/frontend-analytics": "^3.0.0", |
| 74 | + "@edx/frontend-base": "^3.0.0", |
| 75 | + "@edx/frontend-i18n": "^3.0.3", |
71 | 76 | "prop-types": "^15.7.2", |
72 | 77 | "react": "^16.9.0" |
73 | 78 | }, |
74 | | - "dependencies": { |
75 | | - "babel-polyfill": "^6.26.0", |
76 | | - "react-responsive": "^8.0.1", |
77 | | - "react-transition-group": "^4.3.0" |
78 | | - }, |
79 | 79 | "jest": { |
80 | 80 | "transform": { |
81 | 81 | "^.+\\.jsx?$": "babel-jest" |
|
0 commit comments