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 Sep 9, 2023
1 parent 96ecbca commit a8d6bac
Show file tree
Hide file tree
Showing 2 changed files with 1,729 additions and 1,622 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,32 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/preset-env": "^7.22.4",
"autoprefixer": "^10.4.14",
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"autoprefixer": "^10.4.15",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"clean-jsdoc-theme": "^4.2.7",
"clean-jsdoc-theme": "^4.2.10",
"cssnano": "^6.0.1",
"dedent": "^0.7.0",
"dedent": "^1.5.1",
"docsify-themeable": "^0.9.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.5.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"jest": "^29.6.4",
"jest-junit": "^16.0.0",
"jsdoc": "^4.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"sass": "1.62.1",
"sass": "1.66.1",
"serve-handler": "^6.1.5",
"stylelint": "^15.6.3",
"stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^9.0.0",
"ws": "^8.13.0"
"stylelint-config-standard-scss": "^11.0.0",
"ws": "^8.14.1"
},
"dependencies": {
"color-string": "^1.9.1",
Expand All @@ -93,7 +93,7 @@
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^13.0.1",
"markdown-it-front-matter": "^0.2.3",
"postcss": "^8.4.24"
"postcss": "^8.4.29"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a8d6bac

Please sign in to comment.