Skip to content

Commit

Permalink
fix: typescript error (downgrade typescript version) (#38)
Browse files Browse the repository at this point in the history
* Revert "feat: ⬆️ update styled-component version (5.3.0 -> 6.1.11)"

This reverts commit 9731f01.

* Revert "refactor: ⬆️ typescript, jest 라이브러리 버전업, 에러 수정"

This reverts commit c6436b0.

* fix: ⬆️ jest 라이브러리 버전업, 에러 수정

* ci: update ci node version
  • Loading branch information
syoung125 authored May 20, 2024
1 parent bcafad0 commit bc86496
Show file tree
Hide file tree
Showing 33 changed files with 208 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: ["12", "14"]
node-version: ["14","16"]

steps:
- uses: actions/checkout@v2
Expand Down
212 changes: 108 additions & 104 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.
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.
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.
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.
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"moduleNameMapper": {
"^@src/(.*)$": "<rootDir>/src/$1"
}
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prismjs": "^1.25.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.11"
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.8",
Expand All @@ -31,7 +31,7 @@
"@types/node": "^20.0.0",
"@types/prismjs": "^1.16.6",
"@types/react": "^18.2.5",
"@types/styled-components": "^5.1.34",
"@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.18.0",
"babel-plugin-transform-define": "^2.0.0",
"encoding": "^0.1.13",
Expand All @@ -45,7 +45,7 @@
"raw-loader": "^4.0.2",
"react-is": "^17.0.2",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5",
"typescript": "^5.0.4",
"webpack": "^5.82.0"
},
"_moduleAliases": {
Expand Down
Loading

0 comments on commit bc86496

Please sign in to comment.