Skip to content

Commit

Permalink
Maintenance updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
roquie committed Dec 12, 2020
1 parent 71fff9d commit 6bcca82
Show file tree
Hide file tree
Showing 7 changed files with 9,338 additions and 7,745 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Microservices parts
Copyright (c) 2020 https://spacetab.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn add @microparts/configuration-js

## Usage

By default path to configuration directory and application stage
By default, path to configuration directory and application stage
loading from `/app/configuration` with `local` stage.

1) Simple
Expand Down
2 changes: 1 addition & 1 deletion code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at bip@teamc.io. All
reported by contacting the project team at bip@spacetab.io. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
11,799 changes: 6,653 additions & 5,146 deletions example/vue-app/package-lock.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions example/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@microparts/configuration-js": "^1.0.7",
"core-js": "^3.6.4",
"npm-check-updates": "^4.0.1",
"@microparts/configuration-js": "^1.1.0",
"core-js": "^3.8.1",
"npm-check-updates": "^10.2.5",
"npm-package-update": "^1.0.2",
"vue": "^2.6.11",
"vue-router": "^3.1.5"
"vue": "^2.6.12",
"vue-router": "^3.4.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.2",
"@vue/cli-plugin-eslint": "~4.2.2",
"@vue/cli-plugin-router": "~4.2.2",
"@vue/cli-service": "~4.2.2",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^6.2.1",
"lint-staged": "^10.0.7",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-router": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"@vue/eslint-config-airbnb": "^5.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.2.0",
"lint-staged": "^10.5.3",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"vue-template-compiler": "^2.6.12"
},
"gitHooks": {
"pre-commit": "lint-staged"
Expand Down
Loading

0 comments on commit 6bcca82

Please sign in to comment.