Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Aug 16, 2023
1 parent 5273ec8 commit fd19098
Show file tree
Hide file tree
Showing 19 changed files with 645 additions and 905 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version-file: .nvmrc
- uses: pnpm/action-setup@v2.0.1
with:
version: 6.0.2
version: 8.6.12
run_install: |
args: [--lockfile-only]
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v14.17.3
v18.16.1
29 changes: 6 additions & 23 deletions assets/templates/images.json
@@ -1,23 +1,6 @@
[
{
"files": ["logo.png"],
"alternates": [
{
"size": 16,
"dest": "../icon.16"
},
{
"size": 32,
"dest": "../icon.32"
},
{
"size": 48,
"dest": "../icon.48"
},
{
"size": 128,
"dest": "../icon.128"
}
]
}
]
{
"assets/images/logo.png": {
"name": "icon.[size]",
"sizes": [16,32,48,128]
}
}
29 changes: 15 additions & 14 deletions package.json
Expand Up @@ -105,46 +105,47 @@
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-typescript": "^7.22.5",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/travis-cli": "^17.7.1",
"@glen/jest-raw-loader": "^2.0.0",
"@rundik/responsive-json-webpack-plugin": "^1.5.3",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/changelog": "^6.0.3",
"@types/chrome": "^0.0.243",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"acorn": "^8.10.0",
"ajv": "^8.11.2",
"ajv": "^8.12.0",
"babel-loader": "^9.1.3",
"babel-runtime": "^6.26.0",
"commitizen": "^4.2.6",
"commitizen": "^4.3.0",
"copy-webpack-plugin": "^11.0.0",
"coveralls": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.47.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",
"image-minimizer-webpack-plugin": "^3.8.3",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-mock-props": "^1.9.1",
"lint-staged": "^14.0.0",
"prettier": "^2.8.0",
"prettier": "^3.0.2",
"prettier-eslint": "^15.0.1",
"rxjs": "^7.6.0",
"rxjs": "^7.8.1",
"semantic-release": "^21.0.7",
"semantic-release-chrome": "^3.1.0",
"semantic-release-chrome": "^3.2.0",
"sharp": "^0.32.5",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.0.1"
"webpack-cli": "^5.1.4"
},
"dependencies": {
"core-js": "^3.32.0",
Expand Down

0 comments on commit fd19098

Please sign in to comment.