Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit d00714f

Browse files
committed
Bump contexture
1 parent 77e945a commit d00714f

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"babel-loader": "^8.0.6",
9797
"babel-plugin-require-context-hook": "^1.0.0",
9898
"chokidar": "^3.5.2",
99-
"contexture": "^0.12.10",
99+
"contexture": "^0.12.11",
100100
"contexture-client": "^2.48.0",
101101
"contexture-elasticsearch": "^1.13.0",
102102
"danger": "^10.5.4",

src/MemoryTable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import _ from 'lodash/fp'
22
import Contexture from 'contexture'
3-
import memory from 'contexture/dist/provider-memory'
4-
import types from 'contexture/dist/provider-memory/exampleTypes'
3+
import memory from 'contexture/dist/esm/provider-memory'
4+
import types from 'contexture/dist/esm/provider-memory/exampleTypes'
55
import React, { useState } from 'react'
66
import ContextureMobx from './utils/contexture-mobx'
77
import { componentForType } from './utils/schema'

src/exampleTypes/ResultTable/index.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { Observer } from 'mobx-react'
77
import { Box } from '../../greyVest'
88
import Contexture from 'contexture'
99
import ContextureMobx from '../../utils/contexture-mobx'
10-
import memory from 'contexture/dist/provider-memory'
11-
import types from 'contexture/dist/provider-memory/exampleTypes'
10+
import memory from 'contexture/dist/esm/provider-memory'
11+
import types from 'contexture/dist/esm/provider-memory/exampleTypes'
1212

1313
export default {
1414
title: 'ExampleTypes | ResultTable',

0 commit comments

Comments
 (0)