Commit f20766fcd63c17fd9526329e92ea3e92f42b26ac
Starts to use @romuloalves/plainbudget
Rômulo Alves committed on 8/30/2018, 4:46:50 PMParent: 2282cdc1ba9e83919035feffa8cd9fe3587a57eb
Files changed
package-lock.json | changed |
package.json | changed |
pages/index.js | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 259667 bytes New file size: 259316 bytes |
package.json | ||
---|---|---|
@@ -18,14 +18,14 @@ | ||
18 | 18 … | "url": "https://github.com/romuloalves/plainbudget-next/issues" |
19 | 19 … | }, |
20 | 20 … | "homepage": "https://github.com/romuloalves/plainbudget-next#readme", |
21 | 21 … | "dependencies": { |
22 | - "compression": "^1.7.3", | |
23 | - "express": "^4.16.3", | |
24 | - "next": "^6.1.1", | |
25 | - "next-offline": "^2.11.0", | |
26 | - "pbudget": "^0.2.8", | |
27 | - "prop-types": "^15.6.2", | |
28 | - "react": "^16.4.2", | |
29 | - "react-dom": "^16.4.2" | |
22 … | + "compression": "1.7.3", | |
23 … | + "express": "4.16.3", | |
24 … | + "next": "6.1.1", | |
25 … | + "next-offline": "2.11.0", | |
26 … | + "plainbudget": "1.0.0", | |
27 … | + "prop-types": "15.6.2", | |
28 … | + "react": "16.4.2", | |
29 … | + "react-dom": "16.4.2" | |
30 | 30 … | } |
31 | 31 … | } |
Built with git-ssb-web