fix: removing unused dependencies and explicitly installing used ones (#36573)

## Description
Removing unused dependencies and explicitly installing used ones.

The identification of dependencies was done using the
[knip](https://knip.dev/). Dependency lists are provided in the
appropriate files.
- [Unused
dependencies.txt](https://github.com/user-attachments/files/17161963/Unused.dependencies.txt)
- [Unused
devDependencies.txt](https://github.com/user-attachments/files/17161964/Unused.devDependencies.txt)
- [Unlisted
dependencies.txt](https://github.com/user-attachments/files/17161965/Unlisted.dependencies.txt)

EE PR — https://github.com/appsmithorg/appsmith-ee/pull/5229

## Automation

/ok-to-test tags="@tag.All"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/11100669672>
> Commit: 31b8da3dd07e452c8921526cd8e1336b11add27f
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=11100669672&attempt=3"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.All`
> Spec:
> <hr>Mon, 30 Sep 2024 09:15:27 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Release Notes

- **New Features**
- Introduced new dependencies to enhance functionality and
observability.
  
- **Bug Fixes**
- Removed outdated or unnecessary dependencies to streamline the
application.

- **Documentation**
  - Updated configuration files to improve clarity and maintainability.

- **Chores**
- Cleaned up various package files by removing unused dependencies
across multiple modules.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Valera Melnikov 2024-09-30 12:28:46 +03:00 committed by GitHub
parent 6f27959bce
commit 3484a7b74c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 1741 additions and 4924 deletions

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/index.tsx"], "entry": ["src/index.tsx"],
"project": ["src/**/*.{tsx,ts,js}"], "project": ["src/**/*.{tsx,ts,js}"],
"ignore": [ "ignore": [
@ -13,6 +14,10 @@
"src/plugins/Linting/**", "src/plugins/Linting/**",
"src/ee/plugins/Linting/**", "src/ee/plugins/Linting/**",
"src/ce/plugins/Linting/**", "src/ce/plugins/Linting/**",
"src/ce/sagas/EnvironmentSagas.ts",
"src/ce/utils/analyticsHelpers.ts",
"src/ce/utils/autocomplete/helpers.ts",
"src/ce/utils/workflowHelpers.ts",
"src/workers/Evaluation/**", "src/workers/Evaluation/**",
"src/widgets/ExternalWidget/component/script.js", "src/widgets/ExternalWidget/component/script.js",
"src/widgets/ListWidgetV2/widget/derived.js", "src/widgets/ListWidgetV2/widget/derived.js",
@ -20,5 +25,29 @@
"src/widgets/CustomWidget/component/appsmithConsole.js", "src/widgets/CustomWidget/component/appsmithConsole.js",
"src/serviceWorker.ts", "src/serviceWorker.ts",
"src/ee/utils/serviceWorkerUtils.ts" "src/ee/utils/serviceWorkerUtils.ts"
],
"ignoreDependencies": [
"craco-alias",
"craco-babel-loader",
"babel-plugin-lodash",
"@types/google.maps",
"@types/web",
"postcss-url",
"@types/dom-view-transitions",
"@types/jest",
"@sentry/webpack-plugin",
"compression-webpack-plugin",
"webpack-retry-chunk-load-plugin",
"lint-staged",
"ts-jest-mock-import-meta",
"cypress-log-to-output",
"cypress-repeat-pro",
"cypress-multi-reporters",
"@aws-sdk/client-s3",
"@aws-sdk/lib-storage",
"@octokit/rest",
"@faker-js/faker",
"pg",
"factory.ts"
] ]
} }

View File

@ -52,6 +52,7 @@
"@appsmith/ads-old": "workspace:^", "@appsmith/ads-old": "workspace:^",
"@appsmith/utils": "workspace:^", "@appsmith/utils": "workspace:^",
"@appsmith/wds": "workspace:^", "@appsmith/wds": "workspace:^",
"@appsmith/wds-headless": "workspace:^",
"@appsmith/wds-theming": "workspace:^", "@appsmith/wds-theming": "workspace:^",
"@aws-sdk/client-s3": "^3.622.0", "@aws-sdk/client-s3": "^3.622.0",
"@aws-sdk/lib-storage": "^3.622.0", "@aws-sdk/lib-storage": "^3.622.0",
@ -61,19 +62,18 @@
"@blueprintjs/icons": "3.22.0", "@blueprintjs/icons": "3.22.0",
"@blueprintjs/popover2": "^0.5.0", "@blueprintjs/popover2": "^0.5.0",
"@blueprintjs/select": "^3.10.0", "@blueprintjs/select": "^3.10.0",
"@design-system/storybook": "workspace:^",
"@design-system/widgets-old": "workspace:^", "@design-system/widgets-old": "workspace:^",
"@floating-ui/dom": "^1.6.4", "@floating-ui/dom": "^1.6.4",
"@fusioncharts/powercharts": "^3.16.0", "@floating-ui/react": "^0.26.24",
"@github/g-emoji-element": "^1.1.5", "@github/g-emoji-element": "^1.1.5",
"@googlemaps/markerclusterer": "^2.0.14", "@googlemaps/markerclusterer": "^2.0.14",
"@googlemaps/react-wrapper": "^1.1.35", "@googlemaps/react-wrapper": "^1.1.35",
"@loadable/component": "^5.15.3",
"@manaflair/redux-batch": "^1.0.0", "@manaflair/redux-batch": "^1.0.0",
"@mantine/hooks": "^5.10.1", "@mantine/hooks": "^5.10.1",
"@newrelic/browser-agent": "^1.255.0", "@newrelic/browser-agent": "^1.255.0",
"@opentelemetry/auto-instrumentations-web": "0.40.0", "@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-zone": "1.25.1", "@opentelemetry/context-zone": "1.25.1",
"@opentelemetry/core": "^1.26.0",
"@opentelemetry/exporter-metrics-otlp-http": "0.52.1", "@opentelemetry/exporter-metrics-otlp-http": "0.52.1",
"@opentelemetry/exporter-trace-otlp-proto": "0.52.1", "@opentelemetry/exporter-trace-otlp-proto": "0.52.1",
"@opentelemetry/instrumentation": "0.52.1", "@opentelemetry/instrumentation": "0.52.1",
@ -82,7 +82,10 @@
"@opentelemetry/sdk-trace-base": "1.25.1", "@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-web": "1.25.1", "@opentelemetry/sdk-trace-web": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1", "@opentelemetry/semantic-conventions": "1.25.1",
"@react-spring/web": "^9.7.4",
"@react-types/shared": "^3.23.0", "@react-types/shared": "^3.23.0",
"@redux-saga/core": "1.1.3",
"@redux-saga/types": "1.2.1",
"@sentry/react": "^6.2.4", "@sentry/react": "^6.2.4",
"@shared/ast": "workspace:^", "@shared/ast": "workspace:^",
"@shared/dsl": "workspace:^", "@shared/dsl": "workspace:^",
@ -95,15 +98,16 @@
"@types/web": "^0.0.99", "@types/web": "^0.0.99",
"@uppy/core": "^1.16.0", "@uppy/core": "^1.16.0",
"@uppy/dashboard": "^1.16.0", "@uppy/dashboard": "^1.16.0",
"@uppy/file-input": "^1.4.22",
"@uppy/google-drive": "^1.5.22", "@uppy/google-drive": "^1.5.22",
"@uppy/image-editor": "^0.2.4", "@uppy/image-editor": "^0.2.4",
"@uppy/onedrive": "^1.1.22", "@uppy/onedrive": "^1.1.22",
"@uppy/react": "^1.11.2", "@uppy/react": "^1.11.2",
"@uppy/url": "^1.5.16", "@uppy/url": "^1.5.16",
"@uppy/utils": "^6.0.2",
"@uppy/webcam": "^1.8.4", "@uppy/webcam": "^1.8.4",
"@welldone-software/why-did-you-render": "^4.2.5", "@welldone-software/why-did-you-render": "^4.2.5",
"algoliasearch": "^4.2.0", "acorn": "8.10.0",
"acorn-walk": "8.2.0",
"appsmith-icons": "workspace:^", "appsmith-icons": "workspace:^",
"assert-never": "^1.2.1", "assert-never": "^1.2.1",
"astring": "^1.7.5", "astring": "^1.7.5",
@ -113,14 +117,15 @@
"clsx": "^1.2.1", "clsx": "^1.2.1",
"codemirror": "^5.65.13", "codemirror": "^5.65.13",
"codemirror-graphql": "^1.2.14", "codemirror-graphql": "^1.2.14",
"colorjs.io": "^0.5.2",
"copy-to-clipboard": "^3.3.1", "copy-to-clipboard": "^3.3.1",
"core-js": "^3.9.1", "core-js": "^3.9.1",
"craco-alias": "^2.1.1", "craco-alias": "^2.1.1",
"craco-babel-loader": "^1.0.4", "craco-babel-loader": "^1.0.4",
"cssnano": "^6.0.1",
"cypress-log-to-output": "^1.1.2", "cypress-log-to-output": "^1.1.2",
"cypress-repeat-pro": "^1.0.1", "cypress-repeat-pro": "^1.0.1",
"d3-geo": "^3.1.0", "d3-geo": "^3.1.0",
"date-fns": "2.30.0",
"dayjs": "^1.10.6", "dayjs": "^1.10.6",
"deep-diff": "^1.0.2", "deep-diff": "^1.0.2",
"downloadjs": "^1.4.7", "downloadjs": "^1.4.7",
@ -133,18 +138,13 @@
"fusioncharts": "^3.18.0", "fusioncharts": "^3.18.0",
"graphql": "^16.8.1", "graphql": "^16.8.1",
"history": "^4.10.1", "history": "^4.10.1",
"http-proxy": "^1.18.1",
"immer": "^9.0.6", "immer": "^9.0.6",
"instantsearch.css": "^7.4.2",
"interweave": "^12.7.2", "interweave": "^12.7.2",
"interweave-autolink": "^4.4.2", "interweave-autolink": "^4.4.2",
"jest-preview": "^0.3.1",
"js-beautify": "^1.14.0",
"js-regex-pl": "^1.0.1", "js-regex-pl": "^1.0.1",
"js-sha256": "^0.9.0", "js-sha256": "^0.9.0",
"jshint": "^2.13.4", "jshint": "^2.13.4",
"klona": "^2.0.5", "klona": "^2.0.5",
"konva": "8.0.1",
"libphonenumber-js": "^1.9.44", "libphonenumber-js": "^1.9.44",
"linkedom": "^0.14.20", "linkedom": "^0.14.20",
"localforage": "^1.7.3", "localforage": "^1.7.3",
@ -153,7 +153,6 @@
"loglevel": "^1.7.1", "loglevel": "^1.7.1",
"lottie-web": "^5.7.4", "lottie-web": "^5.7.4",
"mammoth": "^1.5.1", "mammoth": "^1.5.1",
"marked": "^4.0.18",
"memoize-one": "^6.0.0", "memoize-one": "^6.0.0",
"micro-memoize": "^4.0.10", "micro-memoize": "^4.0.10",
"microdiff": "^1.4.0", "microdiff": "^1.4.0",
@ -161,39 +160,30 @@
"moment-timezone": "^0.5.35", "moment-timezone": "^0.5.35",
"nanoid": "^2.0.4", "nanoid": "^2.0.4",
"node-forge": "^1.3.0", "node-forge": "^1.3.0",
"normalizr": "^3.3.0",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"path-to-regexp": "^6.3.0", "path-to-regexp": "^6.3.0",
"popper.js": "^1.15.0", "popper.js": "^1.15.0",
"prismjs": "^1.27.0", "prismjs": "^1.27.0",
"proxy-memoize": "^1.2.0", "proxy-memoize": "^1.2.0",
"punycode": "^2.1.1",
"rc-pagination": "^3.1.3", "rc-pagination": "^3.1.3",
"rc-select": "^14.1.9", "rc-select": "^14.1.9",
"rc-tree-select": "^5.4.0", "rc-tree-select": "^5.4.0",
"re-reselect": "^3.4.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-append-to-body": "^2.0.26", "react-append-to-body": "^2.0.26",
"react-beautiful-dnd": "^12.2.0",
"react-custom-scrollbars": "^4.2.1", "react-custom-scrollbars": "^4.2.1",
"react-device-detect": "^2.2.2", "react-device-detect": "^2.2.2",
"react-dnd": "^9.3.4", "react-dnd": "^9.3.4",
"react-dnd-html5-backend": "^9.3.4", "react-dnd-html5-backend": "^9.3.4",
"react-dnd-touch-backend": "^9.4.0",
"react-documents": "^1.0.4", "react-documents": "^1.0.4",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-full-screen": "^1.1.0", "react-full-screen": "^1.1.0",
"react-google-recaptcha": "^2.1.0", "react-google-recaptcha": "^2.1.0",
"react-helmet": "^5.2.1", "react-helmet": "^5.2.1",
"react-hook-form": "^7.28.0", "react-hook-form": "^7.28.0",
"react-instantsearch-dom": "^6.4.0",
"react-json-view": "^1.21.3", "react-json-view": "^1.21.3",
"react-konva": "17.0.2-6",
"react-masonry-css": "^1.0.16",
"react-media-recorder": "^1.6.1", "react-media-recorder": "^1.6.1",
"react-modal": "^3.15.1", "react-modal": "^3.15.1",
"react-page-visibility": "^7.0.0", "react-page-visibility": "^7.0.0",
"react-paginating": "^1.4.0",
"react-player": "^2.3.1", "react-player": "^2.3.1",
"react-qr-barcode-scanner": "^1.0.6", "react-qr-barcode-scanner": "^1.0.6",
"react-rating": "^2.0.5", "react-rating": "^2.0.5",
@ -202,9 +192,7 @@
"react-router": "^5.1.2", "react-router": "^5.1.2",
"react-router-dom": "^5.1.2", "react-router-dom": "^5.1.2",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"react-select": "^3.0.8",
"react-spring": "^9.4.0", "react-spring": "^9.4.0",
"react-syntax-highlighter": "^15.5.0",
"react-table": "^7.0.0", "react-table": "^7.0.0",
"react-table-sticky": "^1.1.3", "react-table-sticky": "^1.1.3",
"react-tabs": "^3.0.0", "react-tabs": "^3.0.0",
@ -219,6 +207,7 @@
"redux-saga": "^1.1.3", "redux-saga": "^1.1.3",
"remixicon-react": "^1.0.0", "remixicon-react": "^1.0.0",
"reselect": "^4.0.0", "reselect": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.70.0", "sass": "^1.70.0",
"scroll-into-view-if-needed": "^2.2.26", "scroll-into-view-if-needed": "^2.2.26",
"shallowequal": "^1.1.0", "shallowequal": "^1.1.0",
@ -231,7 +220,7 @@
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"tern": "^0.21.0", "tern": "^0.21.0",
"tinycolor2": "^1.4.2", "tinycolor2": "^1.4.2",
"to-json-schema": "^0.2.5", "tinymce": "^7.3.0",
"toposort": "^2.0.2", "toposort": "^2.0.2",
"tslib": "^2.3.1", "tslib": "^2.3.1",
"typescript": "^5.5.4", "typescript": "^5.5.4",
@ -239,7 +228,7 @@
"url-search-params-polyfill": "^8.0.0", "url-search-params-polyfill": "^8.0.0",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"validate-color": "^2.2.4", "validate-color": "^2.2.4",
"webfontloader": "^1.6.28", "web-vitals": "3.5.2",
"webpack-retry-chunk-load-plugin": "^3.1.1", "webpack-retry-chunk-load-plugin": "^3.1.1",
"yjs": "^13.5.12", "yjs": "^13.5.12",
"zipcelx": "^1.6.2" "zipcelx": "^1.6.2"
@ -252,14 +241,11 @@
], ],
"devDependencies": { "devDependencies": {
"@appsmith/eslint-plugin": "workspace:^", "@appsmith/eslint-plugin": "workspace:^",
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
"@babel/helper-string-parser": "^7.19.4",
"@craco/craco": "^7.0.0", "@craco/craco": "^7.0.0",
"@cypress/grep": "^4.0.1", "@cypress/grep": "^4.0.1",
"@faker-js/faker": "^7.4.0", "@faker-js/faker": "^7.4.0",
"@octokit/rest": "^20.0.1", "@octokit/rest": "^20.0.1",
"@peculiar/webcrypto": "^1.4.3", "@peculiar/webcrypto": "^1.4.3",
"@redux-saga/testing-utils": "^1.1.5",
"@sentry/webpack-plugin": "^1.18.9", "@sentry/webpack-plugin": "^1.18.9",
"@simonsmith/cypress-image-snapshot": "^9.1.0", "@simonsmith/cypress-image-snapshot": "^9.1.0",
"@testing-library/jest-dom": "5.16.1", "@testing-library/jest-dom": "5.16.1",
@ -268,49 +254,39 @@
"@testing-library/user-event": "13.5.0", "@testing-library/user-event": "13.5.0",
"@types/codemirror": "^0.0.96", "@types/codemirror": "^0.0.96",
"@types/deep-diff": "^1.0.0", "@types/deep-diff": "^1.0.0",
"@types/dom-mediacapture-record": "^1.0.11",
"@types/dom-view-transitions": "^1.0.5", "@types/dom-view-transitions": "^1.0.5",
"@types/downloadjs": "^1.4.2", "@types/downloadjs": "^1.4.2",
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
"@types/js-beautify": "^1.13.2",
"@types/jshint": "^2.12.0", "@types/jshint": "^2.12.0",
"@types/lodash": "^4.14.120", "@types/lodash": "^4.14.120",
"@types/marked": "^4.0.3",
"@types/moment-timezone": "^0.5.10", "@types/moment-timezone": "^0.5.10",
"@types/nanoid": "^2.0.0", "@types/nanoid": "^2.0.0",
"@types/node": "^10.12.18", "@types/node": "^10.12.18",
"@types/node-fetch": "^2.6.11", "@types/node-fetch": "^2.6.11",
"@types/node-forge": "^0.10.0", "@types/node-forge": "^0.10.0",
"@types/object-hash": "^2.2.1", "@types/object-hash": "^2.2.1",
"@types/pg": "^8.10.2",
"@types/prismjs": "^1.16.1", "@types/prismjs": "^1.16.1",
"@types/react": "^17.0.2", "@types/react": "^17.0.2",
"@types/react-beautiful-dnd": "^11.0.4",
"@types/react-custom-scrollbars": "^4.0.7", "@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dom": "^17.0.2", "@types/react-dom": "^17.0.2",
"@types/react-google-recaptcha": "^2.1.1", "@types/react-google-recaptcha": "^2.1.1",
"@types/react-helmet": "^5.0.14", "@types/react-helmet": "^5.0.14",
"@types/react-instantsearch-dom": "^6.3.0", "@types/react-instantsearch-core": "^6.26.10",
"@types/react-modal": "^3.13.1", "@types/react-modal": "^3.13.1",
"@types/react-redux": "^7.0.1", "@types/react-redux": "^7.0.1",
"@types/react-router-dom": "^5.1.2", "@types/react-router-dom": "^5.1.2",
"@types/react-select": "^3.0.5",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-table": "^7.0.13", "@types/react-table": "^7.0.13",
"@types/react-tabs": "^2.3.1", "@types/react-tabs": "^2.3.1",
"@types/react-test-renderer": "^17.0.1", "@types/react-test-renderer": "^17.0.1",
"@types/react-window": "^1.8.2", "@types/react-window": "^1.8.2",
"@types/redux-form": "^8.1.9", "@types/redux-form": "^8.1.9",
"@types/redux-mock-store": "^1.0.2", "@types/redux-mock-store": "^1.0.2",
"@types/resize-observer-browser": "^0.1.5",
"@types/showdown": "^1.9.4", "@types/showdown": "^1.9.4",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"@types/tern": "0.22.0", "@types/tern": "0.22.0",
"@types/tinycolor2": "^1.4.2", "@types/tinycolor2": "^1.4.2",
"@types/to-json-schema": "^0.2.1",
"@types/toposort": "^2.0.3", "@types/toposort": "^2.0.3",
"@types/uuid": "^9.0.5", "@types/uuid": "^9.0.5",
"@types/webfontloader": "1.6.33",
"@types/zipcelx": "^1.5.0", "@types/zipcelx": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4", "@typescript-eslint/parser": "^6.7.4",
@ -337,7 +313,6 @@
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-babel-module": "^5.3.2", "eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-cypress": "^2.15.1", "eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2", "eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.33.2",
@ -346,7 +321,6 @@
"eslint-plugin-sort-destructure-keys": "^1.5.0", "eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-storybook": "^0.6.15", "eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.2.0", "eslint-plugin-testing-library": "^6.2.0",
"esm": "^3.2.25",
"factory.ts": "^0.5.1", "factory.ts": "^0.5.1",
"husky": "^8.0.0", "husky": "^8.0.0",
"jest": "^27.4.1", "jest": "^27.4.1",
@ -366,22 +340,17 @@
"postcss-modules-values": "^4.0.0", "postcss-modules-values": "^4.0.0",
"postcss-nesting": "^12.0.1", "postcss-nesting": "^12.0.1",
"postcss-url": "^10.1.3", "postcss-url": "^10.1.3",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"react-is": "^16.12.0", "react-is": "^16.12.0",
"react-test-renderer": "^16.11.0", "react-test-renderer": "^16.11.0",
"redux-devtools": "^3.5.0",
"redux-devtools-extension": "^2.13.8", "redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.4", "redux-mock-store": "^1.5.4",
"redux-saga-test-plan": "^4.0.6", "redux-saga-test-plan": "^4.0.6",
"ts-jest": "29.1.0", "ts-jest": "29.1.0",
"ts-jest-mock-import-meta": "^0.12.0", "ts-jest-mock-import-meta": "^0.12.0",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^6.5.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz" "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
}, },
"resolutions": { "resolutions": {

View File

@ -13,7 +13,6 @@
"build": "rollup -c" "build": "rollup -c"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0",
"@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-commonjs": "^22.0.0",
"@types/escodegen": "^0.0.7", "@types/escodegen": "^0.0.7",
"@types/lodash": "^4.14.120", "@types/lodash": "^4.14.120",
@ -32,7 +31,6 @@
"unescape-js": "^1.1.4" "unescape-js": "^1.1.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-typescript": "^7.17.12",
"@types/jest": "29.0.3", "@types/jest": "29.0.3",
"@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0", "@typescript-eslint/parser": "^5.25.0",

View File

@ -14,21 +14,12 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@types/loadable__component": "^5.13.4", "identity-obj-proxy": "3.0.0"
"@types/react-form": "^4.0.2",
"@types/wait-on": "^5.2.0",
"concurrently": "^7.3.0",
"identity-obj-proxy": "3.0.0",
"react-toastify": "^5.5.0",
"wait-on": "^5.3.0"
}, },
"browserslist": [ "browserslist": [
">0.2%", ">0.2%",
"not dead", "not dead",
"not ie <= 11", "not ie <= 11",
"not op_mini all" "not op_mini all"
], ]
"dependencies": {
"emoji-mart": "3.0.1"
}
} }

View File

@ -14,14 +14,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@react-aria/focus": "^3.10.1", "@react-aria/focus": "^3.10.1",
"@react-types/button": "^3.7.0", "@types/react-datepicker": "^4.10.0"
"@types/loadable__component": "^5.13.4",
"@types/react-datepicker": "^4.10.0",
"axe-core": "^4.7.2",
"concurrently": "^8.2.0",
"file-loader": "6.2.0",
"normalize.css": "^8.0.1",
"remark-gfm": "^3.0.1"
}, },
"dependencies": { "dependencies": {
"@radix-ui/react-dialog": "^1.0.2", "@radix-ui/react-dialog": "^1.0.2",
@ -29,7 +22,6 @@
"@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.6", "@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-tabs": "^1.0.2", "@radix-ui/react-tabs": "^1.0.2",
"@react-aria/button": "^3.7.0",
"@react-aria/checkbox": "^3.7.1", "@react-aria/checkbox": "^3.7.1",
"@react-aria/focus": "^3.10.1", "@react-aria/focus": "^3.10.1",
"@react-aria/link": "^3.3.6", "@react-aria/link": "^3.3.6",
@ -38,7 +30,9 @@
"@react-aria/textfield": "^3.8.1", "@react-aria/textfield": "^3.8.1",
"@react-stately/radio": "^3.6.2", "@react-stately/radio": "^3.6.2",
"@react-stately/toggle": "^3.4.4", "@react-stately/toggle": "^3.4.4",
"@react-types/textfield": "^3.9.6",
"@xstyled/styled-components": "^3.8.0", "@xstyled/styled-components": "^3.8.0",
"@xstyled/system": "^3.8.1",
"csstype": "^3.1.2", "csstype": "^3.1.2",
"date-fns": "^2.29.3", "date-fns": "^2.29.3",
"overlayscrollbars": "^2.7.2", "overlayscrollbars": "^2.7.2",

View File

@ -10,28 +10,16 @@
}, },
"dependencies": { "dependencies": {
"@floating-ui/react": "^0.24.0", "@floating-ui/react": "^0.24.0",
"@react-aria/button": "^3.7.0",
"@react-aria/checkbox": "^3.9.0",
"@react-aria/focus": "^3.11.0", "@react-aria/focus": "^3.11.0",
"@react-aria/interactions": "^3.14.0", "@react-aria/interactions": "^3.14.0",
"@react-aria/menu": "^3.11.1",
"@react-aria/radio": "^3.6.1",
"@react-aria/switch": "^3.5.2",
"@react-aria/textfield": "^3.11.0", "@react-aria/textfield": "^3.11.0",
"@react-aria/utils": "^3.16.0", "@react-aria/utils": "^3.16.0",
"@react-aria/visually-hidden": "^3.8.0",
"@react-spectrum/utils": "^3.9.0", "@react-spectrum/utils": "^3.9.0",
"@react-stately/checkbox": "^3.4.1", "@react-stately/utils": "^3.10.3",
"@react-stately/collections": "^3.10.2",
"@react-stately/menu": "^3.5.6",
"@react-stately/radio": "^3.8.1",
"@react-stately/toggle": "^3.5.1",
"@react-types/button": "^3.7.1",
"@react-types/checkbox": "^3.4.3",
"@react-types/label": "^3.7.3", "@react-types/label": "^3.7.3",
"@react-types/menu": "^3.9.5",
"@react-types/shared": "^3.23.1", "@react-types/shared": "^3.23.1",
"classnames": "*" "@react-types/textfield": "^3.9.6",
"react-aria-components": "^1.3.3"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"

View File

@ -16,7 +16,8 @@
"dependencies": { "dependencies": {
"@capsizecss/core": "^3.1.1", "@capsizecss/core": "^3.1.1",
"@capsizecss/metrics": "^1.2.0", "@capsizecss/metrics": "^1.2.0",
"@emotion/sheet": "^1.2.2", "@emotion/css": "^11.13.0",
"colorjs.io": "^0.5.2",
"lodash": "*" "lodash": "*"
} }
} }

View File

@ -10,20 +10,8 @@
"prettier": "yarn g:prettier" "prettier": "yarn g:prettier"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "5.5.0",
"@types/emoji-mart": "3.0.4",
"@types/loadable__component": "^5.13.4",
"@types/react-form": "^4.0.2",
"@types/react-table": "*", "@types/react-table": "*",
"@types/react-tabs": "*", "identity-obj-proxy": "3.0.0"
"concurrently": "^7.3.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-storybook": "^0.6.8",
"identity-obj-proxy": "3.0.0",
"playwright": "^1.25.1",
"postcss": "^8.4.31",
"postcss-import": "^14.1.0",
"tsconfig-paths-webpack-plugin": "^3.5.2"
}, },
"peerDependencies": { "peerDependencies": {
"@blueprintjs/core": "3.33.0", "@blueprintjs/core": "3.33.0",
@ -53,8 +41,5 @@
} }
} }
] ]
},
"dependencies": {
"emoji-mart": "3.0.1"
} }
} }

View File

@ -11,18 +11,20 @@
"build:icons": "npx tsx ./src/scripts/build-icons.ts" "build:icons": "npx tsx ./src/scripts/build-icons.ts"
}, },
"dependencies": { "dependencies": {
"@appsmith/utils": "workspace:^",
"@appsmith/wds-headless": "workspace:^", "@appsmith/wds-headless": "workspace:^",
"@appsmith/wds-theming": "workspace:^", "@appsmith/wds-theming": "workspace:^",
"@emotion/css": "^11.11.2", "@emotion/css": "^11.11.2",
"@react-aria/actiongroup": "^3.7.0", "@floating-ui/react": "^0.26.24",
"@react-aria/focus": "^3.18.2",
"@react-aria/utils": "^3.16.0", "@react-aria/utils": "^3.16.0",
"@react-aria/visually-hidden": "^3.8.0", "@react-aria/visually-hidden": "^3.8.0",
"@react-spectrum/utils": "^3.11.10",
"@react-stately/collections": "^3.10.9",
"@react-stately/list": "^3.10.8",
"@react-types/actiongroup": "^3.4.6", "@react-types/actiongroup": "^3.4.6",
"@react-types/shared": "^3.23.1", "@react-types/shared": "^3.23.1",
"@tabler/icons-react": "^3.10.0", "@tabler/icons-react": "^3.10.0",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"colorjs.io": "^0.5.2",
"lodash": "*", "lodash": "*",
"react-aria-components": "^1.2.1" "react-aria-components": "^1.2.1"
}, },

View File

@ -12,9 +12,7 @@
"build": "rollup -c" "build": "rollup -c"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0",
"@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-commonjs": "^22.0.0",
"@types/escodegen": "^0.0.7",
"@types/lodash": "^4.14.120", "@types/lodash": "^4.14.120",
"normalizr": "^3.6.2", "normalizr": "^3.6.2",
"rollup": "^2.77.0", "rollup": "^2.77.0",

View File

@ -10,5 +10,8 @@
"prettier": "yarn g:prettier", "prettier": "yarn g:prettier",
"postinstall": "yarn build", "postinstall": "yarn build",
"test:unit": "yarn g:jest" "test:unit": "yarn g:jest"
},
"dependencies": {
"@typescript-eslint/utils": "5.62.0"
} }
} }

View File

@ -15,28 +15,20 @@
"start": "./start-server.sh" "start": "./start-server.sh"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0",
"@shared/ast": "workspace:^", "@shared/ast": "workspace:^",
"astravel": "^0.6.1",
"axios": "^1.7.4", "axios": "^1.7.4",
"escodegen": "^2.0.0",
"express": "^4.20.0", "express": "^4.20.0",
"express-validator": "^6.14.2", "express-validator": "^6.14.2",
"http-status-codes": "^2.2.0", "http-status-codes": "^2.2.0",
"klona": "^2.0.5",
"loglevel": "^1.8.1", "loglevel": "^1.8.1",
"socket.io": "^4.6.2", "socket.io": "^4.6.2"
"socket.io-adapter": "^2.4.0",
"source-map-support": "^0.5.19"
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.14", "@types/express": "^4.17.14",
"@types/jest": "^29.2.3", "@types/jest": "^29.2.3",
"esbuild": "^0.19.4",
"jest": "^29.3.1", "jest": "^29.3.1",
"supertest": "^6.3.3", "supertest": "^6.3.3",
"ts-jest": "29.1.0", "ts-jest": "29.1.0",
"tsc-alias": "^1.8.2",
"typescript": "^5.5.4" "typescript": "^5.5.4"
} }
} }

View File

@ -1,6 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es6", "target": "es6",
"lib": ["ES2021"],
"module": "commonjs", "module": "commonjs",
"esModuleInterop": true, "esModuleInterop": true,
"moduleResolution": "node", "moduleResolution": "node",

View File

@ -22,28 +22,22 @@
"@storybook/addon-toolbars": "^8.2.7", "@storybook/addon-toolbars": "^8.2.7",
"@storybook/addon-viewport": "^8.2.7", "@storybook/addon-viewport": "^8.2.7",
"@storybook/blocks": "^8.2.7", "@storybook/blocks": "^8.2.7",
"@storybook/builder-vite": "^8.2.7",
"@storybook/components": "^8.2.7", "@storybook/components": "^8.2.7",
"@storybook/manager-api": "^8.2.7", "@storybook/manager-api": "^8.2.7",
"@storybook/preset-create-react-app": "^8.2.7", "@storybook/preset-create-react-app": "^8.2.7",
"@storybook/preview-api": "^8.2.7",
"@storybook/react-vite": "^8.2.7", "@storybook/react-vite": "^8.2.7",
"@storybook/test-runner": "^0.19.1", "@storybook/test-runner": "^0.19.1",
"@storybook/theming": "^8.2.7", "@storybook/theming": "^8.2.7",
"@vitejs/plugin-react": "^4.3.1", "@vitejs/plugin-react": "^4.3.1",
"babel-loader": "9.1.2",
"chromatic": "^11.3.0", "chromatic": "^11.3.0",
"react-docgen-typescript": "^2.2.2",
"storybook": "^8.2.7", "storybook": "^8.2.7",
"vite": "^5.3.5", "vite": "^5.3.5",
"vite-plugin-svgr": "^4.2.0" "vite-plugin-svgr": "^4.2.0"
}, },
"dependencies": { "dependencies": {
"@appsmith/wds": "workspace:^", "@appsmith/wds": "workspace:^",
"@appsmith/wds-headless": "workspace:^",
"@appsmith/wds-theming": "workspace:^", "@appsmith/wds-theming": "workspace:^",
"@design-system/widgets-old": "workspace:^", "@storybook/core-events": "^8.3.2",
"appsmith-icons": "workspace:^", "glob": "^11.0.0"
"colorjs.io": "^0.5.2"
} }
} }

File diff suppressed because it is too large Load Diff