Skip to content

Commit

Permalink
hotfix(@comma/ds): @comma/ds dependency -> peerDependency로 변경 (#24)
Browse files Browse the repository at this point in the history
* hotfix(@comma/ds): `@comma/ds` dependency -> peerDependency로 변경

* fix(deps): yarn post-resolution validation 이슈 해결
  • Loading branch information
hanseo0507 committed Jan 27, 2023
1 parent cbf540c commit 6b0bb76
Show file tree
Hide file tree
Showing 12 changed files with 323 additions and 178 deletions.
301 changes: 209 additions & 92 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
checksumBehavior: update

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.3.1.cjs
21 changes: 15 additions & 6 deletions packages/ds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@stitches/react": "^1.2.8",
"framer-motion": "^7.7.3",
"next": "^13.0.6",
"react": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@mdx-js/react": "^1.6.22",
"@stitches/react": "^1.2.8",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-backgrounds": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
Expand All @@ -39,8 +34,22 @@
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.1",
"babel-loader": "^8.3.0",
"framer-motion": "^8.5.3",
"next": "^13.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"peerDependencies": {
"@stitches/react": "*",
"framer-motion": "*",
"next": "13.x",
"react": "18.x"
},
"peerDependenciesMeta": {
"next": {
"optional": true
}
}
}
2 changes: 1 addition & 1 deletion services/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "18.11.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"framer-motion": "^7.7.3",
"framer-motion": "^8.5.3",
"next": "13.0.4",
"next-transpile-modules": "^10.0.0",
"react": "18.2.0",
Expand Down
173 changes: 95 additions & 78 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1676,12 +1676,20 @@ __metadata:
"@types/react-dom": ^18.0.10
"@vitejs/plugin-react-swc": ^3.0.1
babel-loader: ^8.3.0
framer-motion: ^7.7.3
next: ^13.0.6
framer-motion: ^8.5.3
next: ^13.1.5
react: ^18.2.0
react-dom: ^18.2.0
typescript: ^4.9.4
vite: ^4.0.4
peerDependencies:
"@stitches/react": "*"
framer-motion: "*"
next: 13.x
react: 18.x
peerDependenciesMeta:
next:
optional: true
languageName: unknown
linkType: soft

Expand All @@ -1696,7 +1704,7 @@ __metadata:
"@types/react-dom": ^18.0.9
eslint: 8.28.0
eslint-config-next: 13.0.4
framer-motion: ^7.7.3
framer-motion: ^8.5.3
next: 13.0.4
next-compose-plugins: ^2.2.1
next-images: ^1.8.4
Expand Down Expand Up @@ -2300,10 +2308,10 @@ __metadata:
languageName: node
linkType: hard

"@next/env@npm:13.0.7":
version: 13.0.7
resolution: "@next/env@npm:13.0.7"
checksum: d2c5914eefa8a5cbda14239c0899aa30f7413901d03758b9ee857ef9f1c6399d79664b9f8a824bbcb2bba9ef6c60c5d2eeac5d795fd2cb8587bc2e8a8a0405e3
"@next/env@npm:13.1.5":
version: 13.1.5
resolution: "@next/env@npm:13.1.5"
checksum: 17c1d26a54d98542f5c1d901842e89fef398f67d6814a321d9fe16725308d99d6126608696587b88dbf00e059614fca171b5ea7666efc789becab091288736ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -2332,9 +2340,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-android-arm-eabi@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-android-arm-eabi@npm:13.0.7"
"@next/swc-android-arm-eabi@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-android-arm-eabi@npm:13.1.5"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
Expand All @@ -2346,9 +2354,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-android-arm64@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-android-arm64@npm:13.0.7"
"@next/swc-android-arm64@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-android-arm64@npm:13.1.5"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
Expand All @@ -2360,9 +2368,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-darwin-arm64@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-darwin-arm64@npm:13.0.7"
"@next/swc-darwin-arm64@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-darwin-arm64@npm:13.1.5"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
Expand All @@ -2374,9 +2382,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-darwin-x64@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-darwin-x64@npm:13.0.7"
"@next/swc-darwin-x64@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-darwin-x64@npm:13.1.5"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
Expand All @@ -2388,9 +2396,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-freebsd-x64@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-freebsd-x64@npm:13.0.7"
"@next/swc-freebsd-x64@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-freebsd-x64@npm:13.1.5"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
Expand All @@ -2402,9 +2410,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-linux-arm-gnueabihf@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-linux-arm-gnueabihf@npm:13.0.7"
"@next/swc-linux-arm-gnueabihf@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-linux-arm-gnueabihf@npm:13.1.5"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
Expand All @@ -2416,9 +2424,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-linux-arm64-gnu@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-linux-arm64-gnu@npm:13.0.7"
"@next/swc-linux-arm64-gnu@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-linux-arm64-gnu@npm:13.1.5"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
Expand All @@ -2430,9 +2438,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-linux-arm64-musl@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-linux-arm64-musl@npm:13.0.7"
"@next/swc-linux-arm64-musl@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-linux-arm64-musl@npm:13.1.5"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
Expand All @@ -2444,9 +2452,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-linux-x64-gnu@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-linux-x64-gnu@npm:13.0.7"
"@next/swc-linux-x64-gnu@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-linux-x64-gnu@npm:13.1.5"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
Expand All @@ -2458,9 +2466,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-linux-x64-musl@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-linux-x64-musl@npm:13.0.7"
"@next/swc-linux-x64-musl@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-linux-x64-musl@npm:13.1.5"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
Expand All @@ -2472,9 +2480,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-win32-arm64-msvc@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-win32-arm64-msvc@npm:13.0.7"
"@next/swc-win32-arm64-msvc@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-win32-arm64-msvc@npm:13.1.5"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
Expand All @@ -2486,9 +2494,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-win32-ia32-msvc@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-win32-ia32-msvc@npm:13.0.7"
"@next/swc-win32-ia32-msvc@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-win32-ia32-msvc@npm:13.1.5"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
Expand All @@ -2500,9 +2508,9 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-win32-x64-msvc@npm:13.0.7":
version: 13.0.7
resolution: "@next/swc-win32-x64-msvc@npm:13.0.7"
"@next/swc-win32-x64-msvc@npm:13.1.5":
version: 13.1.5
resolution: "@next/swc-win32-x64-msvc@npm:13.1.5"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -9000,21 +9008,21 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:^7.7.3":
version: 7.10.3
resolution: "framer-motion@npm:7.10.3"
"framer-motion@npm:^8.5.3":
version: 8.5.3
resolution: "framer-motion@npm:8.5.3"
dependencies:
"@emotion/is-prop-valid": ^0.8.2
"@motionone/dom": ^10.15.3
hey-listen: ^1.0.8
tslib: 2.4.0
tslib: ^2.4.0
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
dependenciesMeta:
"@emotion/is-prop-valid":
optional: true
checksum: 20ce8459e7e3c631af5261215acd2217f57f15d64448e2bd64eecf74d3406552523082c182211af086e01b44daad7a0c216d5135a3f8ae56fb63e152e54233aa
checksum: 877cd65b8429f9c8451d4face73fe631926de95653d3fa43df53dff69b6964e2f6b3f29c42d424fd056fe93a41cd9ae7b20804241308ac3775f74ea47e01f95f
languageName: node
linkType: hard

Expand Down Expand Up @@ -12221,28 +12229,28 @@ __metadata:
languageName: node
linkType: hard

"next@npm:^13.0.6":
version: 13.0.7
resolution: "next@npm:13.0.7"
dependencies:
"@next/env": 13.0.7
"@next/swc-android-arm-eabi": 13.0.7
"@next/swc-android-arm64": 13.0.7
"@next/swc-darwin-arm64": 13.0.7
"@next/swc-darwin-x64": 13.0.7
"@next/swc-freebsd-x64": 13.0.7
"@next/swc-linux-arm-gnueabihf": 13.0.7
"@next/swc-linux-arm64-gnu": 13.0.7
"@next/swc-linux-arm64-musl": 13.0.7
"@next/swc-linux-x64-gnu": 13.0.7
"@next/swc-linux-x64-musl": 13.0.7
"@next/swc-win32-arm64-msvc": 13.0.7
"@next/swc-win32-ia32-msvc": 13.0.7
"@next/swc-win32-x64-msvc": 13.0.7
"next@npm:^13.1.5":
version: 13.1.5
resolution: "next@npm:13.1.5"
dependencies:
"@next/env": 13.1.5
"@next/swc-android-arm-eabi": 13.1.5
"@next/swc-android-arm64": 13.1.5
"@next/swc-darwin-arm64": 13.1.5
"@next/swc-darwin-x64": 13.1.5
"@next/swc-freebsd-x64": 13.1.5
"@next/swc-linux-arm-gnueabihf": 13.1.5
"@next/swc-linux-arm64-gnu": 13.1.5
"@next/swc-linux-arm64-musl": 13.1.5
"@next/swc-linux-x64-gnu": 13.1.5
"@next/swc-linux-x64-musl": 13.1.5
"@next/swc-win32-arm64-msvc": 13.1.5
"@next/swc-win32-ia32-msvc": 13.1.5
"@next/swc-win32-x64-msvc": 13.1.5
"@swc/helpers": 0.4.14
caniuse-lite: ^1.0.30001406
postcss: 8.4.14
styled-jsx: 5.1.0
styled-jsx: 5.1.1
peerDependencies:
fibers: ">= 3.1.0"
node-sass: ^6.0.0 || ^7.0.0
Expand Down Expand Up @@ -12285,7 +12293,7 @@ __metadata:
optional: true
bin:
next: dist/bin/next
checksum: de001a674ccf1d1c9812e9b775128581582cfec08efe9eabe00ce467fb063f2d04645b03f094e485f458481e65161a3d184874e8994052322b458b99b683c6ad
checksum: 7c5eb1bc9a68cd4d77a02a560883f735b82b6be7c6aadf185d4bd683725f95d132146da899a5fd4455b3a062cc9c30927259b8d997324867bd8964c9e4c753c1
languageName: node
linkType: hard

Expand Down Expand Up @@ -15370,6 +15378,22 @@ __metadata:
languageName: node
linkType: hard

"styled-jsx@npm:5.1.1":
version: 5.1.1
resolution: "styled-jsx@npm:5.1.1"
dependencies:
client-only: 0.0.1
peerDependencies:
react: ">= 16.8.0 || 17.x.x || ^18.0.0-0"
peerDependenciesMeta:
"@babel/core":
optional: true
babel-plugin-macros:
optional: true
checksum: 523a33b38603492547e861b98e29c873939b04e15fbe5ef16132c6f1e15958126647983c7d4675325038b428a5e91183d996e90141b18bdd1bbadf6e2c45b2fa
languageName: node
linkType: hard

"supports-color@npm:^5.3.0":
version: 5.5.0
resolution: "supports-color@npm:5.5.0"
Expand Down Expand Up @@ -15781,13 +15805,6 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.4.0":
version: 2.4.0
resolution: "tslib@npm:2.4.0"
checksum: 8c4aa6a3c5a754bf76aefc38026134180c053b7bd2f81338cb5e5ebf96fefa0f417bff221592bf801077f5bf990562f6264fecbc42cd3309b33872cb6fc3b113
languageName: node
linkType: hard

"tslib@npm:^1.8.1, tslib@npm:^1.9.3":
version: 1.14.1
resolution: "tslib@npm:1.14.1"
Expand Down

0 comments on commit 6b0bb76

Please sign in to comment.