-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e4a099
commit f94662f
Showing
4 changed files
with
85 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
{ | ||
"name": "ag-grid-vue-vuex", | ||
"version": "20.0.0", | ||
"version": "24.0.0", | ||
"private": true, | ||
"scripts": { | ||
"start": "npm run serve", | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build" | ||
}, | ||
"dependencies": { | ||
"vue": "2.5.21", | ||
"vuex": "3.0.1", | ||
"ag-grid-community": "^20.0.0", | ||
"ag-grid-vue": "^20.0.0", | ||
"vue-property-decorator": "7.2.0" | ||
"ag-grid-community": "^24.0.0", | ||
"ag-grid-vue": "^24.0.0", | ||
"vue": "2.6.12", | ||
"vue-class-component": "^7.2.5", | ||
"vue-property-decorator": "9.0.0", | ||
"vuex": "3.5.1" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "3.2.2", | ||
"@vue/cli-service": "3.2.3", | ||
"vue-template-compiler": "2.5.21" | ||
"@vue/cli-plugin-babel": "4.5.4", | ||
"@vue/cli-service": "4.5.4", | ||
"vue-template-compiler": "2.6.12" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters