Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yowainwright committed Aug 27, 2023
1 parent f0637c1 commit b568eb7
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 540 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "types/shave.d.ts",
"scripts": {
"build": "pnpm clean && pnpm build:dist && pnpm run build:types",
"build:dist": "rollup -c rollup.config.js",
"build:dist": "rollup -c rollup.config.js --bundleConfigAsCjs",
"build:types": "tsc",
"clean": "rimraf dist types",
"commit": "git-cz",
Expand Down Expand Up @@ -60,33 +60,33 @@
},
"homepage": "https://github.com/yowainwright/shave#readme",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/prompt-cli": "^17.3.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jquery": "^3.5.14",
"@types/node": "^20.1.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/prompt-cli": "^17.7.1",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/jquery": "^3.5.17",
"@types/node": "^20.5.6",
"@types/rollup": "^0.54.0",
"@types/zepto": "^1.0.32",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@types/zepto": "^1.0.33",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"es-check": "7.1.1",
"eslint": "8.46.0",
"eslint": "8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"node-qunit-phantomjs": "^2.1.1",
"path-exists-cli": "^2.0.0",
"prettier": "^3.0.0",
"release-it": "^16.1.2",
"rimraf": "^5.0.0",
"rollup": "^2",
"prettier": "^3.0.2",
"release-it": "^16.1.5",
"rimraf": "^5.0.1",
"rollup": "^3.28.1",
"rollup-plugin-uglify": "^6.0.4",
"tslib": "^2.4.1",
"typescript": "^5.0.2"
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit b568eb7

Please sign in to comment.