git ssb

0+

Rômulo Alves / website



Commit ffb059a9465e9ad3d05e45d9090b4beaba053fed

Upgrades dependencies

Rômulo Alves committed on 9/19/2018, 5:38:09 PM
Parent: c93fc525cacb600afd7f77279a0dac001ee272b3

Files changed

Dockerfilechanged
package-lock.jsonchanged
package.jsonchanged
DockerfileView
@@ -3,9 +3,9 @@
33 WORKDIR /usr/src
44
55 COPY package.json package-lock.json ./
66
7-RUN npm install
7 +RUN npm ci
88
99 COPY . .
1010
1111 RUN npm run export && \
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 241150 bytes
New file size: 230840 bytes
package.jsonView
@@ -3,15 +3,15 @@
33 "version": "3.0.0",
44 "description": "Rômulo Alves website",
55 "dependencies": {
66 "@zeit/next-preact": "^0.0.7",
7- "next": "^6.0.0",
7 + "next": "^7.0.0",
88 "nprogress": "^0.2.0",
9- "preact": "^8.2.9",
10- "preact-compat": "^3.18.0",
11- "prop-types": "^15.6.1",
12- "react": "^16.3.2",
13- "react-dom": "^16.3.2",
9 + "preact": "^8.3.1",
10 + "preact-compat": "^3.18.4",
11 + "prop-types": "^15.6.2",
12 + "react": "^16.5.2",
13 + "react-dom": "^16.5.2",
1414 "time-ago": "^0.2.1"
1515 },
1616 "main": "server.js",
1717 "scripts": {

Built with git-ssb-web