Commit ffb059a9465e9ad3d05e45d9090b4beaba053fed
Upgrades dependencies
Rômulo Alves committed on 9/19/2018, 5:38:09 PMParent: c93fc525cacb600afd7f77279a0dac001ee272b3
Files changed
Dockerfile | changed |
package-lock.json | changed |
package.json | changed |
Dockerfile | ||
---|---|---|
@@ -3,9 +3,9 @@ | ||
3 | 3 … | WORKDIR /usr/src |
4 | 4 … | |
5 | 5 … | COPY package.json package-lock.json ./ |
6 | 6 … | |
7 | -RUN npm install | |
7 … | +RUN npm ci | |
8 | 8 … | |
9 | 9 … | COPY . . |
10 | 10 … | |
11 | 11 … | RUN npm run export && \ |
package-lock.json | ||
---|---|---|
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.json | ||
---|---|---|
@@ -3,15 +3,15 @@ | ||
3 | 3 … | "version": "3.0.0", |
4 | 4 … | "description": "Rômulo Alves website", |
5 | 5 … | "dependencies": { |
6 | 6 … | "@zeit/next-preact": "^0.0.7", |
7 | - "next": "^6.0.0", | |
7 … | + "next": "^7.0.0", | |
8 | 8 … | "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", | |
14 | 14 … | "time-ago": "^0.2.1" |
15 | 15 … | }, |
16 | 16 … | "main": "server.js", |
17 | 17 … | "scripts": { |
Built with git-ssb-web