Skip to content

Commit

Permalink
chore(deps): pin dependencies (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <svc-secops+renovate@apollographql.com>
  • Loading branch information
svc-secops and renovate[bot] authored Oct 3, 2023
1 parent fb5a5bf commit c708785
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Sources/GraphQLCompiler/JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-typescript": "^8.1.0",
"@types/common-tags": "^1.8.0",
"@types/jest": "^26.0.19",
"common-tags": "^1.8.0",
"jest": "^26.6.3",
"rollup": "^2.35.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-replace": "2.4.2",
"@rollup/plugin-typescript": "8.5.0",
"@types/common-tags": "1.8.2",
"@types/jest": "26.0.24",
"common-tags": "1.8.2",
"jest": "26.6.3",
"rollup": "2.79.1",
"rollup-plugin-terser": "7.0.2",
"ts-jest": "26.5.6",
"typescript": "4.9.5"
}
}

0 comments on commit c708785

Please sign in to comment.