Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jul 3, 2024
1 parent bee04ae commit a9ee997
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 10 deletions.
44 changes: 41 additions & 3 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion code/code-lint/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './linter.ts'
export * from './linter.js'
2 changes: 1 addition & 1 deletion code/code-schematics-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@atls/code-worker-utils": "workspace:*"
},
"devDependencies": {
"@angular-devkit/schematics": "17.3.2",
"@angular-devkit/schematics": "18.0.6",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
Expand Down
4 changes: 2 additions & 2 deletions code/code-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"postpack": "rm -rf dist"
},
"dependencies": {
"@angular-devkit/core": "17.3.2",
"@angular-devkit/schematics": "17.3.2"
"@angular-devkit/core": "18.0.6",
"@angular-devkit/schematics": "18.0.6"
},
"devDependencies": {
"rxjs": "7.8.1"
Expand Down
38 changes: 35 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,25 @@ __metadata:
languageName: node
linkType: hard

"@angular-devkit/core@npm:18.0.6":
version: 18.0.6
resolution: "@angular-devkit/core@npm:18.0.6"
dependencies:
ajv: "npm:8.13.0"
ajv-formats: "npm:3.0.1"
jsonc-parser: "npm:3.2.1"
picomatch: "npm:4.0.2"
rxjs: "npm:7.8.1"
source-map: "npm:0.7.4"
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10/1b0959ca46b9024355380ba3ad8da6036bc197e8790605ba70a0056cd6fd829d2a7429c9169b9266c7e2d5dccb7e659012375e0e5eb632694afed43d514657e4
languageName: node
linkType: hard

"@angular-devkit/schematics@npm:17.3.2":
version: 17.3.2
resolution: "@angular-devkit/schematics@npm:17.3.2"
Expand All @@ -262,6 +281,19 @@ __metadata:
languageName: node
linkType: hard

"@angular-devkit/schematics@npm:18.0.6":
version: 18.0.6
resolution: "@angular-devkit/schematics@npm:18.0.6"
dependencies:
"@angular-devkit/core": "npm:18.0.6"
jsonc-parser: "npm:3.2.1"
magic-string: "npm:0.30.10"
ora: "npm:5.4.1"
rxjs: "npm:7.8.1"
checksum: 10/deb49126af08dcfc43a4c61352a1b310dd348cca8d95c17edd447ba2ef2fe26b77cdc6b9cae26b2d30bc372721cf775fcc0d563393712206e9151b2a023158f4
languageName: node
linkType: hard

"@arcanis/slice-ansi@npm:^1.1.1":
version: 1.1.1
resolution: "@arcanis/slice-ansi@npm:1.1.1"
Expand Down Expand Up @@ -625,7 +657,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@atls/code-schematics-worker@workspace:code/code-schematics-worker"
dependencies:
"@angular-devkit/schematics": "npm:17.3.2"
"@angular-devkit/schematics": "npm:18.0.6"
"@atls/code-schematics": "workspace:*"
"@atls/code-worker-utils": "workspace:*"
"@rollup/plugin-commonjs": "npm:25.0.7"
Expand All @@ -646,8 +678,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@atls/code-schematics@workspace:code/code-schematics"
dependencies:
"@angular-devkit/core": "npm:17.3.2"
"@angular-devkit/schematics": "npm:17.3.2"
"@angular-devkit/core": "npm:18.0.6"
"@angular-devkit/schematics": "npm:18.0.6"
rxjs: "npm:7.8.1"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit a9ee997

Please sign in to comment.