Skip to content

Commit

Permalink
Remove @types/node package (#10994)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jun 4, 2021
1 parent 4b4aeaf commit c3c300d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -98,7 +98,6 @@
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-replace": "2.4.2",
"@types/estree": "0.0.47",
"@types/node": "15.0.1",
"babel-jest": "27.0.2",
"babel-loader": "8.2.2",
"benchmark": "2.1.4",
Expand Down
1 change: 0 additions & 1 deletion src/language-js/print/function.js
Expand Up @@ -2,7 +2,6 @@

/** @typedef {import("../../document/doc-builders").Doc} Doc */

/** @type {import("assert")} */
const assert = require("assert");
const {
printDanglingComments,
Expand Down
1 change: 0 additions & 1 deletion src/main/comments.js
@@ -1,6 +1,5 @@
"use strict";

/** @type {import("assert")} */
const assert = require("assert");

const {
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Expand Up @@ -1630,7 +1630,7 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@types/node@*", "@types/node@15.0.1":
"@types/node@*":
version "15.0.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.1.tgz#ef34dea0881028d11398be5bf4e856743e3dc35a"
integrity sha512-TMkXt0Ck1y0KKsGr9gJtWGjttxlZnnvDtphxUOSd0bfaR6Q1jle+sPvrzNR1urqYTWMinoKvjKfXUGsumaO1PA==
Expand Down Expand Up @@ -3196,6 +3196,7 @@ eslint-plugin-jest@24.3.6:

"eslint-plugin-prettier-internal-rules@link:scripts/tools/eslint-plugin-prettier-internal-rules":
version "0.0.0"
uid ""

eslint-plugin-react@7.24.0:
version "7.24.0"
Expand Down

0 comments on commit c3c300d

Please sign in to comment.