Skip to content

Commit

Permalink
fix: move packages to app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauline Didier committed Aug 9, 2024
1 parent 46eab30 commit 0bfba86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"@reduxjs/toolkit": "^1.7.2",
"@sentry/react": "^7.6.0",
"@sentry/tracing": "^7.6.0",
"dompurify": "^3.1.6",
"jwt-decode": "^3.1.2",
"konva": "^8.4.2",
"lodash": "^4.17.21",
"marked": "^14.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"dompurify": "^3.1.6",
"log4js": "^6.9.1",
"marked": "^14.0.0"
"log4js": "^6.9.1"
}
}

0 comments on commit 0bfba86

Please sign in to comment.