Skip to content

Commit 33d592f

Browse files
committed
build(deps): bump all javascript dependencies
standard dependency upgrade - only interesting items: - prettier deprecated config forward port - eslint react version moved to one in pacage.json
1 parent d76ecdc commit 33d592f

File tree

5 files changed

+557
-428
lines changed

5 files changed

+557
-428
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
},
1414
settings: {
1515
react: {
16-
version: '16.1.0',
16+
version: '17.0.20',
1717
},
1818
},
1919
rules: {

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
semi: true,
66
singleQuote: true,
77
bracketSpacing: true,
8-
jsxBracketSameLine: false,
8+
bracketSameLine: false,
99
tabWidth: 2,
1010
printWidth: 100,
1111
};

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
"format:markdown": "prettier --write \"docs/**/*.md\""
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.15.4",
51-
"@babel/preset-env": "7.15.4",
50+
"@babel/core": "^7.15.5",
51+
"@babel/preset-env": "7.15.6",
5252
"@octokit/core": "^3.5.1",
5353
"@tsconfig/node12": "^1.0.9",
5454
"@types/jest": "^27.0.1",
55-
"@types/react": "^17.0.19",
56-
"@types/react-native": "^0.64.13",
57-
"@typescript-eslint/eslint-plugin": "^4.30.0",
58-
"@typescript-eslint/parser": "^4.30.0",
59-
"babel-jest": "^27.1.0",
55+
"@types/react": "^17.0.20",
56+
"@types/react-native": "^0.65.0",
57+
"@typescript-eslint/eslint-plugin": "^4.31.1",
58+
"@typescript-eslint/parser": "^4.31.1",
59+
"babel-jest": "^27.2.0",
6060
"clang-format": "^1.4.0",
6161
"codecov": "^3.8.3",
6262
"conventional-changelog-cli": "^2.0.34",
@@ -68,17 +68,17 @@
6868
"eslint-plugin-react": "^7.25.1",
6969
"genversion": "^3.0.1",
7070
"google-java-format": "^1.0.1",
71-
"inquirer": "^8.1.2",
72-
"jest": "^27.1.0",
71+
"inquirer": "^8.1.3",
72+
"jest": "^27.2.0",
7373
"lerna": "4.0.0",
74-
"prettier": "^2.3.2",
74+
"prettier": "^2.4.0",
7575
"rimraf": "^3.0.2",
7676
"shelljs": "^0.8.3",
7777
"ts-jest": "^27.0.5",
78-
"typescript": "^4.4.2"
78+
"typescript": "^4.4.3"
7979
},
8080
"resolutions": {
81-
"@types/react": "^17.0.19"
81+
"@types/react": "^17.0.20"
8282
},
8383
"workspaces": {
8484
"packages": [

tests/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"a2a": "^0.2.0",
3535
"babel-plugin-istanbul": "^6.0.0",
3636
"detox": "17.14.6",
37-
"firebase": "^9.0.0",
38-
"firebase-tools": "^9.17.0",
39-
"jest-circus": "^27.1.0",
40-
"jest-environment-node": "^27.1.0",
37+
"firebase": "^9.0.2",
38+
"firebase-tools": "^9.18.0",
39+
"jest-circus": "^27.2.0",
40+
"jest-environment-node": "^27.2.0",
4141
"jet": "^0.6.6-0",
4242
"jsonwebtoken": "^8.5.1",
4343
"metro-react-native-babel-preset": "0.66.2",

0 commit comments

Comments
 (0)