Skip to content

Commit 47f451b

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update minor dependencies
1 parent 6d68734 commit 47f451b

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@emotion/babel-preset-css-prop": "10.2.1",
14-
"@emotion/core": "10.1.1",
14+
"@emotion/core": "10.3.0",
1515
"dayjs": "1.10.7",
1616
"dotenv": "8.6.0",
1717
"firebase": "7.24.0",
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/node": "14.17.34",
30-
"@types/react": "17.0.35",
30+
"@types/react": "17.0.37",
3131
"@typescript-eslint/eslint-plugin": "4.33.0",
3232
"@typescript-eslint/parser": "4.33.0",
3333
"eslint": "7.32.0",
@@ -39,7 +39,7 @@
3939
"eslint-plugin-prettier": "3.4.1",
4040
"eslint-plugin-react": "7.27.1",
4141
"eslint-plugin-react-hooks": "4.3.0",
42-
"prettier": "2.4.1",
42+
"prettier": "2.5.0",
4343
"typescript": "4.5.2"
4444
},
4545
"engines": {

app/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,10 +1100,10 @@
11001100
"@emotion/utils" "0.11.3"
11011101
"@emotion/weak-memoize" "0.2.5"
11021102

1103-
"@emotion/core@10.1.1":
1104-
version "10.1.1"
1105-
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3"
1106-
integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==
1103+
"@emotion/core@10.3.0":
1104+
version "10.3.0"
1105+
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.3.0.tgz#d027fce912e2f8e03eb61cb67e52df964e52950f"
1106+
integrity sha512-C4+RI1gNycUbfg2Zojt3lcVQVWocMLK4jiwl5tO/Z5I3zyGmG+oKJl6+/uPtQeUDPN7WXHN8TQ7bqc+dnljZ0w==
11071107
dependencies:
11081108
"@babel/runtime" "^7.5.5"
11091109
"@emotion/cache" "^10.0.27"
@@ -1813,10 +1813,10 @@
18131813
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
18141814
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==
18151815

1816-
"@types/[email protected].35":
1817-
version "17.0.35"
1818-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.35.tgz#217164cf830267d56cd1aec09dcf25a541eedd4c"
1819-
integrity sha512-r3C8/TJuri/SLZiiwwxQoLAoavaczARfT9up9b4Jr65+ErAUX3MIkU0oMOQnrpfgHme8zIqZLX7O5nnjm5Wayw==
1816+
"@types/[email protected].37":
1817+
version "17.0.37"
1818+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.37.tgz#6884d0aa402605935c397ae689deed115caad959"
1819+
integrity sha512-2FS1oTqBGcH/s0E+CjrCCR9+JMpsu9b69RTFO+40ua43ZqP5MmQ4iUde/dMjWR909KxZwmOQIFq6AV6NjEG5xg==
18201820
dependencies:
18211821
"@types/prop-types" "*"
18221822
"@types/scheduler" "*"
@@ -6574,10 +6574,10 @@ prettier-linter-helpers@^1.0.0:
65746574
dependencies:
65756575
fast-diff "^1.1.2"
65766576

6577-
prettier@2.4.1:
6578-
version "2.4.1"
6579-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
6580-
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
6577+
prettier@2.5.0:
6578+
version "2.5.0"
6579+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893"
6580+
integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==
65816581

65826582
process-nextick-args@~2.0.0:
65836583
version "2.0.1"

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-prettier": "3.4.1",
3737
"firebase-functions-test": "0.3.3",
3838
"firebase-tools": "8.20.0",
39-
"prettier": "2.4.1",
39+
"prettier": "2.5.0",
4040
"typescript": "4.5.2"
4141
}
4242
}

functions/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4750,10 +4750,10 @@ prettier-linter-helpers@^1.0.0:
47504750
dependencies:
47514751
fast-diff "^1.1.2"
47524752

4753-
prettier@2.4.1:
4754-
version "2.4.1"
4755-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
4756-
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
4753+
prettier@2.5.0:
4754+
version "2.5.0"
4755+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893"
4756+
integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==
47574757

47584758
process-nextick-args@~1.0.6:
47594759
version "1.0.7"

0 commit comments

Comments
 (0)