1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
This commit is contained in:
Tim Neutkens 2019-02-10 05:46:26 +01:00
parent 7c64336e9d
commit c07e27f2f1

View file

@ -1,6 +1,6 @@
{ {
"name": "next", "name": "next",
"version": "7.0.2", "version": "7.0.3",
"description": "Minimalistic framework for server-rendered React applications", "description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
@ -65,7 +65,7 @@
"find-cache-dir": "2.0.0", "find-cache-dir": "2.0.0",
"schema-utils": "1.0.0", "schema-utils": "1.0.0",
"serialize-javascript": "1.4.0", "serialize-javascript": "1.4.0",
"source-map": "0.6.1", "source-map": "0.5.7",
"terser": "3.16.1", "terser": "3.16.1",
"worker-farm": "1.5.2", "worker-farm": "1.5.2",
"@babel/core": "7.0.0", "@babel/core": "7.0.0",
@ -109,7 +109,6 @@
"recursive-copy": "2.0.6", "recursive-copy": "2.0.6",
"resolve": "1.5.0", "resolve": "1.5.0",
"send": "0.16.1", "send": "0.16.1",
"source-map": "0.5.7",
"strip-ansi": "3.0.1", "strip-ansi": "3.0.1",
"styled-jsx": "3.1.0", "styled-jsx": "3.1.0",
"unfetch": "3.0.0", "unfetch": "3.0.0",