Skip to content

Commit

Permalink
Merge pull request #734 from Samfundet/733-simplify-packagejson
Browse files Browse the repository at this point in the history
Remove suffix versions.
  • Loading branch information
emilte authored Oct 12, 2023
2 parents 8c053fe + 8bdb49a commit f656f33
Show file tree
Hide file tree
Showing 3 changed files with 2,045 additions and 735 deletions.
148 changes: 74 additions & 74 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,84 +24,84 @@
"verify": "yarn eslint:check && yarn tsc:check && yarn stylelint:check"
},
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.1.3",
"classnames": "^2.3.1",
"cmdk": "^0.2.0",
"cypress-fail-on-console-error": "^4.0.2",
"date-fns": "^2.29.3",
"i18next": "^22.0.2",
"i18next-browser-languagedetector": "^7.0.1",
"path": "^0.12.7",
"path-to-regexp": "^6.2.1",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-loading-skeleton": "^3.1.0",
"react-markdown": "^8.0.3",
"react-modal": "^3.16.1",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.4.2",
"react-toastify": "^9.1.2",
"require-from-string": "^2.0.2",
"vite-plugin-svgr": "^2.4.0",
"web-vitals": "^3.0.4"
"@babel/core": "^7",
"@babel/plugin-syntax-flow": "^7",
"@babel/plugin-transform-react-jsx": "^7",
"@testing-library/dom": "^8",
"@testing-library/jest-dom": "^5",
"@testing-library/react": "^13",
"@testing-library/user-event": "^14",
"axios": "^1",
"classnames": "^2",
"cmdk": "^0",
"cypress-fail-on-console-error": "^4",
"date-fns": "^2",
"i18next": "^22",
"i18next-browser-languagedetector": "^7",
"path": "^0",
"path-to-regexp": "^6",
"postcss": "^8",
"react": "^18",
"react-cookie": "^6",
"react-dom": "^18",
"react-helmet-async": "^1",
"react-loading-skeleton": "^3",
"react-markdown": "^8",
"react-modal": "^3",
"react-refresh": "^0",
"react-router-dom": "^6",
"react-toastify": "^9",
"require-from-string": "^2",
"vite-plugin-svgr": "^2",
"web-vitals": "^3"
},
"devDependencies": {
"@iconify/react": "^4.0.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-vite": "^0.2.4",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/node-logger": "^6.5.13",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitejs/plugin-react": "^2.2.0",
"babel-plugin-named-exports-order": "^0.0.2",
"chromatic": "^6.11.2",
"cypress": "^12.11.0",
"cypress-vite": "^1.2.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.6",
"@iconify/react": "^4",
"@storybook/addon-actions": "^6",
"@storybook/addon-essentials": "^6",
"@storybook/addon-interactions": "^6",
"@storybook/addon-links": "^6",
"@storybook/builder-vite": "^0",
"@storybook/manager-webpack5": "^6",
"@storybook/node-logger": "^6",
"@storybook/preset-create-react-app": "^4",
"@storybook/react": "^6",
"@storybook/testing-library": "^0",
"@types/jest": "^29",
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-modal": "^3",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"@vitejs/plugin-react": "^2",
"babel-plugin-named-exports-order": "^0",
"chromatic": "^6",
"cypress": "^12",
"cypress-vite": "^1",
"eslint": "^8",
"eslint-config-prettier": "^8",
"eslint-plugin-import": "^2",
"eslint-plugin-prettier": "^4",
"eslint-plugin-react": "^7",
"eslint-plugin-react-hooks": "^4",
"eslint-plugin-storybook": "^0",
"prettier": "2.7.1",
"prop-types": "^15.8.1",
"react-i18next": "^12.0.0",
"prop-types": "^15",
"react-i18next": "^12",
"react-scripts": "5.0.1",
"sass": "^1.55.0",
"stylelint": "^15.10.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.3.0",
"typescript": "^4.8.4",
"vite": "^3.2.0",
"webpack": "^5.76.0"
"sass": "^1",
"stylelint": "^15",
"stylelint-config-prettier": "^9",
"stylelint-config-prettier-scss": "^0",
"stylelint-config-sass-guidelines": "^9",
"stylelint-config-standard": "^29",
"stylelint-config-standard-scss": "^6",
"stylelint-prettier": "^2",
"stylelint-scss": "^4",
"typescript": "^4",
"vite": "^3",
"webpack": "^5"
},
"browserslist": [
"defaults"
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/Components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */
// @ts-nocheck
import ReactModal from 'react-modal';
import styles from './Modal.module.scss';

Expand Down
Loading

0 comments on commit f656f33

Please sign in to comment.