js dev deps upgrade

This commit is contained in:
Aravinth Manivannan 2021-10-13 22:51:13 +05:30
parent 0a8ddcd303
commit fd7d964633
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88
3 changed files with 1580 additions and 3002 deletions

View file

@ -115,7 +115,7 @@ export default {
// rootDir: undefined,
// A list of paths to directories that Jest should use to search for files in
roots: ['js/'],
roots: ['src/'],
// Allows you to use a custom runner instead of Jest's default test runner
// runner: "jest-runner",

View file

@ -24,23 +24,23 @@
"doc": "yarn build && yarn typedoc js/index.ts"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/jsdom": "^16.2.10",
"@types/node": "^15.0.2",
"@types/sinon": "^10.0.0",
"copy-webpack-plugin": "^5.0.3",
"@types/jest": "^27.0.2",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.10.6",
"@types/sinon": "^10.0.4",
"copy-webpack-plugin": "^9.0.1",
"dart-sass": "^1.25.0",
"jest": "^26.6.3",
"jsdom": "^16.5.3",
"jest": "^27.2.5",
"jsdom": "^18.0.0",
"rimraf": "^3.0.0",
"sinon": "^10.0.0",
"ts-jest": "^26.5.6",
"ts-loader": "^8.0.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.36",
"typescript": "^4.1.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.1.14"
"sinon": "^11.1.2",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.3.0",
"typedoc": "^0.22.5",
"typescript": "^4.4.4",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
}
}

4548
yarn.lock

File diff suppressed because it is too large Load diff