Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Jan 24, 2024
1 parent ea807bc commit 63d9b43
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 24, 2024 6:07 AM UTC.
# Last generated Jan 24, 2024 7:28 AM UTC.

[production]
node >= 20.9.0
Expand Down
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 24, 2024 6:07 AM UTC.
# Last generated Jan 24, 2024 7:28 AM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 24, 2024 6:07 AM UTC.
# Last generated Jan 24, 2024 7:28 AM UTC.

# Default

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 24, 2024 6:07 AM UTC.
# Last generated Jan 24, 2024 7:28 AM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 24, 2024 6:07 AM UTC.
# Last generated Jan 24, 2024 7:28 AM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 24, 2024 6:07 AM UTC.
# Last generated Jan 24, 2024 7:28 AM UTC.

# Packages

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @note This entire file will be updated automatically.
* @note Instead of editing here, please review `./settings.mjs`.
*
* Last generated using `./settings.mjs` Jan 24, 2024 6:07 AM UTC.
* Last generated using `./settings.mjs` Jan 24, 2024 7:28 AM UTC.
*/
{
"editor.formatOnType": false,
Expand Down
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 24, 2024 6:07 AM UTC.
# Last generated Jan 24, 2024 7:28 AM UTC.

# Locals

Expand Down
152 changes: 76 additions & 76 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.0.113",
"version": "4.0.114",
"license": "MIT",
"name": "@clevercanyon/micromatch.fork",
"description": "Glob matching. A replacement and faster alternative to minimatch and multimatch.",
Expand Down Expand Up @@ -35,15 +35,15 @@
"types": "",
"typesVersions": {},
"dependencies": {
"braces": "npm:@clevercanyon/braces.fork@^3.0.108",
"picomatch": "npm:@clevercanyon/picomatch.fork@^2.3.107"
"braces": "npm:@clevercanyon/braces.fork@^3.0.109",
"picomatch": "npm:@clevercanyon/picomatch.fork@^2.3.108"
},
"peerDependencies": {},
"peerDependenciesMeta": {},
"optionalDependencies": {},
"bundleDependencies": [],
"devDependencies": {
"@clevercanyon/dev-deps": "^1.0.337"
"@clevercanyon/dev-deps": "^1.0.338"
},
"overrides": {},
"cpu": ["x64", "arm64"],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @note This entire file will be updated automatically.
* @note Instead of editing here, please review `./tsconfig.mjs`.
*
* Last generated using `./tsconfig.mjs` Jan 24, 2024 6:07 AM UTC.
* Last generated using `./tsconfig.mjs` Jan 24, 2024 7:28 AM UTC.
*/
{
"include": ["./src/**/*", "./dev-types.d.ts"],
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# @note This entire file will be updated automatically.
# @note Instead of editing here, please review `./wrangler.mjs`.
#
# Last generated using `./wrangler.mjs` Jan 24, 2024 6:07 AM UTC.
# Last generated using `./wrangler.mjs` Jan 24, 2024 7:28 AM UTC.
##

send_metrics = false
Expand Down

0 comments on commit 63d9b43

Please sign in to comment.