Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmaln committed Nov 29, 2023
1 parent c033607 commit 71d4622
Show file tree
Hide file tree
Showing 2 changed files with 1,702 additions and 733 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@bigbinary/eslint-plugin-neeto": "^1.1.35",
"@bigbinary/neeto-cist": "^1.0.5",
"@bigbinary/neeto-commons-frontend": "^3.0.6",
"@honeybadger-io/react": "2.0.1",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
Expand All @@ -61,11 +62,13 @@
"babel-loader": "^8.2.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-js-logger": "1.0.17",
"babel-plugin-macros": "3.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-react": "6.24.1",
"babel-preset-typescript": "^7.0.0-alpha.19",
"dayjs": "^1.11.10",
"cypress": "11.2.0",
"dayjs": "1.11.1",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
Expand All @@ -84,8 +87,9 @@
"glob": "^10.3.10",
"husky": "^7.0.4",
"immer": "^10.0.3",
"jest": "^29.7.0",
"lint-staged": "15.1.0",
"jest": "27.5.1",
"lint-staged": "^12.3.7",
"nock": "^13.3.2",
"platform": "1.3.6",
"prettier": "2.6.2",
"ramda": "^0.29.0",
Expand All @@ -96,7 +100,7 @@
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"peerDependencies": {
"@bigbinary/neeto-commons-frontend": "latest",
"@bigbinary/neeto-commons-frontend": "^3.0.6",
"ramda": "^0.29.0"
}
}
Loading

0 comments on commit 71d4622

Please sign in to comment.