Skip to content

Commit 005d304

Browse files
authored
Merge branch 'v1.0.8' into renovate/typescript-eslint-monorepo
2 parents 9ba2a8e + 3f659f4 commit 005d304

File tree

3 files changed

+100
-100
lines changed

3 files changed

+100
-100
lines changed

frontend/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.0.7-beta",
3+
"version": "1.0.8-beta",
44
"private": true,
55
"scripts": {
66
"build:local": "env-cmd -f .envs/.react react-scripts build",
@@ -57,32 +57,32 @@
5757
},
5858
"dependencies": {
5959
"@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",
6262
"@react-keycloak/web": "3.4.0",
6363
"antd": "4.15.1",
64-
"autoprefixer": "^10.4.4",
65-
"axios": "^0.26.1",
64+
"autoprefixer": "10.4.4",
65+
"axios": "0.26.1",
6666
"dotenv": "8.2.0",
6767
"env-cmd": "10.1.0",
6868
"humps": "2.0.1",
6969
"keycloak-js": "17.0.1",
7070
"moment": "2.29.4",
71-
"prop-types": "^15.8.1",
71+
"prop-types": "15.8.1",
7272
"query-string": "7.0.0",
7373
"react": "17.0.2",
7474
"react-async": "10.0.1",
7575
"react-dom": "17.0.2",
7676
"react-hotjar": "2.2.1",
77-
"react-joyride": "^2.4.0",
77+
"react-joyride": "2.4.0",
7878
"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",
8181
"uuid": "8.3.2"
8282
},
8383
"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",
8686
"@testing-library/jest-dom": "5.11.10",
8787
"@testing-library/react": "11.2.6",
8888
"@testing-library/user-event": "13.1.2",
@@ -98,16 +98,16 @@
9898
"dayjs": "^1.11.1",
9999
"eslint": "^8.12.0",
100100
"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",
107107
"eslint-plugin-react-hooks": "4.6.0",
108108
"msw": "0.28.1",
109-
"postcss": "^8.4.12",
109+
"postcss": "8.4.12",
110110
"prettier": "2.2.1",
111-
"setimmediate": "^1.0.5"
111+
"setimmediate": "1.0.5"
112112
}
113113
}

frontend/src/components/App/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export type Props = {
7979
searchQuery: ActiveSearchQuery;
8080
};
8181

82-
const metagridVersion = '1.0.7-beta';
82+
const metagridVersion = '1.0.8-beta';
8383

8484
const App: React.FC<Props> = ({ searchQuery }) => {
8585
// Third-party tool integration

0 commit comments

Comments
 (0)