Skip to content

Commit

Permalink
feat: Remove unused packages
Browse files Browse the repository at this point in the history
Remaining from the separation of drive and photos.
  • Loading branch information
zatteo committed Dec 12, 2024
1 parent 9e400d4 commit 78c6b44
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 586 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
'^.+\\.webapp$': '<rootDir>/test/jestLib/json-transformer.js'
},
transformIgnorePatterns: [
'node_modules/(?!cozy-ui|cozy-harvest-lib|cozy-keys-lib|cozy-sharing|)',
'node_modules/(?!cozy-ui|cozy-sharing|)',
'jest-runner'
],
testEnvironment: 'jsdom',
Expand Down
14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,39 +42,30 @@
"devDependencies": {
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "8.0.1",
"@types/react-redux": "7.1.26",
"@welldone-software/why-did-you-render": "^6.1.4",
"babel-jest": "29.7.0",
"babel-preset-cozy-app": "2.1.0",
"bundlemon": "3.1.0",
"chrome-remote-interface": "0.31.2",
"cozy-jobs-cli": "^2.1.0",
"cozy-tsconfig": "1.2.0",
"css-mediaquery": "^0.1.2",
"eslint-config-cozy-app": "4.0.0",
"husky": "0.14.3",
"identity-obj-proxy": "3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all": "4.1.5",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "16.14.0",
"replace": "1.2.1",
"stylint": "1.5.9",
"tar": "6.1.12",
"terser-webpack-plugin": "1.4.5",
"unzipper": "0.10.11",
"visualreview-client": "git+https://github.com/cozy/VisualReview-node-client.git#v0.0.4",
"worker-loader": "2.0.0"
},
"dependencies": {
"@cozy/minilog": "1.0.0",
"@sentry/react": "7.118.0",
"classnames": "2.3.1",
"cozy-authentication": "2.10.10",
"cozy-bar": "16.0.1",
"cozy-ci": "0.5.2",
"cozy-client": "51.3.0",
"cozy-client-js": "0.20.0",
"cozy-device-helper": "^2.5.0",
Expand All @@ -83,21 +74,17 @@
"cozy-flags": "4.6.1",
"cozy-harvest-lib": "^30.0.0",
"cozy-intent": "2.29.1",
"cozy-keys-lib": "6.0.0",
"cozy-logger": "1.9.1",
"cozy-pouch-link": "^44.0.0",
"cozy-realtime": "4.6.0",
"cozy-scripts": "^8.2.0",
"cozy-sharing": "^16.0.0",
"cozy-stack-client": "51.0.0",
"cozy-ui": "113.3.0",
"cozy-viewer": "2.9.0",
"date-fns": "1.30.1",
"justified-layout": "2.1.2",
"kd-tree-javascript": "1.0.3",
"localforage": "1.10.0",
"lodash": "4.17.21",
"log-prefix": "0.1.1",
"node-fetch": "2.6.7",
"prop-types": "15.8.1",
"react": "16.14.0",
Expand All @@ -110,7 +97,6 @@
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-raven-middleware": "1.2.0",
"redux-thunk": "2.4.2"
}
}
Loading

0 comments on commit 78c6b44

Please sign in to comment.