Skip to content

Commit c7996e5

Browse files
author
Paulo Henrique Cuchi
committed
Merge branch 'wip'
2 parents 5f1fe21 + cdd4b77 commit c7996e5

File tree

5 files changed

+1706
-6383
lines changed

5 files changed

+1706
-6383
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
FROM node:12-alpine
2-
3-
RUN apk add --update python make
1+
FROM node:14.17.1
42

53
ENV NODE_ENV production
64

components/PostsSection.stories.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

components/Timeline.stories.js

Lines changed: 0 additions & 114 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,25 @@
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
}

0 commit comments

Comments
 (0)