Skip to content

Commit

Permalink
updated cm6-graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 21, 2023
1 parent 0a59764 commit 9dbcbf0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/altair-app/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ module.exports = {
globalSetup: '<rootDir>/jest/global-setup.ts',
// moduleNameMapper: pathsToModuleNameMapper(paths, { prefix: '<rootDir>' }),
setupFilesAfterEnv: ['<rootDir>/src/setup-jest.ts'],
moduleDirectories: ['node_modules', 'src'],
moduleDirectories: ['node_modules', '<rootDir>/src'],
transformIgnorePatterns: [
'node_modules/(?!@angular|@firebase|@ngrx|@sentry|lodash-es|altair-graphql-core|angular-resizable-element|dexie|uuid|ngx-cookie-service|ngx-markdown|ky|color-name|json-schema-library|graphql-language-service|vscode-languageserver-types)',
'node_modules/(?!@angular|@firebase|@ngrx|@sentry|lodash-es|altair-graphql-core|angular-resizable-element|dexie|uuid|ngx-cookie-service|ngx-markdown|ky|color-name|json-schema-library|graphql-language-service|vscode-languageserver-types|cm6-graphql)',
],
};
2 changes: 1 addition & 1 deletion packages/altair-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"apollo-link-http": "1.5.17",
"aws-appsync-auth-link": "3.0.2",
"aws-appsync-subscription-link": "3.0.3",
"cm6-graphql": "0.0.12-canary-7c65cc76.0",
"cm6-graphql": "0.0.12",
"codemirror": "5.61.0",
"codemirror-graphql": "1.0.2",
"codemirror-json-schema": "^0.4.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11535,10 +11535,10 @@ clsx@1.1.1:
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==

cm6-graphql@0.0.12-canary-7c65cc76.0:
version "0.0.12-canary-7c65cc76.0"
resolved "https://registry.yarnpkg.com/cm6-graphql/-/cm6-graphql-0.0.12-canary-7c65cc76.0.tgz#d810009f1913b05675e378aa62c0930291ba9066"
integrity sha512-H0vsDG1Uz4giRRYtCuGdgHXOC2jMsWh7DA8QoZgW/MBC5Sd/6LFb+7avUozZ7cd/O7FWjt/r8hLY7LQ1XZdydg==
cm6-graphql@0.0.12:
version "0.0.12"
resolved "https://registry.yarnpkg.com/cm6-graphql/-/cm6-graphql-0.0.12.tgz#97ba9af2b209a290342a818a4905e76f76e08805"
integrity sha512-IAZYegsfEjVUZju15RIU/qWaXWkntjbTCxMRqhe+cuQO2fNjJ/slWndkhCPxpdfwGq9eO5LH7clw9xXfIWIrkw==
dependencies:
graphql-language-service "^5.2.0"

Expand Down

0 comments on commit 9dbcbf0

Please sign in to comment.