File tree Expand file tree Collapse file tree 5 files changed +1706
-6383
lines changed
Expand file tree Collapse file tree 5 files changed +1706
-6383
lines changed Original file line number Diff line number Diff line change 1- FROM node:12-alpine
2-
3- RUN apk add --update python make
1+ FROM node:14.17.1
42
53ENV NODE_ENV production
64
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "author" : " Paulo Henrique Cuchi <paulo.cuchi@gmail.com>" ,
66 "license" : " Apache-2.0" ,
77 "scripts" : {
8- "postinstall" : " patch-package" ,
98 "dev" : " nuxt" ,
109 "build" : " nuxt build" ,
1110 "start" : " HOST=0.0.0.0 nuxt start" ,
1211 "storybook" : " nuxt storybook"
1312 },
1413 "dependencies" : {
15- "axios" : " ^0.21.0 " ,
16- "chart.js" : " ^ 2.9.4 " ,
14+ "axios" : " 0.19.2 " ,
15+ "chart.js" : " 2.9.3 " ,
1716 "date-fns" : " 2.23.0" ,
1817 "highlight.js" : " ^10.1.1" ,
1918 "markdown-it" : " ^12.0.2" ,
2019 "material-icons" : " 0.3.1" ,
21- "node-sass" : " ^5.0.0" ,
22- "nuxt" : " ^2.14.7" ,
23- "patch-package" : " ^6.2.2" ,
20+ "node-sass" : " 4.14.1" ,
21+ "nuxt" : " 2.13.3" ,
2422 "patternomaly" : " 1.3.2" ,
25- "postinstall-postinstall" : " ^2.1.0" ,
2623 "ramda" : " 0.27.0" ,
27- "sass-loader" : " ^10.1.0 " ,
24+ "sass-loader" : " 9.0.2 " ,
2825 "spectre.css" : " 0.5.8" ,
29- "vue-chartjs" : " ^ 3.5.1 " ,
26+ "vue-chartjs" : " 3.5.0 " ,
3027 "xml-js" : " ^1.6.11"
31- },
32- "devDependencies" : {
33- "@nuxtjs/storybook" : " ^3.2.0" ,
34- "webpack" : " 4.44.2"
3528 }
3629}
You can’t perform that action at this time.
0 commit comments