Skip to content

Commit

Permalink
Merge pull request #62 from 20tab/feature/1022-dependencies-upgrade
Browse files Browse the repository at this point in the history
TG-1022 Dependencies upgrade
  • Loading branch information
lucaspinosi authored Jan 12, 2024
2 parents 3b3b15f + a76200a commit 8edd13b
Show file tree
Hide file tree
Showing 2 changed files with 2,454 additions and 2,467 deletions.
69 changes: 35 additions & 34 deletions {{cookiecutter.project_dirname}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,61 +6,62 @@
"audit:fix": "npm_config_yes=true npx yarn-audit-fix",
"build": "next build",
"ci:contract-test": "npx jest pact/contracts --testEnvironment=node --color --detectOpenHandles --passWithNoTests",
"ci:unit-test": "npx jest --color --silent --detectOpenHandles --testPathIgnorePatterns=pact/contracts --coverage --coverageDirectory ./coverage/tests --ci --reporters=default --reporters=jest-junit", "e2e": "CYPRESS_BASE_URL=http://localhost:3000 cypress open",
"ci:unit-test": "npx jest --color --silent --detectOpenHandles --testPathIgnorePatterns=pact/contracts --coverage --coverageDirectory ./coverage/tests --ci --reporters=default --reporters=jest-junit",
"e2e": "CYPRESS_BASE_URL=https://localhost:3000 cypress open",
"e2e": "CYPRESS_BASE_URL=https://localhost:8443 cypress open",
"lint": "next lint",
"pact": "npx jest pact/contracts --testEnvironment=node --detectOpenHandles",
"start": "node server.js",
"test": "npx jest --testPathIgnorePatterns=pact/contracts --detectOpenHandles"
},
"dependencies": {
"@next/font": "^13.1.2",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/nextjs": "^7.31.1",
"axios": "^1.2.2",
"@next/font": "^13.4.19",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/nextjs": "^7.64.0",
"axios": "^1.4.0",
"basic-auth": "^2.0.1",
"express": "^4.18.2",
"next": "^13.1.2",
"next": "^13.4.19",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"styled-components": "^5.3.6",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"styled-components": "^6.0.8",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.2",
"@testing-library/dom": "^8.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@next/eslint-plugin-next": "^13.4.19",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/express": "^4.17.15",
"@types/express": "^4.17.17",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-redux": "^7.1.25",
"@types/node": "^20.5.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-redux": "^7.1.26",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "8.32.0",
"eslint-config-next": "^13.1.2",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-security": "^1.6.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-junit": "^15.0.0",
"jest-pact": "^0.10.2",
"prettier": "^2.8.3",
"typescript": "^4.9.4",
"webpack": "^5.75.0"
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-security": "^1.7.1",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.6.3",
"jest-junit": "^16.0.0",
"jest-pact": "^0.11.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
"optionalDependencies": {
"@pact-foundation/pact": "^10.3.1",
Expand Down
Loading

0 comments on commit 8edd13b

Please sign in to comment.