Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 0dc2c2e commit 8eba05e
Show file tree
Hide file tree
Showing 5 changed files with 802 additions and 785 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 22.11
nodejs 22.13
yarn 1.22.22
556 changes: 278 additions & 278 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.6.0.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 @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,32 @@
"@babel/plugin-transform-react-jsx-source": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@blueprintjs/core": "5.14.2",
"@blueprintjs/datetime2": "2.3.15",
"@blueprintjs/icons": "5.14.0",
"@blueprintjs/select": "5.3.3",
"@blueprintjs/core": "5.16.2",
"@blueprintjs/datetime2": "2.3.19",
"@blueprintjs/icons": "5.16.0",
"@blueprintjs/select": "5.3.7",
"@eslint/js": "^9.14.0",
"@lcdp/offline-plugin": "5.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@types/better-sqlite3": "7.6.11",
"@types/better-sqlite3": "7.6.12",
"@types/eslint__js": "^8.42.3",
"@types/fuzzy-search": "2.1.5",
"@types/inquirer": "9.0.7",
"@types/jsdom": "21.1.7",
"@types/node": "22.9.0",
"@types/node": "22.10.5",
"@types/papaparse": "patch:@types/papaparse@npm%3A5.3.14#~/.yarn/patches/@types-papaparse-npm-5.3.14-864eddd3a0.patch",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "10.4.20",
"axios": "1.7.7",
"axios": "1.7.9",
"babel-loader": "9.2.1",
"better-sqlite3": "11.5.0",
"better-sqlite3": "11.7.2",
"cacheable-lookup": "7.0.0",
"canvas": "3.0.0-rc2",
"canvas": "3.0.1",
"classnames": "2.5.1",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"cross-spawn": "7.0.5",
"cross-spawn": "7.0.6",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"date-fns": "2.30.0",
Expand All @@ -85,12 +85,12 @@
"iconv-lite": "0.6.3",
"inquirer": "9.3.7",
"jimp": "1.6.0",
"jotai": "2.10.2",
"jotai": "2.11.0",
"jsdom": "25.0.1",
"json-schema-to-typescript": "15.0.3",
"jsonschema": "1.4.1",
"jsonschema": "1.5.0",
"mini-css-extract-plugin": "2.9.2",
"modern-screenshot": "4.5.4",
"modern-screenshot": "4.5.5",
"nanoid": "5.0.8",
"normalize.css": "8.0.1",
"p-queue": "8.0.1",
Expand All @@ -102,27 +102,27 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-intl": "6.8.7",
"react-refresh": "0.14.2",
"react-intl": "6.8.9",
"react-refresh": "0.16.0",
"sanitize-filename": "1.6.3",
"simfile-parser": "0.7.2",
"simfile-parser": "0.8.1",
"style-loader": "4.0.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "^8.14.0",
"undici": "6.21.0",
"victory": "37.3.2",
"webpack": "5.96.1",
"victory": "37.3.5",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-dev-server": "5.2.0",
"webpack-sources": "3.2.3",
"xml2js": "0.6.2",
"zip-webpack-plugin": "4.0.2",
"zustand": "5.0.1"
"zip-webpack-plugin": "4.0.3",
"zustand": "5.0.3"
},
"resolutions": {
"loader-utils": "^2.0.0",
"semver": "^7.5.2",
"xml2js": "0.6.2"
},
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.6.0"
}
Loading

0 comments on commit 8eba05e

Please sign in to comment.