Skip to content

Commit 1b22cab

Browse files
committed
chore(update): updated dependencies in Yarn & NPM (package.json)
1 parent b72e946 commit 1b22cab

2 files changed

Lines changed: 1393 additions & 1104 deletions

File tree

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -26,46 +26,46 @@
2626
]
2727
},
2828
"devDependencies": {
29-
"autoprefixer": "6.7.7",
30-
"babel-core": "6.24.0",
31-
"babel-jest": "19.0.0",
32-
"babel-loader": "6.4.1",
29+
"autoprefixer": "7.1.2",
30+
"babel-core": "6.25.0",
31+
"babel-jest": "20.0.3",
32+
"babel-loader": "7.1.1",
3333
"babel-plugin-angularjs-annotate": "0.7.0",
3434
"babel-plugin-import-noop": "1.0.1",
35-
"babel-plugin-transform-es2015-modules-commonjs": "6.24.0",
36-
"babel-preset-env": "1.3.2",
35+
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
36+
"babel-preset-env": "1.6.0",
3737
"clean-webpack-plugin": "0.1.16",
38-
"css-loader": "0.28.0",
39-
"eslint": "3.19.0",
38+
"css-loader": "0.28.4",
39+
"eslint": "4.2.0",
4040
"eslint-config-angular": "0.5.0",
41-
"eslint-loader": "1.7.1",
42-
"eslint-plugin-angular": "2.2.1",
43-
"extract-text-webpack-plugin": "2.1.0",
44-
"file-loader": "0.11.1",
41+
"eslint-loader": "1.9.0",
42+
"eslint-plugin-angular": "3.0.0",
43+
"extract-text-webpack-plugin": "3.0.0-rc.1",
44+
"file-loader": "0.11.2",
45+
"friendly-errors-webpack-plugin": "1.6.1",
4546
"html-loader": "0.4.5",
46-
"html-webpack-plugin": "2.28.0",
47+
"html-webpack-plugin": "2.29.0",
4748
"imports-loader": "0.7.1",
48-
"jasmine-core": "2.5.2",
49-
"jest": "19.0.2",
50-
"ngtemplate-loader": "1.3.1",
51-
"node-sass": "4.5.2",
52-
"postcss-loader": "1.3.3",
53-
"preload-webpack-plugin": "1.2.2",
54-
"resolve-url-loader": "2.0.2",
55-
"sass-loader": "6.0.3",
56-
"sass-resources-loader": "1.2.0",
57-
"style-loader": "0.16.1",
58-
"url-loader": "0.5.8",
59-
"webpack": "2.3.2",
60-
"webpack-dev-server": "2.4.2",
49+
"jasmine-core": "2.6.4",
50+
"jest": "20.0.4",
51+
"ngtemplate-loader": "2.0.1",
52+
"node-sass": "4.5.3",
53+
"postcss-loader": "2.0.6",
54+
"resolve-url-loader": "2.1.0",
55+
"sass-loader": "6.0.6",
56+
"sass-resources-loader": "1.2.1",
57+
"style-loader": "0.18.2",
58+
"url-loader": "0.5.9",
59+
"webpack": "3.1.0",
60+
"webpack-dev-server": "2.5.1",
6161
"webpack-merge": "4.1.0"
6262
},
6363
"dependencies": {
64-
"angular": "1.6.4",
65-
"angular-animate": "1.6.4",
66-
"angular-aria": "1.6.4",
67-
"angular-material": "1.1.3",
68-
"angular-mocks": "1.6.4",
69-
"angular-ui-router": "1.0.0-rc.1"
64+
"@uirouter/angularjs": "1.0.5",
65+
"angular": "1.6.5",
66+
"angular-animate": "1.6.5",
67+
"angular-aria": "1.6.5",
68+
"angular-material": "1.1.4",
69+
"angular-mocks": "1.6.5"
7070
}
7171
}

0 commit comments

Comments
 (0)