Skip to content

Commit cde8eca

Browse files
chore(deps): pin dependencies (#444)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d6dffd3 commit cde8eca

File tree

7 files changed

+147
-453
lines changed

7 files changed

+147
-453
lines changed

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,38 @@
66
],
77
"type": "module",
88
"devDependencies": {
9-
"@babel/core": "^7.12.10",
10-
"@babel/eslint-parser": "^7.13.10",
11-
"@babel/plugin-transform-runtime": "^7.12.10",
12-
"@babel/preset-env": "^7.12.11",
13-
"@babel/preset-react": "^7.13.13",
14-
"@babel/preset-typescript": "^7.14.5",
15-
"@commitlint/cli": "^13.1.0",
16-
"@commitlint/config-conventional": "^13.1.0",
17-
"@rollup/plugin-babel": "^5.2.2",
18-
"@rollup/plugin-node-resolve": "^13.0.0",
19-
"@testing-library/jest-dom": "^5.14.1",
20-
"@testing-library/react": "^12.1.2",
21-
"@testing-library/react-hooks": "^7.0.2",
22-
"@types/react-router-dom": "^5.1.8",
23-
"builtin-modules": "^3.2.0",
24-
"cross-env": "^7.0.3",
25-
"eslint": "^7.18.0",
26-
"husky": "^7.0.0",
27-
"jest": "^27.0.4",
28-
"jest-junit": "^13.0.0",
29-
"jest-localstorage-mock": "^2.4.8",
30-
"lerna": "^4.0.0",
31-
"lint-staged": "^11.0.0",
32-
"mockdate": "^3.0.5",
33-
"prettier": "^2.2.1",
34-
"react": "^17.0.2",
35-
"react-dom": "^17.0.2",
36-
"read-pkg": "^7.0.0",
37-
"rollup": "^2.36.1",
38-
"rollup-plugin-dts": "^4.0.0",
39-
"rollup-plugin-visualizer": "^5.5.0",
40-
"typescript": "^4.3.5"
9+
"@babel/core": "7.15.8",
10+
"@babel/eslint-parser": "7.15.8",
11+
"@babel/plugin-transform-runtime": "7.15.8",
12+
"@babel/preset-env": "7.15.8",
13+
"@babel/preset-react": "7.14.5",
14+
"@babel/preset-typescript": "7.15.0",
15+
"@commitlint/cli": "13.2.1",
16+
"@commitlint/config-conventional": "13.2.0",
17+
"@rollup/plugin-babel": "5.3.0",
18+
"@rollup/plugin-node-resolve": "13.0.5",
19+
"@testing-library/jest-dom": "5.14.1",
20+
"@testing-library/react": "12.1.2",
21+
"@testing-library/react-hooks": "7.0.2",
22+
"@types/react-router-dom": "5.3.1",
23+
"builtin-modules": "3.2.0",
24+
"cross-env": "7.0.3",
25+
"eslint": "7.32.0",
26+
"husky": "7.0.2",
27+
"jest": "27.2.5",
28+
"jest-junit": "13.0.0",
29+
"jest-localstorage-mock": "2.4.18",
30+
"lerna": "4.0.0",
31+
"lint-staged": "11.2.3",
32+
"mockdate": "3.0.5",
33+
"prettier": "2.4.1",
34+
"react": "17.0.2",
35+
"react-dom": "17.0.2",
36+
"read-pkg": "7.0.0",
37+
"rollup": "2.58.0",
38+
"rollup-plugin-dts": "4.0.0",
39+
"rollup-plugin-visualizer": "5.5.2",
40+
"typescript": "4.4.4"
4141
},
4242
"scripts": {
4343
"lint": "eslint --ext js,ts,tsx --cache .",

packages/eslint-config-react/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
},
1818
"license": "MIT",
1919
"dependencies": {
20-
"@typescript-eslint/eslint-plugin": "^4.29.3",
21-
"@typescript-eslint/parser": "^4.29.3",
22-
"eslint-config-airbnb": "^18.2.1",
23-
"eslint-config-airbnb-typescript": "^14.0.0",
24-
"eslint-config-prettier": "^8.3.0",
25-
"eslint-plugin-import": "^2.24.2",
26-
"eslint-plugin-jsx-a11y": "^6.4.1",
27-
"eslint-plugin-react": "^7.24.0",
28-
"eslint-plugin-react-hooks": "^4.2.0"
20+
"@typescript-eslint/eslint-plugin": "4.33.0",
21+
"@typescript-eslint/parser": "4.33.0",
22+
"eslint-config-airbnb": "18.2.1",
23+
"eslint-config-airbnb-typescript": "14.0.1",
24+
"eslint-config-prettier": "8.3.0",
25+
"eslint-plugin-import": "2.24.2",
26+
"eslint-plugin-jsx-a11y": "6.4.1",
27+
"eslint-plugin-react": "7.26.1",
28+
"eslint-plugin-react-hooks": "4.2.0"
2929
},
3030
"peerDependencies": {
3131
"eslint": "7.x"

packages/jest-helpers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"license": "MIT",
1818
"dependencies": {
19-
"@emotion/cache": "^11.1.3",
20-
"@emotion/jest": "^11.3.0",
21-
"@emotion/react": "^11.1.4",
22-
"@testing-library/react": "^12.1.2"
19+
"@emotion/cache": "11.5.0",
20+
"@emotion/jest": "11.5.0",
21+
"@emotion/react": "11.4.1",
22+
"@testing-library/react": "12.1.2"
2323
},
2424
"peerDependencies": {
2525
"react": "^17.0.1"

packages/use-dataloader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"prop-types": "^15.7.2"
28+
"prop-types": "15.7.2"
2929
},
3030
"peerDependencies": {
3131
"react": "17.x"

packages/use-i18n/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
},
2828
"license": "MIT",
2929
"dependencies": {
30-
"@formatjs/fast-memoize": "^1.1.2",
31-
"date-fns": "^2.19.0",
32-
"filesize": "^8.0.0",
33-
"intl-messageformat": "^9.9.0",
34-
"prop-types": "^15.7.2"
30+
"@formatjs/fast-memoize": "1.2.0",
31+
"date-fns": "2.25.0",
32+
"filesize": "8.0.3",
33+
"intl-messageformat": "9.9.3",
34+
"prop-types": "15.7.2"
3535
},
3636
"peerDependencies": {
3737
"date-fns": "2.x",

packages/use-query-params/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"history": "^4.9.0",
32-
"query-string": "^7.0.0",
33-
"react-router-dom": "^5.2.0"
31+
"history": "4.10.1",
32+
"query-string": "7.0.1",
33+
"react-router-dom": "5.3.0"
3434
},
3535
"peerDependencies": {
3636
"react": "17.x",

0 commit comments

Comments
 (0)