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
curdaj committed Aug 14, 2024
1 parent 9587f59 commit 6b26d4c
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "spirit-next-pages",
"name": "next-with-pages",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2909,6 +2909,27 @@ __metadata:
languageName: node
linkType: hard

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

"next@npm:14.2.3":
version: 14.2.3
resolution: "next@npm:14.2.3"
Expand Down Expand Up @@ -3569,27 +3590,6 @@ __metadata:
languageName: node
linkType: hard

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

"stop-iteration-iterator@npm:^1.0.0":
version: 1.0.0
resolution: "stop-iteration-iterator@npm:1.0.0"
Expand Down

0 comments on commit 6b26d4c

Please sign in to comment.