Skip to content

Commit 031acdf

Browse files
author
Christiaan Fuarber
committed
Merge branch 'release/3.0' into full-website/v1
2 parents bc9bf03 + e39e3c1 commit 031acdf

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

components/src/containers/CaseCard/CaseCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type CaseCardProps = {
3939
type: DeviceTypes;
4040
};
4141

42-
const CaseCard = ({ name, subtitle, image, type }:CaseCardProps) => {
42+
const CaseCard = ({ name, subtitle, image, type }: CaseCardProps) => {
4343
const RenderDevices = () => {
4444
if(type === "laptop"){
4545
return <LaptopScreenContainer>

website/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
// eslint-disable-next-line @typescript-eslint/no-var-requires
3-
const withTM = require("next-transpile-modules")(["../components"]);
3+
const withTM = require("next-transpile-modules")(["@bytecode/ui-library"]);
44
module.exports = withTM({
55
reactStrictMode: true,
66
});

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:fix": "eslint . --fix"
1717
},
1818
"dependencies": {
19-
"@bytecode/ui-library": "0.1.0-alpha",
19+
"@bytecode/ui-library": "https://github.com/JeroenVanSteijn/components#044fd544b56df938df7d9e9ac5a8e78f80d81622",
2020
"@fortawesome/fontawesome-svg-core": "^1.2.36",
2121
"@fortawesome/free-brands-svg-icons": "^5.15.4",
2222
"@fortawesome/free-solid-svg-icons": "^5.15.4",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,18 @@
14721472
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
14731473
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
14741474

1475+
"@bytecode/ui-library@https://github.com/JeroenVanSteijn/components#044fd544b56df938df7d9e9ac5a8e78f80d81622":
1476+
version "0.2.0-alpha"
1477+
resolved "https://github.com/JeroenVanSteijn/components#044fd544b56df938df7d9e9ac5a8e78f80d81622"
1478+
dependencies:
1479+
hamburger-react "2.4.1"
1480+
module-alias "2.2.2"
1481+
react "^17.0.2"
1482+
react-dom "17.0.2"
1483+
styled-components "^5.3.1"
1484+
styled-normalize "8.0.7"
1485+
tspath "1.3.7"
1486+
14751487
"@cnakazawa/watch@^1.0.3":
14761488
version "1.0.4"
14771489
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"

0 commit comments

Comments
 (0)