Skip to content

Commit

Permalink
rollback ts-jest and rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Oct 26, 2020
1 parent 3f924a0 commit dd02d4a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"strip-indent": "3.0.0",
"tempy": "1.0.0",
"terminal-link": "2.1.1",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"typescript": "4.0.3",
"verror": "1.10.0",
"ws": "7.3.1"
Expand Down
4 changes: 2 additions & 2 deletions src/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@
"prettier": "2.1.2",
"replace-string": "3.1.0",
"rimraf": "3.0.2",
"rollup": "2.32.1",
"rollup": "2.28.2",
"rollup-plugin-dts": "1.4.13",
"set-value": "3.0.2",
"sql-template-tag": "4.0.0",
"stacktrace-parser": "0.1.10",
"stat-mode": "1.0.0",
"strip-ansi": "6.0.0",
"strip-indent": "3.0.0",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"ts-loader": "8.0.7",
"ts-node": "9.0.0",
"typescript": "4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint-staged": "10.4.2",
"prettier": "2.1.2",
"strip-ansi": "6.0.0",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"typescript": "4.0.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint-staged": "10.4.2",
"prettier": "2.1.2",
"strip-ansi": "6.0.0",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"typescript": "4.0.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "26.4.2",
"lint-staged": "10.4.2",
"prettier": "2.1.2",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"typescript": "4.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/generator-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jest": "26.4.2",
"lint-staged": "10.4.2",
"prettier": "2.1.2",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"ts-node": "9.0.0",
"typescript": "4.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion src/packages/get-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jest": "26.4.2",
"lint-staged": "10.4.2",
"prettier": "2.1.2",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"typescript": "4.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"sqlite-async": "1.1.0",
"sqlite3": "5.0.0",
"tempy": "1.0.0",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"typescript": "4.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest": "26.4.2",
"lint-staged": "10.4.2",
"prettier": "2.1.2",
"ts-jest": "26.4.2",
"ts-jest": "26.4.0",
"ts-node": "9.0.0",
"typescript": "4.0.3"
},
Expand Down

0 comments on commit dd02d4a

Please sign in to comment.