Skip to content

Commit

Permalink
Revert "feat: 노션 api 스크립트 적용 (임시)" (#221)
Browse files Browse the repository at this point in the history
This reverts commit 1541776.
  • Loading branch information
saseungmin authored Nov 13, 2024
1 parent 1541776 commit 0426db8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 76 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 1 addition & 5 deletions apps/admin/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ module.exports = {
},
},
],
rules: {
'import/no-extraneous-dependencies': ['error', {
devDependencies: ['**/*.test.js', 'scripts/**/*'],
}],
},
rules: {},
};
1 change: 0 additions & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"devDependencies": {
"@dnd-academy/eslint-config": "*",
"@next/eslint-plugin-next": "14.2.15",
"@notionhq/client": "2.2.15",
"@testing-library/dom": "10.3.1",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
Expand Down
46 changes: 0 additions & 46 deletions apps/admin/scripts/notion.ts

This file was deleted.

3 changes: 1 addition & 2 deletions apps/admin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"../../jest.setup.ts",
"scripts/**/*.ts",
"../../jest.setup.ts"
],
}
23 changes: 1 addition & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3292,16 +3292,6 @@ __metadata:
languageName: node
linkType: hard

"@notionhq/client@npm:2.2.15":
version: 2.2.15
resolution: "@notionhq/client@npm:2.2.15"
dependencies:
"@types/node-fetch": "npm:^2.5.10"
node-fetch: "npm:^2.6.1"
checksum: 10/18e8812f1630d7f6a93e058695101853b2db980b2003ca6b1e451c93bca330b8d1c1a7fe2c9769ac5a07ab36bdfe33d9458a244ecc3c171331153872384f0cae
languageName: node
linkType: hard

"@npmcli/agent@npm:^2.0.0":
version: 2.2.2
resolution: "@npmcli/agent@npm:2.2.2"
Expand Down Expand Up @@ -5192,16 +5182,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node-fetch@npm:^2.5.10":
version: 2.6.12
resolution: "@types/node-fetch@npm:2.6.12"
dependencies:
"@types/node": "npm:*"
form-data: "npm:^4.0.0"
checksum: 10/8107c479da83a3114fcbfa882eba95ee5175cccb5e4dd53f737a96f2559ae6262f662176b8457c1656de09ec393cc7b20a266c077e4bfb21e929976e1cf4d0f9
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.0.0":
version: 22.7.2
resolution: "@types/node@npm:22.7.2"
Expand Down Expand Up @@ -6181,7 +6161,6 @@ __metadata:
"@dnd-academy/eslint-config": "npm:*"
"@dnd-academy/ui": "npm:*"
"@next/eslint-plugin-next": "npm:14.2.15"
"@notionhq/client": "npm:2.2.15"
"@tanstack/react-query": "npm:5.52.0"
"@testing-library/dom": "npm:10.3.1"
"@testing-library/jest-dom": "npm:6.4.6"
Expand Down Expand Up @@ -14354,7 +14333,7 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9":
"node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
dependencies:
Expand Down

0 comments on commit 0426db8

Please sign in to comment.