Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/huridocs/uwazi into …
Browse files Browse the repository at this point in the history
…testing
  • Loading branch information
mfacar committed Sep 5, 2024
2 parents 4e1df36 + 4c71f4b commit ea26785
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
needs: [api_unit_tests, app_unit_tests]
steps:
- name: Download tests results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: Download codeclimate binay
run: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- run: chmod +x ./cc-test-reporter
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"socket.io-parser": "4.2.4",
"stopword": "^3.0.1",
"stopword": "^3.1.1",
"superagent": "10.1.0",
"svg-captcha": "^1.4.0",
"tiny-cookie": "^2.5.1",
Expand All @@ -251,13 +251,13 @@
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/helper-call-delegate": "^7.12.13",
"@babel/helper-get-function-arity": "^7.16.7",
"@babel/helper-string-parser": "^7.24.8",
"@babel/parser": "^7.25.4",
"@babel/parser": "^7.25.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand All @@ -270,7 +270,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@babel/traverse": "^7.25.4",
"@babel/traverse": "^7.25.6",
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
"@chromatic-com/storybook": "^1.6.1",
"@cypress/react18": "^2.0.1",
Expand Down Expand Up @@ -340,7 +340,7 @@
"copy-webpack-plugin": "12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cypress": "13.13.2",
"cypress": "13.14.1",
"cypress-axe": "^1.5.0",
"cypress-plugin-snapshots": "^1.4.4",
"cypress-real-events": "^1.13.0",
Expand All @@ -350,7 +350,7 @@
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "v2.29.1",
"eslint-plugin-jasmine": "4.2.0",
"eslint-plugin-jasmine": "4.2.1",
"eslint-plugin-jest": "v28.8.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -374,7 +374,7 @@
"nodemon": "^3.1.4",
"plop": "^4.0.1",
"postcss": "^8.4.41",
"prettier": "3.2.5",
"prettier": "3.3.3",
"puppeteer": "^13.5.2",
"react-dnd-test-backend": "15.1.1",
"redux-mock-store": "^1.5.4",
Expand All @@ -393,7 +393,7 @@
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "7.3.0",
"webpack-dev-middleware": "7.4.2",
"webpack-hot-middleware": "^2.26.1",
"worker-loader": "^3.0.8"
},
Expand Down
Loading

0 comments on commit ea26785

Please sign in to comment.