Skip to content

Commit

Permalink
Merge pull request #33 from ParkerM/final-deps
Browse files Browse the repository at this point in the history
chore(deps): dependency upgrades
  • Loading branch information
ParkerM authored May 21, 2021
2 parents a0d387c + 3db2edd commit 8d843c6
Show file tree
Hide file tree
Showing 4 changed files with 628 additions and 862 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.1.0](https://github.com/ParkerM/close-tabs-to-left/compare/v0.0.2...v0.1.0) (2021-05-21)

**Note:** Dependency upgrades and first "minor" release


### [0.0.4](https://github.com/ParkerM/close-tabs-to-left/compare/v0.0.3...v0.0.4) (2021-05-21)

**Note:** Version bump for initial CHANGELOG.md and conventional-changelog integration
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.0.4",
"version": "0.1.0",
"homepage_url": "https://github.com/ParkerM/close-tabs-to-left",
"developer": {
"name": "Parker Mauney",
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "close-tabs-to-left",
"version": "0.0.4",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"repository": "github:ParkerM/close-tabs-to-left",
Expand Down Expand Up @@ -28,29 +28,29 @@
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-no-unsanitized": "^3.1.4",
"eslint-plugin-prettier": "^3.3.1",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"mockzilla": "^0.9.0",
"mockzilla-webextension": "^0.9.0",
"prettier": "^2.2.1",
"source-map-loader": "^2.0.1",
"prettier": "^2.3.0",
"source-map-loader": "^3.0.0",
"source-map-support": "^0.5.19",
"ts-jest": "^26.5.4",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3",
"web-ext": "^6.0.0",
"ts-jest": "^26.5.6",
"ts-loader": "^9.2.1",
"typescript": "^4.2.4",
"web-ext": "^6.1.0",
"webextension-polyfill-ts": "^0.25.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {}
}
Loading

0 comments on commit 8d843c6

Please sign in to comment.