Skip to content

Commit

Permalink
Upgrade dependent packages to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Oct 14, 2023
1 parent ae25212 commit a154f8b
Show file tree
Hide file tree
Showing 2 changed files with 703 additions and 671 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,39 +59,39 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"autoprefixer": "^10.4.15",
"@babel/preset-env": "^7.23.2",
"autoprefixer": "^10.4.16",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"clean-jsdoc-theme": "^4.2.10",
"clean-jsdoc-theme": "^4.2.13",
"cssnano": "^6.0.1",
"dedent": "^1.5.1",
"docsify-themeable": "^0.9.0",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"jest": "^29.6.4",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jsdoc": "^4.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"sass": "1.66.1",
"rimraf": "^5.0.5",
"sass": "1.69.3",
"serve-handler": "^6.1.5",
"stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^11.0.0",
"ws": "^8.14.1"
"ws": "^8.14.2"
},
"dependencies": {
"color-string": "^1.9.1",
"cssesc": "^3.0.0",
"js-yaml": "^4.1.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"markdown-it-front-matter": "^0.2.3",
"postcss": "^8.4.29"
},
Expand Down
Loading

0 comments on commit a154f8b

Please sign in to comment.