1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Examples: Update custom-server-typescript examples packages (#5411)

This commit is contained in:
Duncan L 2018-10-09 03:48:05 -07:00 committed by Tim Neutkens
parent 5fbca72ea2
commit 6d5389ef2d

View file

@ -5,19 +5,19 @@
"start": "NODE_ENV=production node .next/production-server/index.js" "start": "NODE_ENV=production node .next/production-server/index.js"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.0.0-rc.1", "@babel/core": "^7.1.2",
"@zeit/next-typescript": "1.1.0", "@zeit/next-typescript": "1.1.1",
"babel-loader": "^7.1.4", "babel-loader": "^8.0.4",
"next": "latest", "next": "latest",
"react": "^16.4.0", "react": "^16.5.2",
"react-dom": "^16.4.0", "react-dom": "^16.5.2",
"typescript": "latest", "typescript": "latest",
"typescript-babel-jest": "^1.0.5" "typescript-babel-jest": "^1.0.5"
}, },
"devDependencies": { "devDependencies": {
"@types/next": "^2.4.11", "@types/next": "^7.0.1",
"@types/react": "^16.0.36", "@types/react": "^16.4.16",
"nodemon": "^1.17.5", "nodemon": "^1.18.4",
"ts-node": "^4.1.0" "ts-node": "^7.0.1"
} }
} }