Skip to content

Commit

Permalink
fixup! Feat: Example NextJS app with pages router #DS-1393
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Aug 19, 2024
1 parent 93e781d commit 8b562f8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"packages:start": "lerna run start --parallel",
"packages:test": "lerna run test",
"packages:types": "lerna run types --no-sort",
"packages:build:libs": "lerna run build --ignore '@lmc-eu/spirit-web*' --ignore=@lmc-eu/spirit-demo-app --ignore=@lmc-eu/spirit-storybook",
"packages:build:web": "lerna run build --scope '@lmc-eu/spirit-web*' --ignore=@lmc-eu/spirit-demo-app",
"packages:build:libs": "lerna run build --ignore '@lmc-eu/spirit-web*' --ignore=@lmc-eu/spirit-demo-app --ignore=@lmc-eu/spirit-storybook --ignore '@lmc-eu/spirit-example*'",
"packages:build:web": "lerna run build --scope '@lmc-eu/spirit-web*' --ignore=@lmc-eu/spirit-demo-app --ignore '@lmc-eu/spirit-example*'",
"packages:build:examples": "lerna run build --scope '@almacareer/spirit-example*'",
"packages:publish": "lerna publish",
"packages:diff": "lerna diff",
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,27 @@ __metadata:
languageName: node
linkType: hard

"@almacareer/spirit-example-next-with-pages-router@workspace:examples/next-with-pages-router":
version: 0.0.0-use.local
resolution: "@almacareer/spirit-example-next-with-pages-router@workspace:examples/next-with-pages-router"
dependencies:
"@babel/preset-typescript": "npm:^7.24.7"
"@lmc-eu/spirit-design-tokens": "workspace:^"
"@lmc-eu/spirit-web": "workspace:^"
"@lmc-eu/spirit-web-react": "workspace:^"
"@next/eslint-plugin-next": "npm:^14.2.5"
"@types/node": "npm:^20"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
eslint: "npm:^8"
eslint-config-next: "npm:14.2.5"
next: "npm:14.2.3"
react: "npm:^18"
react-dom: "npm:^18"
typescript: "npm:4.7.4"
languageName: unknown
linkType: soft

"@almacareer/spirit-exporters-variables-scss@workspace:exporters/variables-scss":
version: 0.0.0-use.local
resolution: "@almacareer/spirit-exporters-variables-scss@workspace:exporters/variables-scss"
Expand Down Expand Up @@ -21505,27 +21526,6 @@ __metadata:
languageName: node
linkType: hard

"next-with-pages-router@workspace:examples/next-with-pages-router":
version: 0.0.0-use.local
resolution: "next-with-pages-router@workspace:examples/next-with-pages-router"
dependencies:
"@babel/preset-typescript": "npm:^7.24.7"
"@lmc-eu/spirit-design-tokens": "workspace:^"
"@lmc-eu/spirit-web": "workspace:^"
"@lmc-eu/spirit-web-react": "workspace:^"
"@next/eslint-plugin-next": "npm:^14.2.5"
"@types/node": "npm:^20"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
eslint: "npm:^8"
eslint-config-next: "npm:14.2.5"
next: "npm:14.2.3"
react: "npm:^18"
react-dom: "npm:^18"
typescript: "npm:4.7.4"
languageName: unknown
linkType: soft

"next@npm:14.2.3":
version: 14.2.3
resolution: "next@npm:14.2.3"
Expand Down

0 comments on commit 8b562f8

Please sign in to comment.