Skip to content

Commit

Permalink
chore(testing): utils package depends on typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Jan 16, 2025
1 parent 41d1e2e commit 65dc64c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/rsbuild-plugin-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ This was a version bump only for rsbuild-plugin-angular to align it with other p

### ❤️ Thank You

- Colum Ferry @Coly010
- Colum Ferry @Coly010
29 changes: 15 additions & 14 deletions testing/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name": "@ng-rspack/testing-utils",
"version": "0.0.1",
"dependencies": {
"ts-morph": "^24.0.0"
},
"devDependencies": {
"vite-plugin-dts": "^4.5.0"
},
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"private": true,
"nx": {
"sourceRoot": "testing/utils/src",
"projectType": "library",
"name": "testing-utils"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"types": "./dist/index.d.ts",
"module": "./dist/index.js"
"dependencies": {
"ts-morph": "^24.0.0",
"typescript": "5.6.3"
},
"devDependencies": {
"vite-plugin-dts": "^4.5.0"
},
"nx": {
"sourceRoot": "testing/utils/src",
"projectType": "library",
"name": "testing-utils"
}
}

0 comments on commit 65dc64c

Please sign in to comment.