Skip to content

Commit

Permalink
[๐Ÿ”จchore]: zero install์ง€์›์„ ์œ„ํ•œ typescript ๋ฒ„์ „ ์—…, @types/node ๋ฒ„์ „ ์—…
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Apr 2, 2024
1 parent 27ba850 commit a72268d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 22 deletions.
20 changes: 10 additions & 10 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
6 changes: 4 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
nodeLinker: pnp
cacheFolder: ./.yarn/cache

enableGlobalCache: false
cacheFolder: './.yarn/cache'

nodeLinker: pnp
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@tanstack/eslint-plugin-query": "^5.18.1",
"@tanstack/react-query-devtools": "^5.25.0",
"@types/event-source-polyfill": "^1",
"@types/node": "^20.11.16",
"@types/node": "^20.12.2",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-highlight": "^0",
Expand All @@ -68,13 +68,13 @@
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"typescript": "^5.4.3",
"vite": "^5.0.8",
"vite-plugin-mkcert": "^1.17.4",
"vitest": "^1.3.0"
},
"lint-staged": {
"./src/**/*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.11.16":
"@types/node@npm:*, @types/node@npm:^20.12.2":
version: 20.12.2
resolution: "@types/node@npm:20.12.2"
dependencies:
Expand Down Expand Up @@ -10719,7 +10719,7 @@ __metadata:
"@tanstack/react-query": "npm:^5.18.1"
"@tanstack/react-query-devtools": "npm:^5.25.0"
"@types/event-source-polyfill": "npm:^1"
"@types/node": "npm:^20.11.16"
"@types/node": "npm:^20.12.2"
"@types/react": "npm:^18.2.43"
"@types/react-dom": "npm:^18.2.17"
"@types/react-highlight": "npm:^0"
Expand Down Expand Up @@ -10755,7 +10755,7 @@ __metadata:
storybook: "npm:^7.6.13"
tailwind-scrollbar-hide: "npm:^1.1.7"
tailwindcss: "npm:^3.4.1"
typescript: "npm:^5.2.2"
typescript: "npm:^5.4.3"
vite: "npm:^5.0.8"
vite-plugin-mkcert: "npm:^1.17.4"
vitest: "npm:^1.3.0"
Expand Down Expand Up @@ -11083,7 +11083,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.2.2":
"typescript@npm:^5.4.3":
version: 5.4.3
resolution: "typescript@npm:5.4.3"
bin:
Expand All @@ -11093,13 +11093,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A^5.4.3#optional!builtin<compat/typescript>":
version: 5.4.3
resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin<compat/typescript>::version=5.4.3&hash=d69c25"
resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin<compat/typescript>::version=5.4.3&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/1b50712759f1e4bf4bf6fe7e662235358b716972dec8aa9ca117dee531dbd7b417f5fe28f74d347b4447eec09a200c0372fe9cf1aad2e15a2bcf4a1a99db0820
checksum: 10c0/6e51f8b7e6ec55b897b9e56b67e864fe8f44e30f4a14357aad5dc0f7432db2f01efc0522df0b6c36d361c51f2dc3dcac5c832efd96a404cfabf884e915d38828
languageName: node
linkType: hard

Expand Down

0 comments on commit a72268d

Please sign in to comment.