Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit bce03b0

Browse files
chore(deps): update all non-major dependencies
1 parent 20a34e8 commit bce03b0

File tree

6 files changed

+1217
-1103
lines changed

6 files changed

+1217
-1103
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 18.16.1
1+
nodejs 18.17.0
22
yarn 1.22.19

.yarn/releases/yarn-4.0.0-rc.47.cjs

Lines changed: 0 additions & 881 deletions
This file was deleted.

.yarn/releases/yarn-4.0.0-rc.48.cjs

Lines changed: 881 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ plugins:
1111
path: .yarn/plugins/plugin-auto-install.cjs
1212
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v1.9.2/index.cjs'
1313

14-
yarnPath: .yarn/releases/yarn-4.0.0-rc.47.cjs
14+
yarnPath: .yarn/releases/yarn-4.0.0-rc.48.cjs

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@
3737
"pako": "2.1.0"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "7.22.5",
40+
"@babel/core": "7.22.9",
4141
"@babel/plugin-proposal-class-properties": "7.18.6",
4242
"@babel/plugin-proposal-numeric-separator": "7.18.6",
4343
"@babel/plugin-proposal-optional-chaining": "7.21.0",
44-
"@babel/preset-env": "7.22.5",
44+
"@babel/preset-env": "7.22.9",
4545
"@babel/preset-react": "7.22.5",
4646
"@babel/preset-typescript": "7.22.5",
47-
"@playwright/test": "1.35.1",
47+
"@playwright/test": "1.36.1",
4848
"@rollup/plugin-babel": "6.0.3",
49-
"@rollup/plugin-commonjs": "25.0.2",
49+
"@rollup/plugin-commonjs": "25.0.3",
5050
"@rollup/plugin-node-resolve": "15.1.0",
5151
"@tsconfig/svelte": "4.0.1",
52-
"@types/chrome": "0.0.239",
53-
"@types/eslint": "8.40.2",
52+
"@types/chrome": "0.0.241",
53+
"@types/eslint": "8.44.0",
5454
"@types/jquery": "3.5.16",
5555
"@types/micromatch": "4.0.2",
5656
"@types/pako": "2.0.0",
5757
"@types/sass": "1.43.1",
58-
"@typescript-eslint/eslint-plugin": "5.60.1",
59-
"@typescript-eslint/parser": "5.60.1",
58+
"@typescript-eslint/eslint-plugin": "5.62.0",
59+
"@typescript-eslint/parser": "5.62.0",
6060
"@willbooster/eslint-config-ts": "10.2.0",
6161
"@willbooster/prettier-config": "9.1.1",
6262
"@willbooster/renovate-config": "9.5.0",
@@ -65,7 +65,7 @@
6565
"conventional-changelog-conventionalcommits": "6.1.0",
6666
"cross-env": "7.0.3",
6767
"dotenv-cli": "7.2.1",
68-
"eslint": "8.43.0",
68+
"eslint": "8.45.0",
6969
"eslint-config-prettier": "8.8.0",
7070
"eslint-import-resolver-typescript": "3.5.5",
7171
"eslint-plugin-import": "2.27.5",
@@ -79,18 +79,18 @@
7979
"pinst": "3.0.0",
8080
"prettier": "2.8.8",
8181
"prettier-plugin-svelte": "2.10.1",
82-
"rollup": "3.26.0",
82+
"rollup": "3.26.3",
8383
"rollup-plugin-svelte": "7.1.6",
8484
"rollup-plugin-terser": "7.0.2",
85-
"sass": "1.63.6",
85+
"sass": "1.64.0",
8686
"semantic-release": "20.1.3",
8787
"semantic-release-chrome": "3.2.0",
8888
"semantic-release-firefox-add-on": "0.2.8",
89-
"sort-package-json": "2.4.1",
90-
"svelte": "4.0.1",
91-
"svelte-check": "3.4.4",
89+
"sort-package-json": "2.5.1",
90+
"svelte": "4.1.1",
91+
"svelte-check": "3.4.6",
9292
"svelte-preprocess": "5.0.4",
9393
"typescript": "5.1.6"
9494
},
95-
"packageManager": "[email protected].47"
95+
"packageManager": "[email protected].48"
9696
}

0 commit comments

Comments
 (0)