⬆️ bump dependencies

This commit is contained in:
platane
2023-07-17 21:41:24 +02:00
committed by Platane
parent 7233ec9e15
commit 027f89563f
5 changed files with 740 additions and 714 deletions

View File

@@ -6,12 +6,12 @@
"repository": "github:platane/snk", "repository": "github:platane/snk",
"devDependencies": { "devDependencies": {
"@sucrase/jest-plugin": "3.0.0", "@sucrase/jest-plugin": "3.0.0",
"@types/jest": "29.4.0", "@types/jest": "29.5.3",
"@types/node": "16.11.7", "@types/node": "16.18.38",
"jest": "29.4.3", "jest": "29.6.1",
"prettier": "2.8.4", "prettier": "2.8.8",
"sucrase": "3.29.0", "sucrase": "3.33.0",
"typescript": "4.9.5" "typescript": "5.1.6"
}, },
"workspaces": [ "workspaces": [
"packages/**" "packages/**"
@@ -27,10 +27,10 @@
}, },
"scripts": { "scripts": {
"type": "tsc --noEmit", "type": "tsc --noEmit",
"lint": "yarn prettier -c '**/*.{ts,js,json,md,yml,yaml}' '!packages/*/dist/**' '!svg-only/dist/**'", "lint": "prettier -c '**/*.{ts,js,json,md,yml,yaml}' '!packages/*/dist/**' '!svg-only/dist/**'",
"test": "jest --verbose --passWithNoTests --no-cache", "test": "jest --verbose --no-cache",
"dev:demo": "( cd packages/demo ; yarn dev )", "dev:demo": "( cd packages/demo ; npm run dev )",
"build:demo": "( cd packages/demo ; yarn build )", "build:demo": "( cd packages/demo ; npm run build )",
"build:action": "( cd packages/action ; yarn build )" "build:action": "( cd packages/action ; npm run build )"
} }
} }

View File

@@ -10,14 +10,14 @@
"@snk/types": "1.0.0" "@snk/types": "1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/dat.gui": "0.7.7", "@types/dat.gui": "0.7.10",
"dat.gui": "0.7.9", "dat.gui": "0.7.9",
"html-webpack-plugin": "5.5.0", "html-webpack-plugin": "5.5.3",
"ts-loader": "9.4.1", "ts-loader": "9.4.4",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"webpack": "5.75.0", "webpack": "5.88.1",
"webpack-cli": "5.0.1", "webpack-cli": "5.1.4",
"webpack-dev-server": "4.11.1" "webpack-dev-server": "4.15.1"
}, },
"scripts": { "scripts": {
"build": "webpack", "build": "webpack",

View File

@@ -3,6 +3,6 @@
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@snk/github-user-contribution": "1.0.0", "@snk/github-user-contribution": "1.0.0",
"@vercel/node": "2.9.8" "@vercel/node": "2.15.5"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "@snk/github-user-contribution", "name": "@snk/github-user-contribution",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"node-fetch": "2.6.7" "node-fetch": "2.6.12"
}, },
"devDependencies": { "devDependencies": {
"@types/node-fetch": "2.6.2" "@types/node-fetch": "2.6.2"

1416
yarn.lock

File diff suppressed because it is too large Load Diff