Skip to content

Commit

Permalink
feat: Install cozy-dataproxy-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Dec 18, 2024
1 parent 228127a commit 5b72349
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 21 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@sentry/react": "7.119.0",
"comlink": "4.4.1",
"cozy-client": "^51.6.0",
"cozy-dataproxy-lib": "^1.9.0",
"cozy-device-helper": "2.7.0",
"cozy-devtools": "^1.2.1",
"cozy-doctypes": "1.83.8",
Expand All @@ -49,7 +50,7 @@
"cozy-minilog": "^3.3.1",
"cozy-realtime": "^5.0.4",
"cozy-sharing": "^16.0.0",
"cozy-stack-client": "^51.0.0",
"cozy-stack-client": "^51.6.0",
"cozy-tsconfig": "1.2.0",
"cozy-ui": "^113.3.0",
"cozy-viewer": "^2.6.1",
Expand All @@ -70,7 +71,6 @@
"react-remove-scroll": "^2.5.5",
"react-router-dom": "6.28.0",
"react-swipeable-views": "0.14.0",
"react-type-animation": "3.2.0",
"redux": "4.2.0",
"redux-logger": "3.0.6",
"redux-persist": "^6.0.0",
Expand All @@ -90,7 +90,7 @@
"babel-jest": "27.5.1",
"babel-preset-cozy-app": "2.0.2",
"bundlemon": "1.3.2",
"cozy-scripts": "8.2.0",
"cozy-scripts": "8.4.0",
"eslint": "8.9.0",
"eslint-config-cozy-app": "4.0.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand Down
1 change: 1 addition & 0 deletions src/targets/browser/renderApp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'cozy-ui/transpiled/react/stylesheet.css'
import 'cozy-ui/dist/cozy-ui.utils.min.css'
import 'cozy-dataproxy-lib/dist/stylesheet.css'
import 'styles/index.styl'
import 'url-search-params-polyfill'

Expand Down
Loading

0 comments on commit 5b72349

Please sign in to comment.