Skip to content

Commit 243f2aa

Browse files
authored
Merge pull request #30 from Arattian/dev-feature
Release 3.3.0
2 parents 7fdee35 + fd18859 commit 243f2aa

38 files changed

+2930
-3301
lines changed

.prettierrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
singleQuote: true,
3+
trailingComma: 'all',
4+
};

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Arattian/DynamoDb-GUI-Client/blob/master/LICENSE)
66

7-
### [Release v3.2.6](https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/3.2.6)
7+
### [Release v3.3.0](https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/3.3.0)
88

9-
#### [Download for MacOS (.dmg)](https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.6/DynamoDbGUI-mac-3.2.6.dmg)
9+
#### [Download for MacOS (.dmg)](https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.3.0/DynamoDbGUI-mac-3.3.0.dmg)
1010

11-
#### [Download for MacOS (.zip)](https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.2.6/DynamoDbGUI-mac-3.2.6.zip)
11+
#### [Download for MacOS (.zip)](https://github.com/Arattian/DynamoDb-GUI-Client/releases/download/3.3.0/DynamoDbGUI-mac-3.3.0.zip)
1212

1313
### [Release v2.1.1 || Old UI](https://github.com/Arattian/DynamoDb-GUI-Client/releases/tag/v2.1.1)
1414

package-lock.json

Lines changed: 1856 additions & 2392 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamodb-gui-client",
3-
"version": "3.2.6",
3+
"version": "3.3.0",
44
"description": "DynamoDb-GUI-Client",
55
"author": {
66
"name": "Misak Poghosyan",
@@ -16,41 +16,38 @@
1616
"test:unit": "vue-cli-service test:unit --coverage"
1717
},
1818
"dependencies": {
19-
"aws-sdk": "^2.400.0",
20-
"awscred": "^1.4.2",
19+
"aws-sdk": "^2.432.0",
2120
"electron-default-menu": "^1.0.1",
22-
"element-ui": "^2.5.4",
23-
"lodash": "^4.17.11",
24-
"vue": "^2.6.4",
25-
"vue-awesome": "^3.3.1",
26-
"vue-class-component": "^6.3.2",
27-
"vue-json-editor": "^1.2.3",
28-
"vue-property-decorator": "^7.3.0",
29-
"vue-resize-split-pane": "^0.1.3",
30-
"vue-virtual-scroll-list": "^1.3.0",
21+
"element-ui": "^2.7.0",
22+
"vue": "^2.6.10",
23+
"vue-awesome": "^3.5.1",
24+
"vue-class-component": "^7.0.2",
25+
"vue-json-editor": "1.2.3",
26+
"vue-property-decorator": "^8.1.0",
27+
"vue-resize-split-pane": "^0.1.5",
28+
"vue-virtual-scroll-list": "^1.3.2",
3129
"vuex": "^3.1.0",
32-
"vuex-class": "^0.3.1"
30+
"vuex-class": "^0.3.2"
3331
},
3432
"devDependencies": {
35-
"@types/jest": "^24.0.0",
36-
"@types/lodash": "^4.14.120",
37-
"@vue/cli-plugin-babel": "3.4.0",
38-
"@vue/cli-plugin-typescript": "3.4.0",
39-
"@vue/cli-plugin-unit-jest": "3.4.0",
40-
"@vue/cli-service": "3.4.0",
33+
"@types/jest": "^24.0.11",
34+
"@vue/cli-plugin-babel": "3.5.3",
35+
"@vue/cli-plugin-typescript": "3.5.3",
36+
"@vue/cli-plugin-unit-jest": "3.5.3",
37+
"@vue/cli-service": "3.5.3",
4138
"@vue/test-utils": "^1.0.0-beta.29",
4239
"babel-core": "^7.0.0-bridge.0",
43-
"electron": "^4.0.4",
44-
"element-theme-dark": "^1.0.2",
40+
"electron": "^4.1.3",
41+
"element-theme-dark": "^1.0.3",
4542
"pug": "^2.0.3",
4643
"pug-plain-loader": "^1.0.0",
4744
"stylus": "^0.54.5",
4845
"stylus-loader": "^3.0.2",
49-
"ts-jest": "^23.10.5",
50-
"typescript": "^3.3.3",
51-
"vue-cli-plugin-electron-builder": "github:nklayman/vue-cli-plugin-electron-builder",
46+
"ts-jest": "^24.0.1",
47+
"typescript": "^3.4.1",
48+
"vue-cli-plugin-electron-builder": "1.2.0",
5249
"vue-cli-plugin-element": "^1.0.1",
53-
"vue-template-compiler": "^2.6.4"
50+
"vue-template-compiler": "^2.6.10"
5451
},
5552
"keywords": [
5653
"element-ui",

0 commit comments

Comments
 (0)