зеркало из https://github.com/mozilla/treeherder.git
Bug 1364010 - Update JS dependencies
Packages have been updated as follows: * `angular*`: Latest patch version, since it doesn't follow semver. * `react*`: Latest patch version, since in 15.5 some obtrusive deprecation warnings were added, and `enzyme`'s peer-dependencies need adjusting too. * `enzyme`: Unchanged, since the newer minor version gives warnings. * all other packages have been bumped to their latest minor version. This was performed using: ``` sudo yarn global add npm-check-updates ncu --upgrade --upgradeAll --semverLevel minor ncu --upgrade --upgradeAll --semverLevel major --reject '/^(angular|react|enzyme).*/' ``` In addition, `karma-coverage-istanbul-reporter`, `taskcluster-client` and `hawk` have been bumped to the latest major versions since their changelogs don't show any breaking changes that impact us. The lock file was then regenerated using: ``` rm -rf node_modules/ yarn.lock yarn install --no-bin-links ``` At some point later we'll want to perform the more involved `angular*`, `react*`, `enzyme`, `jquery` and `neutrino*` updates.
This commit is contained in:
Родитель
7aeee8383d
Коммит
0c42d47c9d
50
package.json
50
package.json
|
@ -10,47 +10,47 @@
|
|||
"node": "7.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"angular": "1.5.8",
|
||||
"angular-cookies": "1.5.8",
|
||||
"angular-local-storage": "0.5.0",
|
||||
"angular-resource": "1.5.8",
|
||||
"angular-route": "1.5.8",
|
||||
"angular-sanitize": "1.5.8",
|
||||
"angular": "1.5.11",
|
||||
"angular-cookies": "1.5.11",
|
||||
"angular-local-storage": "0.5.2",
|
||||
"angular-resource": "1.5.11",
|
||||
"angular-route": "1.5.11",
|
||||
"angular-sanitize": "1.5.11",
|
||||
"angular-toarrayfilter": "1.0.1",
|
||||
"angular-ui-bootstrap": "1.3.3",
|
||||
"angular-ui-router": "0.4.2",
|
||||
"bootstrap": "3.3.5",
|
||||
"bootstrap": "3.3.7",
|
||||
"deepmerge": "1.3.2",
|
||||
"font-awesome": "4.4.0",
|
||||
"hawk": "2.3.1",
|
||||
"jquery": "2.1.3",
|
||||
"jquery.scrollto": "2.1.0",
|
||||
"js-yaml": "3.7.0",
|
||||
"json-schema-defaults": "0.2.0",
|
||||
"font-awesome": "4.7.0",
|
||||
"hawk": "6.0.1",
|
||||
"jquery": "2.2.4",
|
||||
"jquery.scrollto": "2.1.2",
|
||||
"js-yaml": "3.8.4",
|
||||
"json-schema-defaults": "0.3.0",
|
||||
"lodash": "4.17.4",
|
||||
"mousetrap": "1.4.6",
|
||||
"mousetrap": "1.6.1",
|
||||
"neutrino": "4.3.1",
|
||||
"neutrino-lint-base": "4.3.1",
|
||||
"neutrino-preset-react": "4.2.3",
|
||||
"ngreact": "0.3.0",
|
||||
"ngreact": "0.4.0",
|
||||
"raw-loader": "0.5.1",
|
||||
"react": "15.3.1",
|
||||
"react-dom": "15.3.1",
|
||||
"taskcluster-client": "1.6.3",
|
||||
"react": "15.3.2",
|
||||
"react-dom": "15.3.2",
|
||||
"taskcluster-client": "2.3.0",
|
||||
"webpack-md5-hash": "0.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.5.8",
|
||||
"angular-mocks": "1.5.11",
|
||||
"enzyme": "2.7.1",
|
||||
"eslint": "3.17.1",
|
||||
"eslint": "3.19.0",
|
||||
"istanbul-instrumenter-loader": "2.0.0",
|
||||
"jasmine-core": "2.5.2",
|
||||
"karma": "1.5.0",
|
||||
"karma-coverage-istanbul-reporter": "0.2.3",
|
||||
"karma-firefox-launcher": "1.0.0",
|
||||
"jasmine-core": "2.6.1",
|
||||
"karma": "1.7.0",
|
||||
"karma-coverage-istanbul-reporter": "1.2.1",
|
||||
"karma-firefox-launcher": "1.0.1",
|
||||
"karma-jasmine": "1.1.0",
|
||||
"neutrino-preset-karma": "4.2.0",
|
||||
"react-addons-test-utils": "15.3.1"
|
||||
"react-addons-test-utils": "15.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/neutrino/bin/neutrino build --presets ./neutrino-custom/production.js",
|
||||
|
|
1388
yarn.lock
1388
yarn.lock
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче