Skip to content

Commit

Permalink
[DDW-773] installed ts packages, and packages required for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Jan 27, 2022
1 parent 1bb2403 commit 981d63e
Show file tree
Hide file tree
Showing 2 changed files with 1,617 additions and 16 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@
"@babel/plugin-proposal-decorators": "7.16.4",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "7.0.0",
"@dump247/storybook-state": "1.6.1",
"@storybook/addon-actions": "5.3.14",
Expand All @@ -89,9 +91,17 @@
"@storybook/react": "5.3.14",
"@testing-library/jest-dom": "5.15.1",
"@testing-library/react": "12.1.2",
"@types/aes-js": "^3.1.1",
"@types/node": "^17.0.12",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.38",
"@types/react-svg-inline": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"asar": "2.1.0",
"autodll-webpack-plugin": "0.4.2",
"axios": "0.24.0",
"babel-eslint": "^10.1.0",
"babel-loader": "8.0.4",
"babel-plugin-react-intl": "3.0.1",
"bufferutil": "4.0.1",
Expand Down Expand Up @@ -163,6 +173,9 @@
"thread-loader": "2.1.3",
"timemachine": "0.3.2",
"transform-loader": "0.2.4",
"ts-migrate": "^0.1.27",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"url-loader": "2.0.1",
"utf-8-validate": "5.0.2",
"webdriverio": "5.18.7",
Expand Down
Loading

0 comments on commit 981d63e

Please sign in to comment.