Skip to content

Commit 8f0f4ea

Browse files
committed
chore(dev dependencies): audit
1 parent 6c7454b commit 8f0f4ea

File tree

9 files changed

+2715
-3893
lines changed

9 files changed

+2715
-3893
lines changed

jest.native.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ module.exports = {
66
preset: 'react-native',
77
collectCoverage: true,
88
coverageDirectory: './coverage/native',
9-
transformIgnorePatterns: [
10-
'/node_modules/(?!react-native|react-clone-referenced-element|react-navigation)',
11-
],
9+
transformIgnorePatterns: ['/node_modules/(?!@react-native|react-native)'],
1210
transform: {
1311
...tsjPreset.transform,
1412
'^.+\\.js$': require.resolve('react-native/jest/preprocessor.js'),

package-lock.json

Lines changed: 2702 additions & 3887 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"babel-eslint": "10.0.3",
7575
"babel-jest": "24.9.0",
7676
"babel-loader": "8.0.6",
77-
"bundlesize": "0.18.0",
77+
"bundlesize": "^0.18.1",
7878
"commitizen": "^4.2.1",
7979
"cz-conventional-changelog": "3.0.2",
8080
"eslint": "6.8.0",
@@ -87,7 +87,7 @@
8787
"prettier": "1.19.1",
8888
"react": "16.9.0",
8989
"react-dom": "16.12.0",
90-
"react-native": "^0.63.2",
90+
"react-native": "^0.64.0",
9191
"react-native-svg": "9.13.6",
9292
"react-syntax-highlighter": "^12.2.1",
9393
"react-test-renderer": "16.12.0",
@@ -96,7 +96,7 @@
9696
"rollup-plugin-replace": "2.2.0",
9797
"rollup-plugin-typescript2": "0.25.3",
9898
"rollup-plugin-uglify": "6.0.4",
99-
"semantic-release": "17.2.3",
99+
"semantic-release": "^17.4.2",
100100
"ts-jest": "^26.4.0",
101101
"typescript": "3.7.4"
102102
},

src/native/__tests__/__snapshots__/snapshots.test.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ exports[`ContentLoader snapshots renders correctly the basic version 1`] = `
6363
</ClipPath>
6464
<LinearGradient
6565
id="snapshots-diff"
66+
style={Object {}}
6667
x1="-100%"
6768
x2="0%"
6869
y1={0}
@@ -148,6 +149,7 @@ exports[`ContentLoader snapshots renders correctly with viewBox defined 1`] = `
148149
</ClipPath>
149150
<LinearGradient
150151
id="snapshots-diff"
152+
style={Object {}}
151153
x1="-100%"
152154
x2="0%"
153155
y1={0}
@@ -233,6 +235,7 @@ exports[`ContentLoader snapshots renders correctly with viewBox defined and size
233235
</ClipPath>
234236
<LinearGradient
235237
id="snapshots-diff"
238+
style={Object {}}
236239
x1="-100%"
237240
x2="0%"
238241
y1={0}
@@ -318,6 +321,7 @@ exports[`ContentLoader snapshots renders correctly with viewBox empty 1`] = `
318321
</ClipPath>
319322
<LinearGradient
320323
id="snapshots-diff"
324+
style={Object {}}
321325
x1="-100%"
322326
x2="0%"
323327
y1={0}

src/native/__tests__/presets/__snapshots__/BulletListStyle.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ exports[`BulletListStyle renders correctly 1`] = `
7575
</ClipPath>
7676
<LinearGradient
7777
id="BulletListStyle-diff"
78+
style={Object {}}
7879
x1="-100%"
7980
x2="0%"
8081
y1={0}

src/native/__tests__/presets/__snapshots__/CodeStyle.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ exports[`CodeStyle renders correctly 1`] = `
7979
</ClipPath>
8080
<LinearGradient
8181
id="CodeStyle-diff"
82+
style={Object {}}
8283
x1="-100%"
8384
x2="0%"
8485
y1={0}

src/native/__tests__/presets/__snapshots__/FacebookStyle.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ exports[`FacebookStyle renders correctly 1`] = `
6363
</ClipPath>
6464
<LinearGradient
6565
id="FacebookStyle-diff"
66+
style={Object {}}
6667
x1="-100%"
6768
x2="0%"
6869
y1={0}

src/native/__tests__/presets/__snapshots__/InstagramStyle.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ exports[`InstagramStyle renders correctly 1`] = `
5252
</ClipPath>
5353
<LinearGradient
5454
id="InstagramStyle-diff"
55+
style={Object {}}
5556
x1="-100%"
5657
x2="0%"
5758
y1={0}

src/native/__tests__/presets/__snapshots__/ListStyle.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ exports[`ListStyle renders correctly 1`] = `
7171
</ClipPath>
7272
<LinearGradient
7373
id="ListStyle-diff"
74+
style={Object {}}
7475
x1="-100%"
7576
x2="0%"
7677
y1={0}

0 commit comments

Comments
 (0)