Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Dec 1, 2023
1 parent 49daaf1 commit d8710fe
Show file tree
Hide file tree
Showing 4 changed files with 3,486 additions and 2,388 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
&& git config user.name 'github-actions[bot]'
&& git add .
&& git commit -am 'Release for https://github.com/EhTagTranslation/EhSyringe/tree/${{ github.event.ref }}'
&& git commit -am 'Release for ![${{ github.event.ref }}](https://github.com/EhTagTranslation/EhSyringe/tree/${{ github.event.ref }})'
- name: Push to release branch
uses: ad-m/github-push-action@master
with:
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
"clean": "rimraf dist releases"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/runtime": "^7.23.2",
"@types/chrome": "^0.0.251",
"@babel/core": "^7.23.5",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.23.5",
"@types/chrome": "^0.0.253",
"@types/escape-html": "^1.0.4",
"@types/node": "^20.9.0",
"@types/node": "^20.10.1",
"@types/tampermonkey": "^5.0.2",
"@types/webextension-polyfill": "^0.10.6",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@webextension-toolbox/webpack-webextension-plugin": "^3.2.1",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"execa": "^8.0.1",
Expand All @@ -55,28 +55,28 @@
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"type-fest": "^4.7.1",
"typescript": "^5.2.2",
"type-fest": "^4.8.2",
"typescript": "^5.3.2",
"web-ext": "^7.8.0",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-userscript": "^2.5.8",
"yargs": "^17.7.2"
},
"dependencies": {
"core-js": "^3.33.2",
"core-js": "^3.33.3",
"emoji-regex": "^10.3.0",
"escape-html": "^1.0.3",
"idb-keyval": "^6.2.1",
"lit-html": "^3.0.2",
"lit-html": "^3.1.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"typedi": "^0.10.0",
Expand Down
Loading

0 comments on commit d8710fe

Please sign in to comment.