Skip to content

Commit

Permalink
[SDPA-3563] Updated deps (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-yao authored Dec 15, 2019
1 parent d138f28 commit bdd5acd
Show file tree
Hide file tree
Showing 8 changed files with 4,463 additions and 1,514 deletions.
2 changes: 1 addition & 1 deletion examples/basic-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@dpc-sdp/ripple-nuxt-tide": "1.4.0",
"dotenv": "^5.0.1",
"nuxt": "2.9.2",
"nuxt": "2.10.2",
"run-script-os": "^1.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vic-gov-au/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@dpc-sdp/ripple-nuxt-tide": "1.4.0",
"@nuxtjs/robots": "^2.0.0",
"dotenv": "^5.0.1",
"nuxt": "2.9.2",
"nuxt": "2.10.2",
"run-script-os": "^1.0.7"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@dpc-sdp/ripple-nuxt-tide": "^1.3.0",
"dotenv": "^5.0.1",
"nuxt": "2.9.2",
"nuxt": "2.10.2",
"run-script-os": "^1.0.7"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
data.scripts['test:smoke'] = 'cross-env TEST=1 BASIC_AUTH=0 start-server-and-test start:build http://localhost:3000 cy:run-smoke'
}
// Upgrade nuxt
data.dependencies['nuxt'] = `2.9.2`
data.dependencies['nuxt'] = `2.10.2`
return data
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ripple-app/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@dpc-sdp/ripple-nuxt-tide": "^<%= version %>",
"@nuxtjs/robots": "^2.0.0",
"dotenv": "^5.0.1",
"nuxt": "2.9.2",
"nuxt": "2.10.2",
"run-script-os": "^1.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-nuxt-tide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"peerDependencies": {
"@nuxtjs/axios": "^5.3.1",
"nuxt": "^2.9.2"
"nuxt": "^2.10.2"
},
"devDependencies": {
"mockdate": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-nuxt-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svgo-loader": "^2.1.0"
},
"peerDependencies": {
"nuxt": "^2.9.2",
"nuxt": "^2.10.2",
"webpack-node-externals": "^1.6.0"
}
}
5,963 changes: 4,456 additions & 1,507 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit bdd5acd

Please sign in to comment.