Skip to content

Commit

Permalink
chore(project): Update packages (#236)
Browse files Browse the repository at this point in the history
* chore(project): update packages

* chore(project): update packages
  • Loading branch information
MrWook authored Sep 17, 2023
1 parent ee2f7ce commit 1b8fa68
Show file tree
Hide file tree
Showing 2 changed files with 2,289 additions and 1,358 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,57 +31,57 @@
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/cli": "7.22.15",
"@babel/core": "7.22.20",
"@babel/preset-env": "7.22.20",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "11.1.2",
"@types/byline": "4.2.33",
"@types/jest": "29.5.3",
"@rollup/plugin-typescript": "11.1.3",
"@types/byline": "4.2.34",
"@types/jest": "29.5.5",
"@types/sprintf-js": "1.1.2",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@vuepress/plugin-register-components": "2.0.0-beta.61",
"axios": "1.4.0",
"axios": "1.5.0",
"babel-eslint": "10.1.0",
"babel-jest": "29.6.1",
"babel-jest": "29.7.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"byline": "5.0.0",
"cross-fetch": "4.0.0",
"esbuild": "0.18.12",
"esbuild-register": "3.4.2",
"eslint": "8.44.0",
"esbuild": "0.19.3",
"esbuild-register": "3.5.0",
"eslint": "8.49.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-compat": "4.1.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.3",
"eslint-import-resolver-webpack": "0.13.7",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-prettier": "5.0.0",
"esm": "3.2.25",
"glob-all": "3.3.1",
"iconv-lite": "0.6.3",
"jest": "29.6.1",
"jest": "29.7.0",
"jszip": "^3.10.1",
"kuroshiro": "1.2.0",
"kuroshiro-analyzer-kuromoji": "1.1.0",
"lerna": "7.1.4",
"natural": "6.5.0",
"prettier": "3.0.0",
"rollup": "3.26.2",
"rollup-plugin-copy": "3.4.0",
"lerna": "7.3.0",
"natural": "6.7.2",
"prettier": "3.0.3",
"rollup": "3.29.2",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-delete": "2.0.0",
"sprintf-js": "1.1.2",
"sprintf-js": "1.1.3",
"ts-jest": "29.1.1",
"typescript": "5.1.6",
"vuepress": "2.0.0-beta.61",
"typescript": "5.2.2",
"vuepress": "2.0.0-beta.67",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"zxcvbn": "4.4.2"
},
Expand Down
Loading

0 comments on commit 1b8fa68

Please sign in to comment.