Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Sep 4, 2023
1 parent 04d4290 commit 5b1e0b3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,33 @@
},
"homepage": "https://doly-dev.github.io/util-helpers/index.html",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-typescript": "^7.22.11",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@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",
"@rollup/plugin-typescript": "^11.1.3",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "^29.6.3",
"babel-jest": "^29.6.4",
"babel-plugin-minify-replace": "^0.5.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"docdash": "^2.0.1",
"eslint": "^8.47.0",
"jest": "^29.6.3",
"docdash": "^2.0.2",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.6.3",
"jest-environment-jsdom": "^29.6.4",
"jsdoc": "^4.0.2",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"rollup": "^3.28.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"yorkie": "^2.0.0"
},
"lint-staged": {
Expand All @@ -94,6 +94,6 @@
},
"dependencies": {
"tslib": "^2.6.2",
"ut2": "^1.4.4"
"ut2": "^1.4.6"
}
}

0 comments on commit 5b1e0b3

Please sign in to comment.