Skip to content

Commit

Permalink
chore: upgrade nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Dec 3, 2020
1 parent adca71a commit 64dfd0b
Show file tree
Hide file tree
Showing 37 changed files with 10,795 additions and 6,066 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -774,10 +774,10 @@ Array values are converted into responsive values.
},
},
"css": Object {
"parentName": "BoxOwnProps",
"parentName": "DOMAttributes",
"type": Object {
"name": "Interpolation<any>",
"raw": "Interpolation<any>",
"name": "InterpolationWithTheme<any>",
"raw": "InterpolationWithTheme<any>",
},
},
"dangerouslySetInnerHTML": Object {
Expand Down Expand Up @@ -2525,10 +2525,10 @@ exports[`external-library component package 1`] = `
Object {
"component": Object {
"externalDependencies": Object {
"@emotion/react": Array [
"@emotion/core": Array [
Object {
"importedName": "Interpolation",
"name": "Interpolation",
"importedName": "InterpolationWithTheme",
"name": "InterpolationWithTheme",
},
],
"@emotion/styled": Array [
Expand Down Expand Up @@ -2574,25 +2574,25 @@ Object {
},
"componentPackage": Object {
"dependencies": Object {
"@theme-ui/color-modes": "0.5.0-alpha.1",
"@theme-ui/components": "0.5.0-alpha.1",
"@theme-ui/core": "0.5.0-alpha.1",
"@theme-ui/css": "0.5.0-alpha.1",
"@theme-ui/mdx": "0.5.0-alpha.1",
"@theme-ui/theme-provider": "0.5.0-alpha.1",
"@theme-ui/color-modes": "^0.4.0-rc.14",
"@theme-ui/components": "0.4.0-rc.13",
"@theme-ui/core": "^0.4.0-rc.13",
"@theme-ui/css": "^0.4.0-rc.13",
"@theme-ui/mdx": "^0.4.0-rc.13",
"@theme-ui/theme-provider": "^0.4.0-rc.14",
},
"devDependencies": undefined,
"fileHash": "8f6835169f285fcd3ad5425d9268a8f1",
"name": "theme-ui",
"peerDependencies": Object {
"react": "^16.14.0 || ^17.0.0",
"react": "^16.11.0",
},
"repository": Object {
"browse": "https://github.com/system-ui/theme-ui/tree/master/dist/index.js",
"docs": "https://github.com/system-ui/theme-ui/tree/master#readme",
"issues": "https://github.com/system-ui/theme-ui/issues",
},
"version": "0.5.0-alpha.1",
"version": "0.4.0-rc.14",
},
}
`;
Expand All @@ -2602,10 +2602,10 @@ Object {
"components": Object {
"98b2111b08fbab8e38c938acaf3e129a": Object {
"externalDependencies": Object {
"@emotion/react": Array [
"@emotion/core": Array [
Object {
"importedName": "Interpolation",
"name": "Interpolation",
"importedName": "InterpolationWithTheme",
"name": "InterpolationWithTheme",
},
],
"@emotion/styled": Array [
Expand Down Expand Up @@ -2707,25 +2707,25 @@ Object {
},
"8f6835169f285fcd3ad5425d9268a8f1": Object {
"dependencies": Object {
"@theme-ui/color-modes": "0.5.0-alpha.1",
"@theme-ui/components": "0.5.0-alpha.1",
"@theme-ui/core": "0.5.0-alpha.1",
"@theme-ui/css": "0.5.0-alpha.1",
"@theme-ui/mdx": "0.5.0-alpha.1",
"@theme-ui/theme-provider": "0.5.0-alpha.1",
"@theme-ui/color-modes": "^0.4.0-rc.14",
"@theme-ui/components": "0.4.0-rc.13",
"@theme-ui/core": "^0.4.0-rc.13",
"@theme-ui/css": "^0.4.0-rc.13",
"@theme-ui/mdx": "^0.4.0-rc.13",
"@theme-ui/theme-provider": "^0.4.0-rc.14",
},
"devDependencies": undefined,
"fileHash": "8f6835169f285fcd3ad5425d9268a8f1",
"name": "theme-ui",
"peerDependencies": Object {
"react": "^16.14.0 || ^17.0.0",
"react": "^16.11.0",
},
"repository": Object {
"browse": "https://github.com/system-ui/theme-ui/tree/master/dist/index.js",
"docs": "https://github.com/system-ui/theme-ui/tree/master#readme",
"issues": "https://github.com/system-ui/theme-ui/issues",
},
"version": "0.5.0-alpha.1",
"version": "0.4.0-rc.14",
},
},
"stories": Object {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Object {
"@component-controls/editors": "^1.44.1",
"@component-controls/render": "^1.44.0",
"@component-controls/store": "^1.44.1",
"@theme-ui/css": "^0.5.0-alpha.1",
"@theme-ui/css": "^0.4.0-rc.1",
"copy-to-clipboard": "^3.2.1",
"fuse.js": "^6.4.1",
"global": "^4.3.2",
Expand All @@ -149,13 +149,13 @@ Object {
"react-resize-detector": "^5.0.6",
"recoil": "^0.0.10",
"stringify-object": "^3.3.0",
"theme-ui": "^0.5.0-alpha.1",
"theme-ui": "^0.4.0-rc.1",
},
"devDependencies": Object {
"@component-controls/jest-snapshots": "^1.44.1",
"@component-controls/ts-markdown-docs": "^1.37.0",
"@primer/octicons-react": "^10.0.0",
"@theme-ui/presets": "^0.3.0",
"@theme-ui/presets": "^0.4.0-rc.1",
"@types/mdx-js__react": "^1.5.1",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.34",
Expand Down
26 changes: 13 additions & 13 deletions core/instrument/test/__snapshots__/extract-component.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -491,25 +491,25 @@ Object {
},
"componentPackage": Object {
"dependencies": Object {
"@theme-ui/color-modes": "0.5.0-alpha.1",
"@theme-ui/components": "0.5.0-alpha.1",
"@theme-ui/core": "0.5.0-alpha.1",
"@theme-ui/css": "0.5.0-alpha.1",
"@theme-ui/mdx": "0.5.0-alpha.1",
"@theme-ui/theme-provider": "0.5.0-alpha.1",
"@theme-ui/color-modes": "^0.4.0-rc.14",
"@theme-ui/components": "0.4.0-rc.13",
"@theme-ui/core": "^0.4.0-rc.13",
"@theme-ui/css": "^0.4.0-rc.13",
"@theme-ui/mdx": "^0.4.0-rc.13",
"@theme-ui/theme-provider": "^0.4.0-rc.14",
},
"devDependencies": undefined,
"fileHash": "8f6835169f285fcd3ad5425d9268a8f1",
"name": "theme-ui",
"peerDependencies": Object {
"react": "^16.14.0 || ^17.0.0",
"react": "^16.11.0",
},
"repository": Object {
"browse": "https://github.com/system-ui/theme-ui/tree/master/dist/index.js",
"docs": "https://github.com/system-ui/theme-ui/tree/master#readme",
"issues": "https://github.com/system-ui/theme-ui/issues",
},
"version": "0.5.0-alpha.1",
"version": "0.4.0-rc.14",
},
}
`;
Expand All @@ -528,8 +528,8 @@ Object {
"componentPackage": Object {
"dependencies": Object {
"@primer/octicons-react": "^10.0.0",
"@theme-ui/match-media": "^0.5.0-alpha.1",
"@theme-ui/presets": "^0.5.0-alpha.1",
"@theme-ui/match-media": "^0.4.0-rc.1",
"@theme-ui/presets": "^0.4.0-rc.1",
"copy-to-clipboard": "^3.2.1",
"fast-memoize": "^2.5.2",
"markdown-to-jsx": "^6.11.0",
Expand All @@ -541,12 +541,12 @@ Object {
"react-table": "^7.0.0",
"react-tabs": "^3.1.0",
"scroll-into-view-if-needed": "^2.2.25",
"theme-ui": "^0.5.0-alpha.1",
"theme-ui": "^0.4.0-rc.1",
},
"devDependencies": Object {
"@component-controls/jest-snapshots": "^1.44.1",
"@component-controls/ts-markdown-docs": "^1.37.0",
"@theme-ui/css": "^0.5.0-alpha.1",
"@theme-ui/css": "^0.4.0-rc.1",
"@types/markdown-to-jsx": "^6.11.0",
"@types/react": "^16.9.34",
"@types/react-table": "^7.0.10",
Expand All @@ -560,7 +560,7 @@ Object {
"fileHash": "a8331272bc389f63195926fe6e7dd6d6",
"name": "@component-controls/components",
"peerDependencies": Object {
"@theme-ui/css": ">= 0.5.0-alpha.1",
"@theme-ui/css": ">= 0.4.0-rc.1",
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17",
},
Expand Down
Loading

0 comments on commit 64dfd0b

Please sign in to comment.