Skip to content

Commit

Permalink
feat(editor): tweak Dual Input Editor and add full unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 4, 2020
1 parent e3d3eb1 commit c48e321
Show file tree
Hide file tree
Showing 8 changed files with 888 additions and 67 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,22 @@
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.4",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prefer-arrow": "^1.2.0",
"lerna": "^3.20.2"
"eslint-plugin-prefer-arrow": "^1.2.1",
"jest": "^25.5.4",
"jest-cli": "^25.5.4",
"jest-environment-jsdom": "^25.5.0",
"jest-extended": "^0.11.5",
"jest-junit": "^10.0.0",
"jsdom": "^16.2.2",
"jsdom-global": "^3.0.2",
"lerna": "^3.20.2",
"ts-jest": "^25.4.0"
},
"engines": {
"node": ">=12.13.1",
Expand Down
14 changes: 2 additions & 12 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,27 +69,17 @@
},
"devDependencies": {
"@types/dompurify": "^2.0.1",
"@types/jest": "^25.2.1",
"@types/jquery": "^3.3.35",
"@types/jquery": "^3.3.36",
"@types/moment": "^2.13.0",
"@types/node": "^13.13.2",
"autoprefixer": "^9.7.6",
"copyfiles": "^2.2.0",
"cross-env": "^7.0.2",
"jest": "^25.4.0",
"jest-cli": "^25.4.0",
"jest-environment-jsdom": "^25.4.0",
"jest-extended": "^0.11.5",
"jest-junit": "^10.0.0",
"jsdom": "^16.2.2",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "4.14.0",
"nodemon": "^2.0.3",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.0",
"postcss-cli": "^7.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
},
"engines": {
Expand Down
Loading

0 comments on commit c48e321

Please sign in to comment.