Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Feb 7, 2022
1 parent 91bd904 commit ed8f829
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 363 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^14.1.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@google/semantic-release-replace-plugin": "^1.1.0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rebeccastevens/eslint-config": "^1.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
Expand All @@ -84,19 +84,19 @@
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/dedent": "^0.7.0",
"@types/eslint": "^8.4.1",
"@types/estree": "^0.0.50",
"@types/node": "16.11.0",
"@types/estree": "^0.0.51",
"@types/node": "17.0.15",
"@types/rollup-plugin-auto-external": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"ava": "^4.0.1",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.2",
"codecov": "^3.8.1",
"codecov": "^3.8.2",
"commitizen": "^4.2.4",
"conventional-commit-types": "^3.0.0",
"cross-env": "^7.0.3",
"cspell": "^5.12.3",
"cspell": "^5.18.3",
"dedent": "^0.7.0",
"eslint": "^8.8.0",
"eslint-ava-rule-tester": "^4.0.0",
Expand All @@ -116,25 +116,25 @@
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-unicorn": "^40.1.0",
"espree": "^9.0.0",
"husky": "^7.0.2",
"json-schema": "^0.3.0",
"espree": "^9.3.0",
"husky": "^7.0.4",
"json-schema": "^0.4.0",
"jsonc-parser": "^3.0.0",
"lint-staged": "^12.1.2",
"markdownlint-cli": "^0.29.0",
"lint-staged": "^12.3.3",
"markdownlint-cli": "^0.31.0",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.67.0",
"rollup-plugin-auto-external": "^2.0.0",
"semantic-release": "^19.0.2",
"ts-node": "^10.3.0",
"ts-node": "^10.4.0",
"tsc-prog": "^2.2.1",
"tsconfig-paths": "^3.10.1",
"tslib": "^2.0.3",
"tsconfig-paths": "^3.12.0",
"tslib": "^2.3.1",
"tsutils": "^3.21.0",
"type-fest": "^2.11.1",
"typescript": "^4.4.4",
"typescript": "^4.5.5",
"word-wrap": "^1.2.3"
},
"peerDependencies": {
Expand Down

0 comments on commit ed8f829

Please sign in to comment.