Skip to content

Commit

Permalink
Merge pull request #2716 from getAlby/depfu/batch_dev/yarn/2023-09-02
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 authored Oct 30, 2023
2 parents 9d9d0b0 + e899c1a commit 2655cc3
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 646 deletions.
8 changes: 0 additions & 8 deletions .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,5 @@
"runtime": "automatic"
}
}
},
"env": {
"targets": [
"last 5 Chrome versions",
"last 5 Edge versions",
"last 5 Opera versions",
"last 5 Firefox versions"
]
}
}
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const swcConfig = {
},
target: "es2016",
},
env: {
targets: "",
},
};

// eslint-disable-next-line no-undef
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,36 +83,36 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@jest/types": "^29.6.1",
"@playwright/test": "^1.37.1",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.27",
"@jest/types": "^29.6.3",
"@playwright/test": "^1.38.0",
"@swc/core": "^1.3.84",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/user-event": "^14.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/chrome": "^0.0.243",
"@types/crypto-js": "^4.1.1",
"@types/chrome": "^0.0.246",
"@types/crypto-js": "^4.1.2",
"@types/elliptic": "^6.4.14",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.pick": "^4.4.0",
"@types/lodash.snakecase": "^4.1.1",
"@types/pubsub-js": "^1.8.3",
"@types/pubsub-js": "^1.8.4",
"@types/react-dom": "^18.2.7",
"@types/react-modal": "^3.16.0",
"@types/uuid": "^9.0.2",
"@types/webextension-polyfill": "^0.10.1",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.15",
"@types/uuid": "^9.0.4",
"@types/webextension-polyfill": "^0.10.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"autoprefixer": "^10.4.16",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"complete-randomer": "^1.9.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"del-cli": "^5.0.0",
"eslint": "^8.47.0",
"del-cli": "^5.1.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -121,10 +121,10 @@
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-webextension-mock": "^3.8.9",
"lint-staged": "^13.3.0",
"lint-staged": "^14.0.1",
"mini-css-extract-plugin": "^2.7.6",
"msw": "^1.3.1",
"postcss": "^8.4.31",
Expand All @@ -136,12 +136,12 @@
"puppeteer": "^21.0.3",
"stream-browserify": "^3.0.0",
"swc-loader": "^0.2.3",
"tailwindcss-3d": "^1.0.0",
"tailwindcss-3d": "^1.0.1",
"terser-webpack-plugin": "^5.3.9",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-sources": "^3.2.3",
Expand Down
Loading

0 comments on commit 2655cc3

Please sign in to comment.