Skip to content

Commit

Permalink
chore(blog): 의존 패키지 react-icons 추가 #44
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeSeoKim committed Apr 18, 2022
1 parent 83c24aa commit 104f525
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
Binary file not shown.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
"typescript": "^4.6.3",
"webpack": "^5.72.0"
},
"dependencies": {
"framer-motion": "^6.3.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
"*.{js,jsx,ts,tsx,css,sass,less,md,mdx}": "prettier --write"
Expand Down
1 change: 1 addition & 0 deletions packages/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"next-transpile-modules": "^9.0.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8692,7 +8692,6 @@ __metadata:
eslint-config-next: ^12.1.5
eslint-config-prettier: ^8.5.0
eslint-plugin-storybook: ^0.5.9--canary.acfda00.0
framer-motion: ^6.3.0
husky: ^7.0.4
is-ci: ^3.0.1
lint-staged: ^12.3.8
Expand Down Expand Up @@ -14282,6 +14281,7 @@ __metadata:
next-transpile-modules: ^9.0.0
react: 18.0.0
react-dom: 18.0.0
react-icons: ^4.3.1
storybook-addon-next-router: ^3.1.1
styled-components: ^5.3.5
typescript: "*"
Expand Down Expand Up @@ -16119,6 +16119,15 @@ __metadata:
languageName: node
linkType: hard

"react-icons@npm:^4.3.1":
version: 4.3.1
resolution: "react-icons@npm:4.3.1"
peerDependencies:
react: "*"
checksum: 2cc608acdd3e906aa3aaee290b8398220639677c949382d86e554020e5dab6a9f1ed7484418aa5272cb5c5c018e1fc9a323d433d901697a76530029f9ecb1263
languageName: node
linkType: hard

"react-inspector@npm:^5.1.0":
version: 5.1.1
resolution: "react-inspector@npm:5.1.1"
Expand Down

0 comments on commit 104f525

Please sign in to comment.