|
|
|
@ -39,37 +39,37 @@
|
|
|
|
|
"test": "npm run build && npm run lint && npm run unit"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@release-it/conventional-changelog": "^4.2.2",
|
|
|
|
|
"@types/chai": "4.3.0",
|
|
|
|
|
"@types/lodash.shuffle": "4.2.6",
|
|
|
|
|
"@types/mocha": "9.1.0",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.15.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.15.0",
|
|
|
|
|
"@release-it/conventional-changelog": "^4.3.0",
|
|
|
|
|
"@types/chai": "4.3.1",
|
|
|
|
|
"@types/lodash.shuffle": "4.2.7",
|
|
|
|
|
"@types/mocha": "9.1.1",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.21.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.21.0",
|
|
|
|
|
"chai": "4.3.6",
|
|
|
|
|
"commithelper": "^1.2.0",
|
|
|
|
|
"conventional-changelog-angular": "^5.0.13",
|
|
|
|
|
"cross-env": "7.0.3",
|
|
|
|
|
"eslint": "8.11.0",
|
|
|
|
|
"eslint": "8.14.0",
|
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
|
"eslint-plugin-import": "2.25.4",
|
|
|
|
|
"eslint-plugin-import": "2.26.0",
|
|
|
|
|
"eslint-plugin-markdown": "2.2.1",
|
|
|
|
|
"eslint-plugin-node": "11.1.0",
|
|
|
|
|
"husky": "7.0.4",
|
|
|
|
|
"karma": "6.3.17",
|
|
|
|
|
"karma": "6.3.19",
|
|
|
|
|
"karma-browserstack-launcher": "1.6.0",
|
|
|
|
|
"karma-chrome-launcher": "3.1.1",
|
|
|
|
|
"karma-firefox-launcher": "2.1.2",
|
|
|
|
|
"karma-mocha": "2.0.1",
|
|
|
|
|
"karma-mocha-reporter": "^2.2.3",
|
|
|
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
|
|
|
"karma-typescript": "^5.5.3",
|
|
|
|
|
"lint-staged": "^12.3.7",
|
|
|
|
|
"lint-staged": "^12.4.1",
|
|
|
|
|
"lodash.shuffle": "4.2.0",
|
|
|
|
|
"mocha": "9.2.2",
|
|
|
|
|
"prettier": "^2.6.0",
|
|
|
|
|
"release-it": "^14.13.0",
|
|
|
|
|
"rollup": "^2.70.1",
|
|
|
|
|
"prettier": "^2.6.2",
|
|
|
|
|
"release-it": "^14.14.2",
|
|
|
|
|
"rollup": "^2.70.2",
|
|
|
|
|
"serve": "^13.0.2",
|
|
|
|
|
"typescript": "4.6.2"
|
|
|
|
|
"typescript": "4.6.3"
|
|
|
|
|
},
|
|
|
|
|
"prettier": {},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|