Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit a65f174

Browse files
committed
chore(deps-dev): add @types/estree package
to resolve rollup/plugins#156
1 parent e1ea8d0 commit a65f174

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint": "run-p lint:*",
1919
"lint:eslint": "eslint --ext .ts,.vue --ignore-path .gitignore .",
2020
"lint:prettier": "prettier --ignore-path .gitignore -l \"**/*.{json,yaml,yml,ts,vue}\"",
21-
"lint:tsc": "tsc",
21+
"lint:tsc": "tsc --noEmit",
2222
"test": "jest"
2323
},
2424
"dependencies": {
@@ -34,6 +34,7 @@
3434
"@nuxt/types": "^2.15.8",
3535
"@nuxt/typescript-build": "^2.1.0",
3636
"@nuxtjs/eslint-config-typescript": "^9.0.0",
37+
"@types/estree": "^0.0.51",
3738
"@types/jest": "^27.4.0",
3839
"@vue/runtime-dom": "^3.2.31",
3940
"@vue/test-utils": "^1.3.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,6 +1838,11 @@
18381838
dependencies:
18391839
"@types/node" "*"
18401840

1841+
"@types/estree@^0.0.51":
1842+
version "0.0.51"
1843+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
1844+
integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
1845+
18411846
"@types/etag@1.8.0":
18421847
version "1.8.0"
18431848
resolved "https://registry.yarnpkg.com/@types/etag/-/etag-1.8.0.tgz#37f0b1f3ea46da7ae319bbedb607e375b4c99f7e"

0 commit comments

Comments
 (0)