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

Commit 971db12

Browse files
author
Alexandre-io
committed
feat(deps): bump dependencies versions
1 parent 8649369 commit 971db12

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-intro.js",
3-
"version": "1.2.7",
3+
"version": "1.3.0",
44
"main": "src/angular-intro.js",
55
"description": "Angular directive to wrap intro.js",
66
"license": "MIT",
@@ -12,8 +12,8 @@
1212
"assets"
1313
],
1414
"dependencies": {
15-
"angular": "~1.2.x",
16-
"intro.js": "1.1.0"
15+
"angular": "~1.4.0",
16+
"intro.js": "~1.1.1"
1717
},
1818
"devDependencies": {}
1919
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-intro.js",
3-
"version": "0.1.0",
3+
"version": "1.3.0",
44
"description": "Angular directive to wrap intro.js",
55
"main": "src/angular-intro.js",
66
"directories": {
@@ -26,13 +26,13 @@
2626
},
2727
"homepage": "https://github.com/mendhak/angular-intro.js",
2828
"devDependencies": {
29-
"bower": "~1.3.1",
30-
"grunt": "~0.4.4",
29+
"bower": "~1.5.2",
30+
"grunt": "~0.4.5",
3131
"grunt-cli": "~0.1.13",
3232
"grunt-contrib-connect": "^0.11.2",
33-
"grunt-contrib-jshint": "~0.9.2",
34-
"grunt-contrib-uglify": "~0.4.0",
33+
"grunt-contrib-jshint": "~0.11.3",
34+
"grunt-contrib-uglify": "~0.9.2",
3535
"grunt-contrib-watch": "~0.6.1",
36-
"load-grunt-tasks": "~0.4.0"
36+
"load-grunt-tasks": "~3.2.0"
3737
}
3838
}

0 commit comments

Comments
 (0)