1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 13:46:38 -04:00

bump some deps

This commit is contained in:
2021-08-13 09:51:17 -04:00
parent f7b179b4f8
commit 86ded40854
3 changed files with 397 additions and 485 deletions

View File

@ -9,6 +9,8 @@ updates:
ignore: ignore:
- dependency-name: "@types/*" - dependency-name: "@types/*"
- dependency-name: "@fontsource/*" - dependency-name: "@fontsource/*"
labels:
- "📦 dependencies"
commit-message: commit-message:
prefix: "📦 npm:" prefix: "📦 npm:"
@ -16,5 +18,7 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: weekly interval: weekly
labels:
- "📦 dependencies"
commit-message: commit-message:
prefix: "📦 ci:" prefix: "📦 ci:"

View File

@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jakejarvis/jarv.is.git" "url": "https://github.com/jakejarvis/jarv.is.git"
}, },
"type": "module", "type": "module",
"exports": "./assets/js/index.js", "exports": "./assets/js/index.js",
@ -32,9 +32,9 @@
"@fontsource/comic-neue": "4.5.0", "@fontsource/comic-neue": "4.5.0",
"@fontsource/inter": "4.5.0", "@fontsource/inter": "4.5.0",
"@fontsource/roboto-mono": "4.5.0", "@fontsource/roboto-mono": "4.5.0",
"@jakejarvis/dark-mode": "0.6.2", "@jakejarvis/dark-mode": "0.6.3",
"@octokit/graphql": "^4.6.4", "@octokit/graphql": "^4.6.4",
"@octokit/graphql-schema": "^10.59.0", "@octokit/graphql-schema": "^10.60.1",
"@sentry/node": "^6.11.0", "@sentry/node": "^6.11.0",
"cross-fetch": "3.1.4", "cross-fetch": "3.1.4",
"date-fns": "2.23.0", "date-fns": "2.23.0",
@ -58,14 +58,14 @@
"@babel/core": "^7.15.0", "@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0", "@babel/eslint-parser": "^7.15.0",
"@babel/preset-env": "^7.15.0", "@babel/preset-env": "^7.15.0",
"@percy/cli": "^1.0.0-beta.63", "@percy/cli": "^1.0.0-beta.65",
"@types/node-fetch": "^2.5.12", "@types/node-fetch": "^2.5.12",
"@types/numeral": "^2.0.1", "@types/numeral": "^2.0.1",
"@types/twemoji": "^12.1.2", "@types/twemoji": "^12.1.2",
"@types/url-parse": "^1.4.3", "@types/url-parse": "^1.4.4",
"@typescript-eslint/eslint-plugin": "^4.29.0", "@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.0", "@typescript-eslint/parser": "^4.29.1",
"@vercel/node": "^1.12.0", "@vercel/node": "^1.12.1",
"autoprefixer": "^10.3.1", "autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"babel-plugin-template-html-minifier": "^4.1.0", "babel-plugin-template-html-minifier": "^4.1.0",
@ -78,8 +78,8 @@
"del": "^6.0.0", "del": "^6.0.0",
"eslint": "~7.32.0", "eslint": "~7.32.0",
"eslint-config-prettier": "~8.3.0", "eslint-config-prettier": "~8.3.0",
"eslint-plugin-compat": "~3.11.1", "eslint-plugin-compat": "~3.12.0",
"eslint-plugin-import": "~2.23.4", "eslint-plugin-import": "~2.24.0",
"eslint-plugin-lit": "~1.5.1", "eslint-plugin-lit": "~1.5.1",
"eslint-plugin-no-unsanitized": "~3.1.5", "eslint-plugin-no-unsanitized": "~3.1.5",
"eslint-plugin-prettier": "~3.4.0", "eslint-plugin-prettier": "~3.4.0",
@ -88,7 +88,7 @@
"gulp-cli": "^2.3.0", "gulp-cli": "^2.3.0",
"gulp-execa": "^3.0.2", "gulp-execa": "^3.0.2",
"gulp-html-minifier-terser": "^6.0.1", "gulp-html-minifier-terser": "^6.0.1",
"gulp-imagemin": "^7.1.0", "gulp-imagemin": "^8.0.0",
"hugo-extended": "0.86.1", "hugo-extended": "0.86.1",
"lint-staged": "^11.1.2", "lint-staged": "^11.1.2",
"markdownlint-cli": "~0.28.1", "markdownlint-cli": "~0.28.1",
@ -118,7 +118,7 @@
"terser": "^5.7.1", "terser": "^5.7.1",
"terser-webpack-plugin": "^5.1.4", "terser-webpack-plugin": "^5.1.4",
"typescript": "^4.3.5", "typescript": "^4.3.5",
"webpack": "^5.49.0", "webpack": "^5.50.0",
"webpack-assets-manifest": "^5.0.6", "webpack-assets-manifest": "^5.0.6",
"webpack-bundle-analyzer": "^4.4.2", "webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2", "webpack-cli": "^4.7.2",
@ -150,5 +150,9 @@
"markdownlint", "markdownlint",
"pretty-quick --staged" "pretty-quick --staged"
] ]
},
"volta": {
"node": "14.17.5",
"yarn": "1.22.10"
} }
} }

850
yarn.lock

File diff suppressed because it is too large Load Diff