Skip to content

Commit 6a333b0

Browse files
committed
update
1 parent 8ea914a commit 6a333b0

File tree

14 files changed

+20
-4304
lines changed

14 files changed

+20
-4304
lines changed

07-cloud/04-turborepo/04-auto-publish/.changeset/hungry-fans-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

07-cloud/04-turborepo/04-auto-publish/.changeset/strong-jeans-stick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

07-cloud/04-turborepo/04-auto-publish/apps/baratheon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "vite --open"
88
},
99
"dependencies": {
10-
"@nasdan/house-helpers": "*",
11-
"@nasdan/motto-helpers": "*",
10+
"@<user-name>/house-helpers": "*",
11+
"@<user-name>/motto-helpers": "*",
1212
"react": "^19.0.0",
1313
"react-dom": "^19.0.0"
1414
},

07-cloud/04-turborepo/04-auto-publish/apps/baratheon/src/app.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import './app.css';
22
import logo from '/logo.png';
3-
import { House, getHouseTitle } from '@nasdan/house-helpers';
4-
import { getHouseMotto } from '@nasdan/motto-helpers';
3+
import { House, getHouseTitle } from '@<user-name>/house-helpers';
4+
import { getHouseMotto } from '@<user-name>/motto-helpers';
55

66
function App() {
77
return (

07-cloud/04-turborepo/04-auto-publish/apps/lannister/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "vite --open"
88
},
99
"dependencies": {
10-
"@nasdan/house-helpers": "*",
11-
"@nasdan/motto-helpers": "*",
10+
"@<user-name>/house-helpers": "*",
11+
"@<user-name>/motto-helpers": "*",
1212
"react": "^19.0.0",
1313
"react-dom": "^19.0.0"
1414
},

07-cloud/04-turborepo/04-auto-publish/apps/lannister/src/app.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import './app.css';
22
import logo from '/logo.png';
3-
import { House, getHouseTitle } from '@nasdan/house-helpers';
4-
import { getHouseMotto } from '@nasdan/motto-helpers';
3+
import { House, getHouseTitle } from '@<user-name>/house-helpers';
4+
import { getHouseMotto } from '@<user-name>/motto-helpers';
55

66
function App() {
77
return (

07-cloud/04-turborepo/04-auto-publish/apps/stark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "vite --open"
88
},
99
"dependencies": {
10-
"@nasdan/house-helpers": "*",
11-
"@nasdan/motto-helpers": "*",
10+
"@<user-name>/house-helpers": "*",
11+
"@<user-name>/motto-helpers": "*",
1212
"react": "^19.0.0",
1313
"react-dom": "^19.0.0"
1414
},

07-cloud/04-turborepo/04-auto-publish/apps/stark/src/app.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import "./app.css";
22
import logo from "/logo.png";
3-
import { House, getHouseTitle } from "@nasdan/house-helpers";
4-
import { getHouseMotto } from "@nasdan/motto-helpers";
3+
import { House, getHouseTitle } from "@<user-name>/house-helpers";
4+
import { getHouseMotto } from "@<user-name>/motto-helpers";
55

66
function App() {
77
return (

07-cloud/04-turborepo/04-auto-publish/apps/targaryen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "vite --open"
88
},
99
"dependencies": {
10-
"@nasdan/house-helpers": "*",
11-
"@nasdan/motto-helpers": "*",
10+
"@<user-name>/house-helpers": "*",
11+
"@<user-name>/motto-helpers": "*",
1212
"react": "^19.0.0",
1313
"react-dom": "^19.0.0"
1414
},

07-cloud/04-turborepo/04-auto-publish/apps/targaryen/src/app.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import './app.css';
22
import logo from '/logo.png';
3-
import { House, getHouseTitle } from '@nasdan/house-helpers';
4-
import { getHouseMotto } from '@nasdan/motto-helpers';
3+
import { House, getHouseTitle } from '@<user-name>/house-helpers';
4+
import { getHouseMotto } from '@<user-name>/motto-helpers';
55

66
function App() {
77
return (

0 commit comments

Comments
 (0)