Skip to content

Commit 8ec1184

Browse files
greenkeeper[bot]medfreeman
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#70)
* chore: add Greenkeeper config file * chore(package): update dependencies
1 parent 5427836 commit 8ec1184

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Easy Netlify CMS integration with nuxt.js example",
55
"dependencies": {
6-
"@nuxtjs/axios": "^4.3.0",
6+
"@nuxtjs/axios": "^5.3.1",
77
"nuxt": "latest",
88
"nuxtent": "latest",
99
"nuxt-netlify-cms": "../"

‎greenkeeper.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"groups": {
3+
"default": {
4+
"packages": [
5+
"example/package.json",
6+
"package.json"
7+
]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)