Skip to content

Commit 2d5472d

Browse files
draconteusdziraf
authored andcommitted
fix(deps): update flat and remove version pinning
1 parent e99e1a8 commit 2d5472d

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"axios": "^0.27.2",
9696
"babel-plugin-styled-components": "^1.11.1",
9797
"commander": "^5.1.0",
98-
"flat": "5.0.1",
98+
"flat": "^5.0.2",
9999
"i18next": "^21.9.2",
100100
"lodash": "^4.17.21",
101101
"ora": "^5.4.1",
@@ -124,7 +124,7 @@
124124
"@testing-library/react": "^13.3.0",
125125
"@types/chai": "^4.1.2",
126126
"@types/chai-as-promised": "^7.1.2",
127-
"@types/flat": "5.0.1",
127+
"@types/flat": "^5.0.2",
128128
"@types/lodash": "^4.14.141",
129129
"@types/mocha": "^8.0.3",
130130
"@types/react-dom": "^18.0.0",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2549,10 +2549,10 @@
25492549
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
25502550
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
25512551

2552-
"@types/[email protected].1":
2553-
version "5.0.1"
2554-
resolved "https://registry.yarnpkg.com/@types/flat/-/flat-5.0.1.tgz#9d703bbfb59ad9ec9ce376bdeb93a0f85da27059"
2555-
integrity sha512-ykRODHi9G9exJdTZvQggsqCUtB7jqiwLHcXCjNMb7zgWx6Lc2bydIUYBG1+It6VXZVFaeROv6HqPjDCAsoPG3w==
2552+
"@types/flat@^5.0.2":
2553+
version "5.0.2"
2554+
resolved "https://registry.yarnpkg.com/@types/flat/-/flat-5.0.2.tgz#642a51a037d1f52fda082312b0e4566dc09a9f8f"
2555+
integrity sha512-3zsplnP2djeps5P9OyarTxwRpMLoe5Ash8aL9iprw0JxB+FAHjY+ifn4yZUuW4/9hqtnmor6uvjSRzJhiVbrEQ==
25562556

25572557
"@types/hoist-non-react-statics@*", "@types/hoist-non-react-statics@^3.3.1":
25582558
version "3.3.1"
@@ -5248,11 +5248,6 @@ flat-cache@^3.0.4:
52485248
flatted "^3.1.0"
52495249
rimraf "^3.0.2"
52505250

5251-
5252-
version "5.0.1"
5253-
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.1.tgz#ed5f357d6c9e754d1fdc392b1d570426f8e013c2"
5254-
integrity sha512-DUYDWLlMhV9qvhjbgmhDQ3ZycXmoOKzrj4KN0+5BEat5SqTlXcXzxNgwiSN1UQHA5Z0BsgYYPelhQHVhpfqaVA==
5255-
52565251
flat@^5.0.2:
52575252
version "5.0.2"
52585253
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"

0 commit comments

Comments
 (0)