Skip to content

Commit f138960

Browse files
authored
chore: bump playwright deps (#2066)
1 parent 134cab8 commit f138960

File tree

3 files changed

+39
-34
lines changed

3 files changed

+39
-34
lines changed

package-lock.json

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"@babel/eslint-parser": "^7.18.9",
110110
"@babel/preset-react": "^7.18.6",
111111
"@olizilla/lol": "2.0.0",
112-
"@playwright/test": "^1.25.0",
112+
"@playwright/test": "^1.27.1",
113113
"@semantic-release/changelog": "^6.0.1",
114114
"@semantic-release/commit-analyzer": "^9.0.2",
115115
"@semantic-release/git": "^10.0.1",
@@ -163,7 +163,7 @@
163163
"eslint-plugin-storybook": "^0.6.1",
164164
"fake-indexeddb": "^3.1.2",
165165
"get-port": "^5.1.1",
166-
"go-ipfs": "0.14.0",
166+
"go-ipfs": "0.16.0",
167167
"http-proxy": "^1.18.1",
168168
"http-server": "^0.12.3",
169169
"ipfs": "0.58.3",
@@ -176,7 +176,7 @@
176176
"os-browserify": "^0.3.0",
177177
"patch-package": "^6.4.7",
178178
"path-browserify": "^1.0.1",
179-
"playwright-chromium": "^1.24.0",
179+
"playwright-chromium": "^1.27.1",
180180
"postcss-flexbugs-fixes": "^5.0.2",
181181
"react-app-rewired": "^2.2.1",
182182
"run-script-os": "^1.1.6",

src/lib/languages.json

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"nativeName": "Español",
3535
"englishName": "Spanish"
3636
},
37+
"fi": {
38+
"locale": "fi",
39+
"nativeName": "Suomi",
40+
"englishName": "Finnish"
41+
},
3742
"fr": {
3843
"locale": "fr",
3944
"nativeName": "Français",

0 commit comments

Comments
 (0)