webext-messenger 0.17.0 → 0.17.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webext-messenger",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "Browser Extension component messaging framework",
5
5
  "keywords": [],
6
6
  "repository": "pixiebrix/webext-messenger",
@@ -107,29 +107,29 @@
107
107
  "dependencies": {
108
108
  "p-retry": "^5.0.0",
109
109
  "serialize-error": "^9.0.0",
110
- "type-fest": "^2.8.0",
110
+ "type-fest": "^2.11.1",
111
111
  "webext-detect-page": "^4.0.0",
112
112
  "webextension-polyfill": "^0.8.0"
113
113
  },
114
114
  "devDependencies": {
115
- "@parcel/config-webextension": "^2.0.1",
115
+ "@parcel/config-webextension": "^2.2.1",
116
116
  "@sindresorhus/tsconfig": "^2.0.0",
117
- "@types/chrome": "^0.0.171",
117
+ "@types/chrome": "^0.0.178",
118
118
  "@types/tape": "^4.13.2",
119
119
  "@types/webextension-polyfill": "^0.8.2",
120
- "@typescript-eslint/eslint-plugin": "^5.7.0",
121
- "@typescript-eslint/parser": "^5.7.0",
122
- "eslint": "^8.4.1",
120
+ "@typescript-eslint/eslint-plugin": "^5.10.2",
121
+ "@typescript-eslint/parser": "^5.10.2",
122
+ "eslint": "^8.8.0",
123
123
  "eslint-config-prettier": "^8.3.0",
124
124
  "eslint-config-xo": "^0.39.0",
125
- "eslint-config-xo-typescript": "^0.47.1",
126
- "eslint-plugin-import": "^2.25.3",
127
- "eslint-plugin-unicorn": "^39.0.0",
125
+ "eslint-config-xo-typescript": "^0.49.0",
126
+ "eslint-plugin-import": "^2.25.4",
127
+ "eslint-plugin-unicorn": "^40.1.0",
128
128
  "npm-run-all": "^4.1.5",
129
- "parcel": "^2.0.1",
130
- "tape": "^5.3.2",
131
- "typescript": "^4.5.4",
132
- "webext-content-scripts": "^0.12.0"
129
+ "parcel": "^2.2.1",
130
+ "tape": "^5.5.0",
131
+ "typescript": "^4.5.5",
132
+ "webext-content-scripts": "^1.0.1"
133
133
  },
134
134
  "targets": {
135
135
  "main": false,