1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-04-26 04:35:22 -04:00

bump deps and enable dependabot

This commit is contained in:
Jake Jarvis 2022-02-13 10:32:44 -05:00
parent 59a08ffa82
commit 75a592dec3
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
5 changed files with 612 additions and 632 deletions

17
.eslintrc.json Normal file
View File

@ -0,0 +1,17 @@
{
"extends": [
"@jakejarvis/eslint-config"
],
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"env": {
"node": true,
"es6": true,
"browser": true
},
"ignorePatterns": [
"*.d.ts"
]
}

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
schedule:
interval: "daily"
commit-message:
prefix: "📦 npm:"

View File

@ -5,10 +5,13 @@
"main": "index.js",
"scripts": {
"start": "miniflare index.js --watch --debug",
"lint": "eslint .",
"deploy": "wrangler publish"
},
"devDependencies": {
"@cloudflare/wrangler": "^1.19.5",
"miniflare": "^1.4.1"
"@cloudflare/wrangler": "^1.19.8",
"@jakejarvis/eslint-config": "github:jakejarvis/eslint-config#main",
"eslint": "~8.9.0",
"miniflare": "^2.3.0"
}
}

View File

@ -1,8 +1,5 @@
name = "simpip"
type = "javascript"
account_id = "bd1a636a30a817137ce1e91c9e407373"
workers_dev = false
[env.production]
zone_id = "01417e1ce40cd6425a9ff87225bbd63a"
route = "simpip.com/*"

1207
yarn.lock

File diff suppressed because it is too large Load Diff