Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Jan 22, 2024
1 parent 79b9784 commit 3f0a315
Show file tree
Hide file tree
Showing 23 changed files with 2,882 additions and 2,228 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
with:
version: 7

- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- name: Install Dependencies
run: yarn
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"release": "dotenv -- turbo run compile && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"dotenv-cli": "^7.2.1",
"eslint": "^7.32.0",
"@changesets/cli": "^2.27.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.5.1",
"ts-node": "^10.9.1",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"turbo": "latest"
},
"name": "extension-create",
Expand Down
6 changes: 3 additions & 3 deletions packages/browser-extension-manifest-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/cezaraugusto/browser-extension-manifest-fields.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"name": "browser-extension-manifest-fields",
"version": "1.0.0",
Expand All @@ -19,7 +19,7 @@
},
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node16 --minify",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node18 --minify",
"lint": "eslint \"./**/*.ts*\"",
"test": "echo \"Note: no test specified\" && exit 0"
},
Expand All @@ -35,6 +35,6 @@
"parse5": "7.1.2",
"parse5-utils": "2.0.0",
"tsconfig": "*",
"tsup": "^7.1.0"
"tsup": "^8.0.1"
}
}
16 changes: 8 additions & 8 deletions packages/common-errors-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/cezaraugusto/webpack-browser-extension-common-errors-plugin.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"name": "webpack-browser-extension-common-errors-plugin",
"version": "0.0.0",
Expand All @@ -22,7 +22,7 @@
},
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node16 --minify",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node18 --minify",
"lint": "eslint \"./**/*.ts*\"",
"test": "echo \"Note: no test specified\" && exit 0"
},
Expand All @@ -44,13 +44,13 @@
"content-security-policy-parser": "^0.4.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
"jasmine": "^4.0.2",
"rimraf": "^3.0.2",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"jasmine": "^5.1.0",
"rimraf": "^5.0.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"tsconfig": "*",
"tsup": "^7.1.0"
"tsup": "^8.0.1"
}
}
18 changes: 9 additions & 9 deletions packages/eslint-config-extension-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "7.28.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"eslint": "^8.41.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "7.33.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 deletions packages/html-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/cezaraugusto/webpack-browser-extension-html-plugin.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"name": "webpack-browser-extension-html-plugin",
"version": "1.0.0",
Expand All @@ -22,7 +22,7 @@
},
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts ./loaders/InjectHmrAcceptLoader.ts ./html-reloader.ts --format cjs --dts --target=node16 --minify",
"compile": "tsup-node ./module.ts ./loaders/InjectHmrAcceptLoader.ts ./html-reloader.ts --format cjs --dts --target=node18 --minify",
"lint": "eslint \"./**/*.ts*\"",
"test": "echo \"Note: no test specified\" && exit 0"
},
Expand All @@ -44,17 +44,17 @@
"webpack": "^5.0.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
"jasmine": "^4.2.0",
"jsdom": "^19.0.0",
"jasmine": "^5.1.0",
"jsdom": "^24.0.0",
"mock-fs": "^5.2.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.3.2",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.1",
"tsconfig": "*",
"tsup": "^7.1.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"tsup": "^8.0.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-target-webextension": "^1.1.0"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/icons-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/cezaraugusto/webpack-browser-extension-icons-plugin.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"name": "webpack-browser-extension-icons-plugin",
"version": "0.0.0",
Expand All @@ -22,7 +22,7 @@
},
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node16 --minify",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node18 --minify",
"lint": "eslint \"./**/*.ts*\"",
"test": "echo \"Note: no test specified\" && exit 0"
},
Expand All @@ -47,13 +47,13 @@
"browser-extension-manifest-fields": "*"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
"jasmine": "^4.0.2",
"rimraf": "^3.0.2",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"jasmine": "^5.1.0",
"rimraf": "^5.0.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"tsconfig": "*",
"tsup": "^7.1.0"
"tsup": "^8.0.1"
}
}
16 changes: 8 additions & 8 deletions packages/json-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/cezaraugusto/webpack-browser-extension-json-plugin.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"name": "webpack-browser-extension-json-plugin",
"version": "0.0.0",
Expand All @@ -21,7 +21,7 @@
},
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node16 --minify",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node18 --minify",
"lint": "eslint \"./**/*.ts*\"",
"test": "echo \"Note: no test specified\" && exit 0"
},
Expand All @@ -45,13 +45,13 @@
"browser-extension-manifest-fields": "*"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
"jasmine": "^4.0.2",
"rimraf": "^3.0.2",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"jasmine": "^5.1.0",
"rimraf": "^5.0.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"tsconfig": "*",
"tsup": "^7.1.0"
"tsup": "^8.0.1"
}
}
16 changes: 8 additions & 8 deletions packages/locales-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/cezaraugusto/webpack-browser-extension-locales-plugin.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"name": "webpack-browser-extension-locales-plugin",
"version": "0.0.0",
Expand All @@ -22,7 +22,7 @@
},
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node16 --minify",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node18 --minify",
"lint": "eslint \"./**/*.ts*\"",
"test": "echo \"Note: no test specified\" && exit 0"
},
Expand All @@ -44,13 +44,13 @@
"browser-extension-manifest-fields": "*"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
"jasmine": "^4.0.2",
"rimraf": "^3.0.2",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"jasmine": "^5.1.0",
"rimraf": "^5.0.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"tsconfig": "*",
"tsup": "^7.1.0"
"tsup": "^8.0.1"
}
}
16 changes: 8 additions & 8 deletions packages/manifest-compat-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/cezaraugusto/webpack-browser-extension-manifest-compat-plugin.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"name": "webpack-browser-extension-manifest-compat-plugin",
"version": "0.0.0",
Expand All @@ -19,7 +19,7 @@
},
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node16 --minify",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node18 --minify",
"lint": "eslint \"./**/*.ts*\"",
"test": "echo \"Note: no test specified\" && exit 0"
},
Expand All @@ -46,14 +46,14 @@
"webpack": "^5.0.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
"jasmine": "^4.1.0",
"rimraf": "^3.0.2",
"jasmine": "^5.1.0",
"rimraf": "^5.0.5",
"tsconfig": "*",
"tsup": "^7.1.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
"tsup": "^8.0.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"ajv": "^8.12.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/manifest-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/cezaraugusto/webpack-browser-extension-manifest-plugin.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"name": "webpack-browser-extension-manifest-plugin",
"version": "0.0.0",
Expand All @@ -19,7 +19,7 @@
},
"scripts": {
"watch": "yarn compile --watch",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node16 --minify",
"compile": "tsup-node ./module.ts --format cjs --dts --target=node18 --minify",
"lint": "eslint \"./**/*.ts*\"",
"test": "echo \"Note: no test specified\" && exit 0"
},
Expand All @@ -42,14 +42,14 @@
"webpack": "^5.0.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
"jasmine": "^4.1.0",
"rimraf": "^3.0.2",
"jasmine": "^5.1.0",
"rimraf": "^5.0.5",
"tsconfig": "*",
"tsup": "^7.1.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
"tsup": "^8.0.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"ajv": "^8.12.0",
Expand Down
Loading

0 comments on commit 3f0a315

Please sign in to comment.