Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-router-dom": "5.2.0",
"react-select": "^3.0.4",
"resolve": "1.6.0",
"serve": "^11.1.0",
"serve": "^14.2.4",
"source-map-loader": "^4",
"style-loader": "^3",
"ts-jest": "^29.4.6",
Expand All @@ -78,9 +78,6 @@
"test-coverage": "node scripts/test.js --env=jsdom --coverage",
"lint": "tslint --project tsconfig.json --format codeFrame",
"lint-fix": "tslint --fix --project tsconfig.json --format codeFrame 'src/**/*.ts'",
"release-patch": "bumped release patch",
"release-minor": "bumped release minor",
"release-major": "bumped release major",
"production": "serve -s -l 5000 build",
"cypress": "CYPRESS_E2E=true cypress",
"cypress:run:dev": "CYPRESS_E2E=true cypress run --env configFile=dev",
Expand Down Expand Up @@ -108,9 +105,6 @@
"@types/react-router-dom": "5.1.5",
"@types/react-select": "^3.0.0",
"@types/validatorjs": "3.15.0",
"bumped": "^0.10.11",
"bumped-changelog": "0.3.13",
"bumped-terminal": "^0.7.6",
"cypress": "^15.11.0",
"cypress-commands": "^0.3.1",
"cypress-wait-until": "^1.6.1",
Expand Down Expand Up @@ -195,6 +189,12 @@
},
"resolutions": {
"@types/react": "16.14.21",
"@types/react-dom": "16.9.14"
"@types/react-dom": "16.9.14",
"cross-spawn": "^7.0.6",
"minimatch": "^3.1.4",
"sockjs-client": "^1.6.1",
"eventsource": "^2.0.2",
"trim-newlines": "^3.0.1",
"semver": "^7.7.4"
}
}
Loading
Loading