Skip to content

Commit

Permalink
Merge pull request #50 from dipiash/feature/upgrade-pckg
Browse files Browse the repository at this point in the history
Upgrade packages. Prepare to upgrade Mantine to v7
  • Loading branch information
dipiash authored Oct 18, 2023
2 parents e62b1d4 + d0a98f2 commit 1eccff8
Show file tree
Hide file tree
Showing 3 changed files with 2,205 additions and 2,494 deletions.
5 changes: 0 additions & 5 deletions babel.config.json

This file was deleted.

105 changes: 51 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@
]
},
"devDependencies": {
"@apollo/client": "3.8.3",
"@apollo/client": "3.8.6",
"@apollo/react-testing": "4.0.0",
"@babel/core": "7.22.19",
"@babel/preset-env": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@base2/pretty-print-object": "1.0.2",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/fragment-matcher": "5.0.0",
Expand All @@ -50,63 +47,63 @@
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@nrwl/js": "16.8.1",
"@nx/cypress": "16.8.1",
"@nx/devkit": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/node": "16.8.1",
"@nx/react": "16.8.1",
"@nx/storybook": "16.8.1",
"@nx/web": "16.8.1",
"@nx/workspace": "16.8.1",
"@storybook/addon-essentials": "7.4.2",
"@storybook/core-server": "7.4.2",
"@storybook/react": "7.4.2",
"@storybook/react-vite": "7.4.2",
"@nrwl/js": "16.10.0",
"@nx/cypress": "16.10.0",
"@nx/devkit": "16.10.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/js": "16.10.0",
"@nx/linter": "16.10.0",
"@nx/node": "16.10.0",
"@nx/react": "16.10.0",
"@nx/storybook": "16.10.0",
"@nx/web": "16.10.0",
"@nx/workspace": "16.10.0",
"@storybook/addon-essentials": "7.5.0",
"@storybook/core-server": "7.5.0",
"@storybook/react": "7.5.0",
"@storybook/react-vite": "7.5.0",
"@storybook/testing-react": "2.0.0",
"@stylelint/postcss-css-in-js": "0.38.0",
"@svgr/cli": "8.1.0",
"@svgr/plugin-svgo": "8.1.0",
"@svgr/webpack": "8.1.0",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/bluebird": "3.5.38",
"@types/jest": "29.5.4",
"@types/node": "20.6.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-is": "18.2.1",
"@types/bluebird": "3.5.41",
"@types/jest": "29.5.6",
"@types/node": "20.8.7",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/react-is": "18.2.2",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/parser": "6.7.0",
"@vitejs/plugin-react-swc": "3.3.2",
"@vitest/coverage-v8": "0.34.4",
"@vitest/ui": "0.34.4",
"@typescript-eslint/parser": "6.8.0",
"@vitejs/plugin-react-swc": "3.4.0",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.6",
"@welldone-software/why-did-you-render": "7.0.1",
"babel-loader": "9.1.3",
"cypress": "^13.2.0",
"esbuild": "0.19.3",
"eslint-plugin-cypress": "2.14.0",
"cypress": "^13.3.1",
"esbuild": "0.19.5",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-nimbus-clean": "0.2.5",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-storybook": "0.6.15",
"husky": "8.0.3",
"jsdom": "22.1.0",
"lint-staged": "14.0.1",
"nx": "16.8.1",
"nx-stylelint": "15.0.0",
"postcss": "8.4.29",
"lint-staged": "15.0.1",
"nx": "16.10.0",
"nx-stylelint": "16.0.1",
"postcss": "8.4.31",
"postcss-styled": "0.34.0",
"postcss-styled-syntax": "0.5.0",
"postcss-syntax": "0.36.2",
"prettier": "3.0.3",
"react-scripts": "5.0.1",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-visualizer": "5.9.2",
"storybook": "7.4.2",
"stylelint": "15.10.3",
"storybook": "7.5.0",
"stylelint": "15.11.0",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-recommended": "13.0.0",
"stylelint-config-standard-scss": "11.0.0",
Expand All @@ -120,40 +117,40 @@
"stylelint-processor-styled-components": "1.10.0",
"tslib": "2.6.2",
"url-loader": "4.1.1",
"vite": "4.4.9",
"vite": "4.5.0",
"vite-dts": "1.0.4",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.4",
"webpack": "5.88.2",
"@typescript-eslint/eslint-plugin": "6.7.0",
"eslint": "8.49.0",
"vitest": "0.34.6",
"webpack": "5.89.0",
"@typescript-eslint/eslint-plugin": "6.8.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-testing-library": "6.0.1",
"eslint-plugin-testing-library": "6.1.0",
"eslint-plugin-unicorn": "48.0.1"
},
"dependencies": {
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@tabler/icons-react": "2.34.0",
"graphql": "16.8.0",
"@mantine/core": "6.0.21",
"@mantine/hooks": "6.0.21",
"@tabler/icons-react": "2.39.0",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.46.1",
"react-hook-form": "7.47.0",
"react-is": "18.2.0",
"react-router-dom": "6.16.0",
"react-router-dom": "6.17.0",
"ts-toolbelt": "9.6.0",
"typescript": "5.2.2"
}
Expand Down
Loading

0 comments on commit 1eccff8

Please sign in to comment.