Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit aef42dc

Browse files
committed
Update web dependencies
1 parent b02ecf9 commit aef42dc

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/main/web/bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "public/app.js",
66
"dependencies": {
77
"babel-polyfill": "https://bitbucket.org/linkvt/babel-polyfill.git#master",
8-
"jquery": "~2.1.4",
8+
"jquery": "~2.2.3",
99
"semantic-ui": "git://github.com/linkvt/Semantic-UI.git#master",
10-
"js-cookie": "~2.0.3"
10+
"js-cookie": "~2.1.1"
1111
}
1212
}

src/main/web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"dependencies": {
1616
"assetsmanager-brunch": "^1.8.1",
17-
"auto-reload-brunch": "^2.0.0",
18-
"babel-brunch": "^6.0.0",
19-
"babel-preset-es2015": "^6.5.0",
20-
"bower": "^1.5.3",
21-
"brunch": "^2.2.3",
17+
"auto-reload-brunch": "^2.7.1",
18+
"babel-brunch": "^6.0.4",
19+
"babel-preset-es2015": "^6.6.0",
20+
"bower": "^1.7.9",
21+
"brunch": "^2.7.4",
2222
"clean-css-brunch": "^2.0.0",
2323
"javascript-brunch": "^2.0.0",
24-
"less-brunch": "^2.0.0",
24+
"less-brunch": "^2.6.0",
2525
"uglify-js-brunch": "^2.0.1"
2626
},
2727
"devDependencies": {}

0 commit comments

Comments
 (0)