Skip to content

Commit

Permalink
chore: update deps to latest alpha, remove postRobot
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 9, 2023
1 parent 67ad85b commit 51b024a
Show file tree
Hide file tree
Showing 2 changed files with 1,071 additions and 474 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cy:run": "start-server-and-test 'yarn start' http://localhost:3000 'yarn cypress run --env networkMode=live'"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^10.4.0-alpha.2",
"@dhis2/cli-app-scripts": "^10.4.0-alpha.5",
"@dhis2/cli-style": "^10.4.3",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.2",
Expand All @@ -37,11 +37,11 @@
},
"dependencies": {
"@dhis2/analytics": "^26.0.7",
"@dhis2/app-runtime": "^3.10.0-alpha.2",
"@dhis2/app-runtime": "^3.10.0-alpha.5",
"@dhis2/ui": "^8.14.5",
"@dnd-kit/core": "^5.0.3",
"@dnd-kit/sortable": "^6.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@krakenjs/post-robot": "^11.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"history": "^5.3.0",
Expand All @@ -61,9 +61,7 @@
"transformIgnorePatterns": [
"node_modules/(?!(lodash-es|@dhis2/d2-ui-[a-z-]+)/)"
],
"setupFilesAfterEnv": [
"./config/testSetup.js"
],
"setupFilesAfterEnv": ["./config/testSetup.js"],
"moduleNameMapper": {
"\\.css$": "identity-obj-proxy"
}
Expand Down
Loading

0 comments on commit 51b024a

Please sign in to comment.