|
1 | 1 | { |
2 | 2 | "name": "frontend", |
3 | | - "version": "1.0.7-beta", |
| 3 | + "version": "1.0.8-beta", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build:local": "env-cmd -f .envs/.react react-scripts build", |
|
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | 59 | "@ant-design/icons": "4.6.2", |
60 | | - "@babel/plugin-syntax-flow": "^7.16.7", |
61 | | - "@babel/plugin-transform-react-jsx": "^7.17.3", |
| 60 | + "@babel/plugin-syntax-flow": "7.16.7", |
| 61 | + "@babel/plugin-transform-react-jsx": "7.17.3", |
62 | 62 | "@react-keycloak/web": "3.4.0", |
63 | 63 | "antd": "4.15.1", |
64 | | - "autoprefixer": "^10.4.4", |
65 | | - "axios": "^0.26.1", |
| 64 | + "autoprefixer": "10.4.4", |
| 65 | + "axios": "0.26.1", |
66 | 66 | "dotenv": "8.2.0", |
67 | 67 | "env-cmd": "10.1.0", |
68 | 68 | "humps": "2.0.1", |
69 | 69 | "keycloak-js": "17.0.1", |
70 | 70 | "moment": "2.29.4", |
71 | | - "prop-types": "^15.8.1", |
| 71 | + "prop-types": "15.8.1", |
72 | 72 | "query-string": "7.0.0", |
73 | 73 | "react": "17.0.2", |
74 | 74 | "react-async": "10.0.1", |
75 | 75 | "react-dom": "17.0.2", |
76 | 76 | "react-hotjar": "2.2.1", |
77 | | - "react-joyride": "^2.4.0", |
| 77 | + "react-joyride": "2.4.0", |
78 | 78 | "react-router-dom": "5.3.3", |
79 | | - "react-scripts": "^5.0.1", |
80 | | - "typescript": "^4.6.3", |
| 79 | + "react-scripts": "5.0.1", |
| 80 | + "typescript": "4.6.3", |
81 | 81 | "uuid": "8.3.2" |
82 | 82 | }, |
83 | 83 | "devDependencies": { |
84 | | - "@babel/core": "^7.17.9", |
85 | | - "@testing-library/dom": "^8.13.0", |
| 84 | + "@babel/core": "7.17.9", |
| 85 | + "@testing-library/dom": "8.13.0", |
86 | 86 | "@testing-library/jest-dom": "5.11.10", |
87 | 87 | "@testing-library/react": "11.2.6", |
88 | 88 | "@testing-library/user-event": "13.1.2", |
|
98 | 98 | "dayjs": "^1.11.1", |
99 | 99 | "eslint": "^8.12.0", |
100 | 100 | "eslint-config-airbnb": "19.0.4", |
101 | | - "eslint-config-airbnb-typescript": "^17.0.0", |
102 | | - "eslint-config-prettier": "^8.5.0", |
103 | | - "eslint-plugin-import": "^2.26.0", |
104 | | - "eslint-plugin-jsx-a11y": "^6.5.1", |
105 | | - "eslint-plugin-prettier": "^4.0.0", |
106 | | - "eslint-plugin-react": "^7.29.4", |
| 101 | + "eslint-config-airbnb-typescript": "17.0.0", |
| 102 | + "eslint-config-prettier": "8.5.0", |
| 103 | + "eslint-plugin-import": "2.26.0", |
| 104 | + "eslint-plugin-jsx-a11y": "6.5.1", |
| 105 | + "eslint-plugin-prettier": "4.0.0", |
| 106 | + "eslint-plugin-react": "7.29.4", |
107 | 107 | "eslint-plugin-react-hooks": "4.6.0", |
108 | 108 | "msw": "0.28.1", |
109 | | - "postcss": "^8.4.12", |
| 109 | + "postcss": "8.4.12", |
110 | 110 | "prettier": "2.2.1", |
111 | | - "setimmediate": "^1.0.5" |
| 111 | + "setimmediate": "1.0.5" |
112 | 112 | } |
113 | 113 | } |
0 commit comments