Skip to content

Commit f824d80

Browse files
committed
디펜던시 버전업
1 parent 4cb92b5 commit f824d80

File tree

3 files changed

+395
-393
lines changed

3 files changed

+395
-393
lines changed

.yarn/install-state.gz

32.4 KB
Binary file not shown.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@graphql-codegen/cli": "^1.9.0",
3030
"@graphql-codegen/typescript": "^1.2.0",
3131
"babel-eslint": "^10.1.0",
32-
"change-case": "^3.1.0",
32+
"change-case": "^5.4.4",
3333
"codeclimate-test-reporter": "^0.5.1",
3434
"gatsby": "^5.14.3",
3535
"gatsby-link": "^5.14.1",
@@ -55,8 +55,8 @@
5555
"react-scripts": "^5.0.1",
5656
"redux-devtools-extension": "^2.13.8",
5757
"semantic-ui-react": "^2.1.5",
58-
"slash": "3.0.0",
59-
"ts-loader": "^6.0.1"
58+
"slash": "5.1.0",
59+
"ts-loader": "^9.5.2"
6060
},
6161
"devDependencies": {
6262
"@babel/core": "^7.26.10",
@@ -90,13 +90,13 @@
9090
"eslint-plugin-jsx-a11y": "^6.2.1",
9191
"eslint-plugin-react": "^7.13.0",
9292
"eslint-plugin-react-hooks": "^1.6.0",
93-
"flat": "^4.1.0",
93+
"flat": "^6.0.1",
9494
"husky": "^9.1.7",
9595
"jest": "^29.7.0",
9696
"lint-staged": "8.1.7",
97-
"mkdirp": "^0.5.1",
98-
"plop": "^2.3.0",
99-
"raw-loader": "^2.0.0",
97+
"mkdirp": "^3.0.1",
98+
"plop": "^4.0.1",
99+
"raw-loader": "^4.0.2",
100100
"react-test-renderer": "^18.0.0",
101101
"remark-cli": "^6.0.1",
102102
"remark-frontmatter": "^5.0.0",
@@ -128,7 +128,7 @@
128128
".(ts|tsx)": "ts-jest"
129129
},
130130
"transformIgnorePatterns": [
131-
"<rootDir>/node_modules/(?!lodash-es)"
131+
"<rootDir>/node_modules/(?!lodash-es|slash)"
132132
],
133133
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
134134
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)