Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 20a34e8 commit 4d68749
Show file tree
Hide file tree
Showing 6 changed files with 4,055 additions and 3,431 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.16.1
nodejs 18.20.2
yarn 1.22.19
881 changes: 0 additions & 881 deletions .yarn/releases/yarn-4.0.0-rc.47.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ plugins:
path: .yarn/plugins/plugin-auto-install.cjs
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v1.9.2/index.cjs'

yarnPath: .yarn/releases/yarn-4.0.0-rc.47.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,64 +33,64 @@
},
"prettier": "@willbooster/prettier-config",
"dependencies": {
"jquery": "3.7.0",
"jquery": "3.7.1",
"pako": "2.1.0"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/core": "7.24.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@playwright/test": "1.35.1",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-node-resolve": "15.1.0",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@playwright/test": "1.44.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@tsconfig/svelte": "4.0.1",
"@types/chrome": "0.0.239",
"@types/eslint": "8.40.2",
"@types/jquery": "3.5.16",
"@types/micromatch": "4.0.2",
"@types/pako": "2.0.0",
"@types/sass": "1.43.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@types/chrome": "0.0.268",
"@types/eslint": "8.56.10",
"@types/jquery": "3.5.30",
"@types/micromatch": "4.0.7",
"@types/pako": "2.0.3",
"@types/sass": "1.45.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@willbooster/eslint-config-ts": "10.2.0",
"@willbooster/prettier-config": "9.1.1",
"@willbooster/renovate-config": "9.5.0",
"babel-plugin-transform-remove-console": "6.9.4",
"bestzip": "2.2.1",
"conventional-changelog-conventionalcommits": "6.1.0",
"cross-env": "7.0.3",
"dotenv-cli": "7.2.1",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-sort-class-members": "1.18.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-sort-destructure-keys": "1.6.0",
"eslint-plugin-svelte3": "4.0.0",
"eslint-plugin-unicorn": "47.0.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"lint-staged": "13.3.0",
"micromatch": "4.0.5",
"pinst": "3.0.0",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.1",
"rollup": "3.26.0",
"rollup-plugin-svelte": "7.1.6",
"rollup": "3.29.4",
"rollup-plugin-svelte": "7.2.0",
"rollup-plugin-terser": "7.0.2",
"sass": "1.63.6",
"sass": "1.77.1",
"semantic-release": "20.1.3",
"semantic-release-chrome": "3.2.0",
"semantic-release-firefox-add-on": "0.2.8",
"sort-package-json": "2.4.1",
"svelte": "4.0.1",
"svelte-check": "3.4.4",
"svelte-preprocess": "5.0.4",
"typescript": "5.1.6"
"sort-package-json": "2.10.0",
"svelte": "4.2.17",
"svelte-check": "3.7.1",
"svelte-preprocess": "5.1.4",
"typescript": "5.4.5"
},
"packageManager": "yarn@4.0.0-rc.47"
"packageManager": "yarn@4.2.2"
}

0 comments on commit 4d68749

Please sign in to comment.