Skip to content

Commit

Permalink
fix: update esm deps (#117)
Browse files Browse the repository at this point in the history
* fix: update with fixed deps

* fix: use query-v4

* fix: update deps

* fix: remove deps
  • Loading branch information
spaenleh authored Feb 27, 2024
1 parent fbf04e3 commit bed6f61
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 806 deletions.
28 changes: 8 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@graasp/query-client": "github:graasp/graasp-query-client#use-conditional-export",
"@graasp/query-client": "2.7.1",
"@graasp/sdk": "4.0.1",
"@graasp/translations": "1.25.2",
"@graasp/ui": "4.8.2",
"@mui/icons-material": "5.15.10",
"@graasp/ui": "4.8.3",
"@mui/icons-material": "5.15.11",
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "5.15.11",
"@stripe/react-stripe-js": "^1.16.5",
"@stripe/stripe-js": "^1.54.2",
"@uppy/core": "^3.5.0",
"@uppy/dashboard": "3.5.3",
"@uppy/drag-drop": "3.0.3",
Expand All @@ -32,7 +30,6 @@
"@uppy/tus": "3.3.0",
"@uppy/xhr-upload": "3.4.0",
"axios": "1.6.7",
"connected-react-router": "6.9.3",
"filesize": "^10.1.0",
"http-status-codes": "2.3.0",
"i18next": "23.10.0",
Expand All @@ -52,9 +49,6 @@
"dev": "vite",
"start": "yarn dev",
"start:test": "vite --mode test",
"start:ci": "react-scripts -r @cypress/instrument-cra start",
"dist:dev": "env-cmd -f ./.env.development react-scripts build",
"dist:prod": "env-cmd -f ./.env.production react-scripts build",
"build": "vite build",
"build:dev": "vite build --mode development",
"build:test": "vite build --mode test",
Expand All @@ -67,16 +61,11 @@
"prettier:write": "prettier --write src/**/*.{js,ts,tsx}",
"type-check": "tsc --noEmit",
"check": "yarn prettier:check && yarn lint && yarn type-check",
"hooks:uninstall": "husky uninstall",
"hooks:install": "husky install",
"release": "standard-version -a",
"release:first": "standard-version -a --first-release",
"release:minor": "standard-version -a --release-as minor",
"release:major": "standard-version -a --release-as major",
"hooks:install": "husky",
"cypress:open": "env-cmd -f ./.env.test cypress open --browser chrome",
"cypress": "yarn test",
"test": "yarn build:test && concurrently -k -s first \"yarn preview:test\" \"yarn cypress:run\"",
"cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome"
"cypress:run": "env-cmd -f ./.env.test cypress run --browser chrome"
},
"browserslist": {
"production": [
Expand All @@ -93,15 +82,15 @@
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@cypress/code-coverage": "3.12.24",
"@cypress/code-coverage": "3.12.26",
"@cypress/instrument-cra": "1.4.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react-toastify": "^4.1.0",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-react": "4.2.1",
"concurrently": "8.2.2",
"cypress": "13.6.6",
Expand All @@ -117,7 +106,6 @@
"husky": "9.0.11",
"prettier": "3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"standard-version": "9.5.0",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite-plugin-checker": "0.6.4",
Expand Down
Loading

0 comments on commit bed6f61

Please sign in to comment.