Skip to content

Commit

Permalink
build(deps): update commit-and-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChristophe committed Sep 14, 2023
1 parent 84f1d68 commit f100a59
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 123 deletions.
166 changes: 83 additions & 83 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
{
"name": "frontend-app",
"private": true,
"version": "1.3.0",
"scripts": {
"release": "commit-and-tag-version",
"git-info": "node utils/gitInfo.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"export": "next build && next export",
"cypress": "cypress open",
"test": "jest --watch",
"test:ci": "jest --ci",
"test:coverage": "jest --coverage --watchAll=false --coverageDirectory=coverage --collectCoverageFrom=**/*.{js,jsx,tsx} --verbose "
},
"dependencies": {
"@eosc-perf/eosc-perf-client": "1.0.0-SNAPSHOT.202210201417",
"@popperjs/core": "^2.11.7",
"axios": "^0.26.0",
"bootstrap": "^5.3.0",
"chart.js": "^3.9.1",
"clsx": "^2.0.0",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"echarts-stat": "^1.2.0",
"next": "^12.1.4",
"next-transpile-modules": "^9.0.0",
"oidc-client-ts": "^2.1.0",
"prismjs": "^1.27.0",
"qs": "^6.10.2",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap-icons": "^1.8.1",
"react-chartjs-2": "^4.3.1",
"react-datepicker": "^4.5.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.29.0",
"react-oidc-context": "^2.2.0",
"react-query": "^3.34.19",
"sass": "^1.66.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.8",
"@next/bundle-analyzer": "^12.1.1",
"@next/eslint-plugin-next": "^12.1.1",
"@stoplight/prism-cli": "^4.8.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.4.0",
"@types/node": "^18.11.9",
"@types/prismjs": "^1.16.6",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.24",
"@types/react-datepicker": "^4.3.2",
"@types/react-highlight": "^0.12.5",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"commit-and-tag-version": "^10.1.0",
"cross-env": "^7.0.3",
"cypress": "^9.5.3",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.8.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"msw": "^0.39.2",
"openapi-typescript-codegen": "^0.20.1",
"prettier": "^2.6.1",
"react-test-renderer": "^18.2.0",
"ts-node": "^10.5.0",
"typedoc": "0.23.19",
"typescript": "^5.1.6",
"webpack-bundle-analyzer": "^4.5.0"
},
"packageManager": "[email protected]"
"name": "frontend-app",
"private": true,
"version": "1.3.0",
"scripts": {
"release": "commit-and-tag-version",
"git-info": "node utils/gitInfo.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"export": "next build && next export",
"cypress": "cypress open",
"test": "jest --watch",
"test:ci": "jest --ci",
"test:coverage": "jest --coverage --watchAll=false --coverageDirectory=coverage --collectCoverageFrom=**/*.{js,jsx,tsx} --verbose "
},
"dependencies": {
"@eosc-perf/eosc-perf-client": "1.0.0-SNAPSHOT.202210201417",
"@popperjs/core": "^2.11.7",
"axios": "^0.26.0",
"bootstrap": "^5.3.0",
"chart.js": "^3.9.1",
"clsx": "^2.0.0",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"echarts-stat": "^1.2.0",
"next": "^12.1.4",
"next-transpile-modules": "^9.0.0",
"oidc-client-ts": "^2.1.0",
"prismjs": "^1.27.0",
"qs": "^6.10.2",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap-icons": "^1.8.1",
"react-chartjs-2": "^4.3.1",
"react-datepicker": "^4.5.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.29.0",
"react-oidc-context": "^2.2.0",
"react-query": "^3.34.19",
"sass": "^1.66.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.8",
"@next/bundle-analyzer": "^12.1.1",
"@next/eslint-plugin-next": "^12.1.1",
"@stoplight/prism-cli": "^4.8.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.4.0",
"@types/node": "^18.11.9",
"@types/prismjs": "^1.16.6",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.24",
"@types/react-datepicker": "^4.3.2",
"@types/react-highlight": "^0.12.5",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"commit-and-tag-version": "^11.2.3",
"cross-env": "^7.0.3",
"cypress": "^9.5.3",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.8.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"msw": "^0.39.2",
"openapi-typescript-codegen": "^0.20.1",
"prettier": "^2.6.1",
"react-test-renderer": "^18.2.0",
"ts-node": "^10.5.0",
"typedoc": "0.23.19",
"typescript": "^5.1.6",
"webpack-bundle-analyzer": "^4.5.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit f100a59

Please sign in to comment.