Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2022
1 parent 8bb7aa9 commit d9c9e3b
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 100 deletions.
40 changes: 20 additions & 20 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,32 @@
},
"dependencies": {
"@ant-design/icons": "4.6.2",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-syntax-flow": "7.16.7",
"@babel/plugin-transform-react-jsx": "7.17.3",
"@react-keycloak/web": "3.4.0",
"antd": "4.15.1",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"autoprefixer": "10.4.4",
"axios": "0.26.1",
"dotenv": "8.2.0",
"env-cmd": "10.1.0",
"humps": "2.0.1",
"keycloak-js": "17.0.1",
"moment": "2.29.4",
"prop-types": "^15.8.1",
"prop-types": "15.8.1",
"query-string": "7.0.0",
"react": "17.0.2",
"react-async": "10.0.1",
"react-dom": "17.0.2",
"react-hotjar": "2.2.1",
"react-joyride": "^2.4.0",
"react-joyride": "2.4.0",
"react-router-dom": "5.3.3",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3",
"react-scripts": "5.0.1",
"typescript": "4.6.3",
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@testing-library/dom": "^8.13.0",
"@babel/core": "7.17.9",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "11.2.6",
"@testing-library/user-event": "13.1.2",
Expand All @@ -95,19 +95,19 @@
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"dayjs": "^1.11.1",
"eslint": "^8.12.0",
"dayjs": "1.11.1",
"eslint": "8.12.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.6.0",
"msw": "0.28.1",
"postcss": "^8.4.12",
"postcss": "8.4.12",
"prettier": "2.2.1",
"setimmediate": "^1.0.5"
"setimmediate": "1.0.5"
}
}
Loading

0 comments on commit d9c9e3b

Please sign in to comment.