Skip to content

Commit 0b0e109

Browse files
committed
build: Extract typescript pkg into main package.json
1 parent 9fbd413 commit 0b0e109

File tree

19 files changed

+18
-38
lines changed

19 files changed

+18
-38
lines changed

packages/angular/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"devDependencies": {
3131
"@angular/common": "^10.0.3",
3232
"@angular/core": "^10.0.3",
33-
"@angular/router": "^10.0.3",
34-
"typescript": "3.7.5"
33+
"@angular/router": "^10.0.3"
3534
},
3635
"scripts": {
3736
"build": "run-p build:cjs build:esm",

packages/browser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"rollup-plugin-terser": "^4.0.4",
5151
"rollup-plugin-typescript2": "^0.21.0",
5252
"sinon": "^7.3.2",
53-
"typescript": "3.7.5",
5453
"webpack": "^4.30.0"
5554
},
5655
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"tslib": "^1.9.3"
2424
},
2525
"devDependencies": {
26-
"jest": "^24.7.1",
27-
"typescript": "3.7.5"
26+
"jest": "^24.7.1"
2827
},
2928
"scripts": {
3029
"build": "run-p build:cjs build:esm",

packages/ember/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@
7676
"eslint-plugin-ember": "~8.6.0",
7777
"eslint-plugin-node": "^11.1.0",
7878
"loader.js": "~4.7.0",
79-
"qunit-dom": "~1.2.0",
80-
"typescript": "3.7.5"
79+
"qunit-dom": "~1.2.0"
8180
},
8281
"engines": {
8382
"node": "10.* || >= 12"

packages/eslint-config-sdk/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"eslint": ">=5"
3434
},
3535
"devDependencies": {
36-
"eslint": "7.32.0",
37-
"typescript": "3.7.5"
36+
"eslint": "7.32.0"
3837
},
3938
"scripts": {
4039
"link:yarn": "yarn link",

packages/eslint-plugin-sdk/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"requireindex": "~1.1.0"
2323
},
2424
"devDependencies": {
25-
"mocha": "^6.2.0",
26-
"typescript": "3.7.5"
25+
"mocha": "^6.2.0"
2726
},
2827
"scripts": {
2928
"link:yarn": "yarn link",

packages/gatsby/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"@sentry/types": "6.15.0",
3838
"@testing-library/react": "^10.4.9",
3939
"jest": "^24.7.1",
40-
"react": "^17.0.0",
41-
"typescript": "3.7.5"
40+
"react": "^17.0.0"
4241
},
4342
"scripts": {
4443
"build": "run-p build:cjs build:esm",

packages/hub/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {
24-
"jest": "^24.7.1",
25-
"typescript": "3.7.5"
24+
"jest": "^24.7.1"
2625
},
2726
"scripts": {
2827
"build": "run-p build:cjs build:esm",

packages/integrations/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"rollup-plugin-commonjs": "^9.3.4",
2929
"rollup-plugin-node-resolve": "^4.2.3",
3030
"rollup-plugin-terser": "^4.0.4",
31-
"rollup-plugin-typescript2": "^0.21.0",
32-
"typescript": "3.7.5"
31+
"rollup-plugin-typescript2": "^0.21.0"
3332
},
3433
"scripts": {
3534
"build": "run-p build:cjs build:esm build:bundle",

packages/minimal/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {
24-
"jest": "^24.7.1",
25-
"typescript": "3.7.5"
24+
"jest": "^24.7.1"
2625
},
2726
"scripts": {
2827
"build": "run-p build:cjs build:esm",

0 commit comments

Comments
 (0)