Skip to content

Commit

Permalink
Merge renovate mrs in one (#74)
Browse files Browse the repository at this point in the history
Update all deps
  • Loading branch information
lunatetzuka authored Oct 13, 2023
1 parent 4ed9116 commit 74d0e48
Show file tree
Hide file tree
Showing 4 changed files with 1,913 additions and 1,441 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:

jobs:
build_and_test:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: yarn
Expand All @@ -17,4 +17,4 @@ jobs:
run: yarn test

- name: Build
run: yarn build
run: yarn build
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"env": {
"test": {
"presets": [
["@babel/preset-env",{ "targets": { "esmodules": true } } ],
["@babel/preset-env", { "targets": { "esmodules": true } } ],
"@babel/preset-typescript",
["minify", false]
],
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
"check:build": "yarn types && yarn test && yarn build"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.3",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.21.0",
"@types/jest": "29.5.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/jest": "29.5.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"awesome-typescript-loader": "5.2.1",
"babel-jest": "29.5.0",
"babel-plugin-add-module-exports": "1.0.4",
"babel-preset-minify": "0.5.2",
"eslint": "8.36.0",
"eslint-plugin-import": "2.27.5",
"eslint": "8.51.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"http-server": "14.1.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"typescript": "4.9.5"
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"typescript": "5.2.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 74d0e48

Please sign in to comment.