Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
build: remove unused deps and babel-jest related deps (#358)
Browse files Browse the repository at this point in the history
* build: remove unused deps

* build: remove babel

* chore: remove babel config
  • Loading branch information
Noel committed Aug 19, 2021
1 parent db41afa commit e1b5981
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1,272 deletions.
71 changes: 0 additions & 71 deletions .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion jest.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const config = {
moduleFileExtensions: ['js', 'ts', 'node', 'json'],
globals: {
'ts-jest': {
babelConfig: true,
tsConfig: './tsconfig.test.json',
},
},
Expand Down
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const config = {
},
globals: {
'ts-jest': {
babelConfig: true,
tsConfig: './tsconfig.test.json',
},
},
Expand Down
32 changes: 0 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,60 +32,28 @@
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.0.0-beta.56",
"@babel/core": "7.0.0-beta.54",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.54",
"@babel/plugin-proposal-decorators": "7.0.0-beta.54",
"@babel/plugin-proposal-do-expressions": "7.0.0-beta.54",
"@babel/plugin-proposal-export-default-from": "7.0.0-beta.54",
"@babel/plugin-proposal-export-namespace-from": "7.0.0-beta.54",
"@babel/plugin-proposal-function-sent": "7.0.0-beta.54",
"@babel/plugin-proposal-json-strings": "7.0.0-beta.54",
"@babel/plugin-proposal-logical-assignment-operators": "7.0.0-beta.54",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0-beta.54",
"@babel/plugin-proposal-numeric-separator": "7.0.0-beta.54",
"@babel/plugin-proposal-optional-chaining": "7.0.0-beta.54",
"@babel/plugin-proposal-pipeline-operator": "7.0.0-beta.54",
"@babel/plugin-proposal-throw-expressions": "7.0.0-beta.54",
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.54",
"@babel/plugin-syntax-import-meta": "7.0.0-beta.54",
"@babel/plugin-transform-runtime": "^7.0.0-beta.56",
"@babel/polyfill": "7.0.0-beta.54",
"@babel/preset-env": "7.0.0-beta.54",
"@babel/preset-typescript": "^7.0.0-beta.56",
"@babel/runtime": "^7.0.0-beta.56",
"@types/bn.js": "^4.11.3",
"@types/camelcase": "^4.1.0",
"@types/fancy-log": "^1.3.0",
"@types/glob": "^7.1.1",
"@types/glob-parent": "^3.1.0",
"@types/jest": "^23.3.1",
"@types/jest-json-schema": "^1.2.0",
"@types/node": "^16.6.1",
"@types/uuid": "^3.4.4",
"@types/valid-url": "^1.0.2",
"@types/webpack": "^4.4.17",
"@types/websocket": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"camelcase": "^5.0.0",
"cross-env": "^5.2.0",
"dotenv": "^6.0.0",
"eslint": "^7.31.0",
"fancy-log": "^1.3.2",
"glob": "^7.1.3",
"glob-parent": "^5.1.2",
"husky": "^7.0.1",
"jest": "^23.4.2",
"jest-fetch-mock": "^1.6.6",
"jest-json-schema": "^2.0.1",
"jest-watch-typeahead": "^0.2.0",
"lerna": "^3.18.1",
"mkdirp": "^0.5.1",
"prettier": "^2.3.2",
"protobufjs": "^6.8.8",
"rimraf": "^2.6.2",
Expand Down

0 comments on commit e1b5981

Please sign in to comment.