Skip to content

Commit

Permalink
refactor(package.json & template.json): Updating packages. Removing r…
Browse files Browse the repository at this point in the history
…edundant files
  • Loading branch information
NoHop3 committed Oct 11, 2023
1 parent f277f70 commit 64e98d9
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 74 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,38 +47,38 @@
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@mui/base": "5.0.0-alpha.118",
"@mui/icons-material": "5.14.11",
"@mui/material": "5.14.11",
"@mui/styled-engine-sc": "5.14.11",
"@mui/system": "5.14.11",
"@mui/types": "7.2.4",
"@reduxjs/toolkit": "1.9.6",
"@mui/base": "5.0.0-beta.19",
"@mui/icons-material": "5.14.13",
"@mui/material": "5.14.13",
"@mui/styled-engine-sc": "6.0.0-alpha.1",
"@mui/system": "5.14.13",
"@mui/types": "7.2.6",
"@reduxjs/toolkit": "1.9.7",
"@types/babel__core": "7.20.2",
"@types/estree": "1.0.1",
"@types/node": "18.15.11",
"@types/react": "18.2.24",
"@types/react-color": "3.0.6",
"@types/react-dom": "18.2.8",
"@types/react-redux": "7.1.26",
"@types/styled-components": "5.1.26",
"@types/uuid": "9.0.0",
"axios": "1.5.0",
"@types/estree": "1.0.2",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-color": "3.0.7",
"@types/react-dom": "18.2.13",
"@types/react-redux": "7.1.27",
"@types/styled-components": "5.1.28",
"@types/uuid": "9.0.5",
"axios": "1.5.1",
"connected-react-router": "6.9.3",
"history": "5.3.0",
"jest-esm-transformer": "1.0.0",
"react": "18.2.0",
"react-color": "2.19.3",
"react-dom": "18.2.0",
"react-redux": "8.1.2",
"react-router-dom": "6.8.1",
"react-redux": "8.1.3",
"react-router-dom": "6.16.0",
"react-scripts": "5.0.1",
"redux-thunk": "2.4.2",
"styled-components": "5.3.6",
"styled-components": "6.0.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"uuid": "9.0.0",
"web-vitals": "3.1.1"
"uuid": "9.0.1",
"web-vitals": "3.5.0"
},
"devDependencies": {
"@babel/core": "7.23.0",
Expand All @@ -92,35 +92,35 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.1",
"@semantic-release/release-notes-generator": "12.0.0",
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-interactions": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addon-interactions": "7.4.6",
"@storybook/addon-links": "7.4.6",
"@storybook/addon-styling": "1.3.7",
"@storybook/blocks": "7.4.5",
"@storybook/preset-create-react-app": "7.4.5",
"@storybook/react": "7.4.5",
"@storybook/react-webpack5": "7.4.5",
"@storybook/testing-library": "0.2.1",
"@storybook/blocks": "7.4.6",
"@storybook/preset-create-react-app": "7.4.6",
"@storybook/react": "7.4.6",
"@storybook/react-webpack5": "7.4.6",
"@storybook/testing-library": "0.2.2",
"@svgr/plugin-svgo": "8.1.0",
"@svgr/webpack": "8.1.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@testing-library/user-event": "14.5.1",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"babel-jest": "29.7.0",
"commitizen": "4.3.0",
"css-select": "5.1.0",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard-with-typescript": "34.0.1",
"eslint-config-standard-with-typescript": "39.1.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-n": "16.1.0",
"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-storybook": "0.6.14",
"eslint-plugin-storybook": "0.6.15",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -129,7 +129,7 @@
"prettier": "3.0.3",
"prop-types": "15.8.1",
"semantic-release": "22.0.5",
"storybook": "7.4.5",
"storybook": "7.4.6",
"svgo": "3.0.2",
"typescript": "5.2.2"
},
Expand Down
6 changes: 4 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');

html,
#root,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
font-family: 'Source Sans 3', sans-serif;
}
1 change: 0 additions & 1 deletion src/react-app-env.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/reportWebVitals.ts

This file was deleted.

6 changes: 4 additions & 2 deletions template/src/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');

html,
#root,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
font-family: 'Source Sans 3', sans-serif;
}
1 change: 0 additions & 1 deletion template/src/react-app-env.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions template/src/reportWebVitals.ts

This file was deleted.

0 comments on commit 64e98d9

Please sign in to comment.