Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
songdaegeun committed Jul 17, 2024
2 parents e634d99 + cf0ac7f commit 1a77875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"fixlint": "npm run test -- --fix"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.9",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -33,11 +33,11 @@
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"husky": "^9.0.11",
"rimraf": "^5.0.8",
"rimraf": "^6.0.1",
"rollup": "^4.18.1",
"rollup-plugin-license": "^3.5.2",
"semantic-release": "^24.0.0",
"stylelint": "^16.6.1",
"stylelint": "^16.7.0",
"stylelint-config-standard-scss": "^13.1.0"
},
"prettier": {
Expand Down

0 comments on commit 1a77875

Please sign in to comment.