Skip to content

Commit

Permalink
upgrade libs + remove unused .editorconfig config
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Apr 13, 2018
1 parent d390bfb commit dc963bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 54 deletions.
12 changes: 0 additions & 12 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,3 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

[*.coffee]
indent_size = 4

[*.jade]
trim_trailing_whitespace = false

[*.pug]
trim_trailing_whitespace = false

[*.styl]
indent_size = 4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"copy-webpack-plugin": "4.5.1",
"cozy-jobs-cli": "1.0.9",
"cozy-jobs-cli": "1.0.14",
"eslint": "4.19.1",
"eslint-config-cozy-app": "0.5.1",
"git-directory-deploy": "1.5.1",
Expand Down
47 changes: 6 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1883,22 +1883,22 @@ cozy-client-js@^0.8.0:
pouchdb-adapter-cordova-sqlite "https://github.com/SnceGroup/pouchdb-adapter-cordova-sqlite.git#f3ee23009b70209c611435d57491aa77fb88802a"
pouchdb-find "0.10.4"

[email protected].9:
version "1.0.9"
resolved "https://registry.yarnpkg.com/cozy-jobs-cli/-/cozy-jobs-cli-1.0.9.tgz#ed6b618f3344bb635f2fcf08e68c81af28f2416e"
[email protected].14:
version "1.0.14"
resolved "https://registry.yarnpkg.com/cozy-jobs-cli/-/cozy-jobs-cli-1.0.14.tgz#6a29a1fa106651d19c388901db3a8cd57611d710"
dependencies:
btoa "^1.1.2"
cheerio "^1.0.0-rc.2"
commander "^2.12.2"
core-js "^2.5.3"
cozy-client-js "^0.8.0"
cozy-konnector-libs "^4.0.0"
cozy-logger "^1.0.4"
cozy-konnector-libs "^4.1.4"
cozy-logger "^1.1.2"
isomorphic-fetch "^2.2.1"
opn "^5.1.0"
regenerator-runtime "^0.11.1"

[email protected]:
[email protected], cozy-konnector-libs@^4.1.4:
version "4.1.4"
resolved "https://registry.yarnpkg.com/cozy-konnector-libs/-/cozy-konnector-libs-4.1.4.tgz#d5562b1a412abb1e84feba32dd3f47656068fcfd"
dependencies:
Expand Down Expand Up @@ -1930,41 +1930,6 @@ [email protected]:
request-promise "^4.2.1"
uuid "^3.1.0"

cozy-konnector-libs@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cozy-konnector-libs/-/cozy-konnector-libs-4.0.0.tgz#a2c15a8c3eee2d8fba491fce1d9aba31fcbc1e8c"
dependencies:
babel-cli "^6.26.0"
babel-plugin-transform-object-rest-spread "^6.26.0"
babel-preset-env "^1.6.0"
bluebird "^3.5.0"
bluebird-retry "^0.11.0"
btoa "^1.1.2"
chalk "^2.3.2"
cheerio "^1.0.0-rc.2"
commander "^2.12.2"
core-js "^2.4.1"
cozy-client-js "^0.8.0"
cozy-logger "^1.0.4"
date-fns "^1.29.0"
isomorphic-fetch "^2.2.1"
jest "^22.0.0"
jsdoc-to-markdown "^4.0.1"
lodash "^4.17.4"
moment "^2.18.1"
opn "^5.1.0"
raven "^2.4.0"
regenerator-runtime "^0.11.0"
replay "^2.1.2"
request "^2.81.0"
request-debug "^0.2.0"
request-promise "^4.2.1"
uuid "^3.1.0"

cozy-logger@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.0.4.tgz#598a826ef0824e590bf68a667b83b2d7c7d2cfbe"

cozy-logger@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.1.2.tgz#90f1112ede2417ac51b1e427e967a07ea9a74c87"
Expand Down

0 comments on commit dc963bf

Please sign in to comment.