Skip to content

Commit

Permalink
[#123] Move some dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rosle committed Sep 8, 2022
1 parent efc4188 commit b034f06
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,13 @@
{
"package": {
"dependencies": {
"@cypress/code-coverage": "3.9.12",
"@nimblehq/eslint-config-nimble-react": "^1.0.0",
"@nimblehq/stylelint-config-nimble": "^1.0.0",
"@testing-library/cypress": "8.0.2",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.1.1",
"@testing-library/user-event": "14.1.1",
"@types/jest": "27.4.1",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"axios": "0.21.1",
"cypress": "9.5.2",
"cypress-react-selector": "2.3.16",
"eslint": "8.11.0",
"i18next": "21.6.14",
"i18next-browser-languagedetector": "6.1.3",
"i18next-http-backend": "1.4.0",
"prettier": "2.6.0",
"react-i18next": "11.16.1",
"react-router-dom": "6.3.0",
"sass": "1.49.11",
"stylelint": "14.6.0",
"typescript": "4.6.2",
"web-vitals": "2.1.4"
},
"scripts": {
Expand Down Expand Up @@ -58,12 +41,29 @@
"excludeAfterRemap": true
},
"devDependencies": {
"@cypress/code-coverage": "3.9.12",
"@nimblehq/eslint-config-nimble-react": "^1.0.0",
"@nimblehq/stylelint-config-nimble": "^1.0.0",
"@testing-library/cypress": "8.0.2",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.1.1",
"@testing-library/user-event": "14.1.1",
"@types/jest": "27.4.1",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"@cypress/instrument-cra": "1.4.0",
"cypress": "9.5.2",
"cypress-react-selector": "2.3.16",
"danger": "10.9.0",
"danger-plugin-code-coverage": "1.1.9",
"danger-plugin-istanbul-coverage": "1.6.2",
"danger-plugin-jest-codecov": "0.0.8",
"start-server-and-test": "1.14.0"
"eslint": "8.11.0",
"prettier": "2.6.0",
"start-server-and-test": "1.14.0",
"stylelint": "14.6.0",
"typescript": "4.6.2"
}
}
}

0 comments on commit b034f06

Please sign in to comment.