Skip to content

Commit 1eac61b

Browse files
chore: bump @contentful/browserslist-config from 3.0.0 to 4.0.0
Bumps @contentful/browserslist-config from 3.0.0 to 4.0.0. --- updated-dependencies: - dependency-name: "@contentful/browserslist-config" dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3406ccb commit 1eac61b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

apps/entry-app-collapsible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@contentful/app-scripts": "^0.9.17-alpha.16",
32-
"@contentful/browserslist-config": "^3.0.0",
32+
"@contentful/browserslist-config": "^4.0.0",
3333
"@contentful/field-editor-test-utils": "^1.5.1",
3434
"@testing-library/jest-dom": "^5.14.1",
3535
"@testing-library/react": "^12.1.5",

apps/markdown-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"extends": "react-app"
2424
},
2525
"devDependencies": {
26-
"@contentful/browserslist-config": "^3.0.0",
26+
"@contentful/browserslist-config": "^4.0.0",
2727
"@contentful/field-editor-test-utils": "^0.14.0",
2828
"@testing-library/jest-dom": "^5.14.1",
2929
"@testing-library/react": "^12.1.5",

apps/multiple-references-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"extends": "react-app"
2323
},
2424
"devDependencies": {
25-
"@contentful/browserslist-config": "^3.0.0",
25+
"@contentful/browserslist-config": "^4.0.0",
2626
"@contentful/field-editor-test-utils": "^0.14.0",
2727
"@testing-library/jest-dom": "^5.14.1",
2828
"@testing-library/react": "^12.1.5",

apps/rich-text-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@contentful/app-scripts": "^0.15.8",
35-
"@contentful/browserslist-config": "^3.0.0",
35+
"@contentful/browserslist-config": "^4.0.0",
3636
"@contentful/field-editor-test-utils": "^0.14.0",
3737
"@testing-library/jest-dom": "^5.14.1",
3838
"@testing-library/react": "^12.1.5",

apps/singleline-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@contentful/app-scripts": "^0.15.8",
34-
"@contentful/browserslist-config": "^3.0.0",
34+
"@contentful/browserslist-config": "^4.0.0",
3535
"@contentful/field-editor-test-utils": "^0.14.0",
3636
"@testing-library/jest-dom": "^5.14.1",
3737
"@testing-library/react": "^12.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,10 +2561,10 @@
25612561
dependencies:
25622562
contentful-management ">=7.30.0"
25632563

2564-
"@contentful/browserslist-config@^3.0.0":
2565-
version "3.0.0"
2566-
resolved "https://registry.yarnpkg.com/@contentful/browserslist-config/-/browserslist-config-3.0.0.tgz#e1cc8bc1cecaec9406633ffaf600fb489a204273"
2567-
integrity sha512-e2OQlbOHMPZCI6BMA3OkTgOszPs2dhkbm+EXlllhBqmIvCOzLuA5iOGfoCEddkCqM8VHI+Zhdumq8XnFtSF+Jw==
2564+
"@contentful/browserslist-config@^4.0.0":
2565+
version "4.0.0"
2566+
resolved "https://registry.yarnpkg.com/@contentful/browserslist-config/-/browserslist-config-4.0.0.tgz#b9d59ba05bd53918d3d8023e6729ee19928d127b"
2567+
integrity sha512-Z4nx1Mpg+8jIsxEeqQ4b8ZPFTqRnm7k7QjBIRpMdrf0s84zCp2cvL8taTZdlPEYWd12Enfbq2WC1ws5BIe49PA==
25682568

25692569
"@contentful/content-source-maps@^0.11.0":
25702570
version "0.11.3"

0 commit comments

Comments
 (0)