Skip to content

Commit 2ec44d0

Browse files
authored
chore(project): cleanup (#31)
1 parent 236681f commit 2ec44d0

File tree

3 files changed

+1633
-944
lines changed

3 files changed

+1633
-944
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 📑 Description
44

5-
- __Intro__: This project is designed as reference material for the CodeDoor Meetup named `CodeFest: APIs and Charts`
5+
- __Intro__: This project is designed as reference material for FactSet/CodeDoor training sessions.
66
- __Aim__: To build an `Application` that takes `Data` from an `API` and displays it in a `Chart` or two.
77
- __Coding Rules__: There are none. Use whatever IDE, API, Chart Engine, Code Style you prefer.
88
- __Destiny__: Make it as `elegant` and `beautiful` as possible while keeping it `functional`.

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"axios": "^0.18.1",
11+
"axios": "^0.25.0",
1212
"chart.js": "^2.7.2",
13-
"core-js": "^3.6.5",
14-
"highcharts": "^8.1.2",
15-
"highcharts-vue": "^1.2.0",
16-
"lodash": "^4.17.19",
17-
"moment": "^2.22.2",
18-
"vue": "^2.5.17",
19-
"vue-chartjs": "^3.4.0",
20-
"vue-router": "^3.0.1"
13+
"core-js": "^3.21.0",
14+
"highcharts": "^9.3.3",
15+
"highcharts-vue": "^1.4.0",
16+
"lodash": "^4.17.21",
17+
"moment": "^2.29.1",
18+
"vue": "^2.6.14",
19+
"vue-chartjs": "^3.5.1",
20+
"vue-router": "^3.5.3"
2121
},
2222
"devDependencies": {
23-
"@vue/cli-plugin-babel": "~4.4.6",
24-
"@vue/cli-plugin-eslint": "~4.4.6",
25-
"@vue/cli-service": "~4.4.6",
23+
"@vue/cli-plugin-babel": "~4.5.15",
24+
"@vue/cli-plugin-eslint": "~4.5.15",
25+
"@vue/cli-service": "~4.5.15",
2626
"babel-eslint": "^10.1.0",
2727
"eslint": "^6.7.2",
2828
"eslint-plugin-vue": "^6.2.2",
29-
"vue-template-compiler": "^2.5.17"
29+
"vue-template-compiler": "^2.6.14"
3030
},
3131
"eslintConfig": {
3232
"root": true,

0 commit comments

Comments
 (0)