Skip to content

Commit

Permalink
fix(nextjs-apollo-config): lock version of rollup typescript-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
trm217 committed Aug 2, 2022
1 parent 2516140 commit ba3e68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs-apollo-client/package.json
Expand Up @@ -29,7 +29,7 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/plugin-typescript": "8.3.3",
"@types/node": "^17.0.41",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.17",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -3661,7 +3661,7 @@
is-module "^1.0.0"
resolve "^1.19.0"

"@rollup/plugin-typescript@^8.3.3":
"@rollup/plugin-typescript@8.3.3":
version "8.3.3"
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.3.3.tgz#eee7edab9cfc064f1cfd16570492693cf1432215"
integrity sha512-55L9SyiYu3r/JtqdjhwcwaECXP7JeJ9h1Sg1VWRJKIutla2MdZQodTgcCNybXLMCnqpNLEhS2vGENww98L1npg==
Expand Down

0 comments on commit ba3e68e

Please sign in to comment.