Skip to content

Commit

Permalink
Squashed 'apollo-ios-codegen/' changes from 0a6a1168..9b08f0a6
Browse files Browse the repository at this point in the history
9b08f0a6 chore(deps): update dependency @rollup/plugin-typescript to v12 (#492)

git-subtree-dir: apollo-ios-codegen
git-subtree-split: 9b08f0a6de895460a6133df449e0498875929cda
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Oct 15, 2024
1 parent 7151d8f commit f967ec4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Sources/GraphQLCompiler/JavaScript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Sources/GraphQLCompiler/JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.0",
"@types/common-tags": "1.8.4",
"@types/jest": "29.5.13",
"common-tags": "1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion Sources/GraphQLCompiler/JavaScript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"types": ["node"],
"rootDir": "./src",
"outDir": "./lib"
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/__tests__/*", "**/__testUtils__/*"]
Expand Down

0 comments on commit f967ec4

Please sign in to comment.