Skip to content

Commit

Permalink
Merge pull request #2 from vitepw/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
flydev-fr authored Oct 31, 2023
2 parents c94ab5e + 7f2e57f commit 61823bd
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"ignorePatterns": ["/src/static_dependencies/**/*"],
rules: {
"no-trailing-spaces": "error",
},
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hi! Thanks for your interest in contributing to the plugin! Before submitting yo

You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs or implement features. You'll see a Codeflow button on issues to start a PR to fix them. A button will also appear on PRs to review them without needing to check out the branch locally. When using Codeflow, the plugin repository will be cloned for you in an online editor in watch mode ready to test your changes. If you'd like to learn more, check out the [Codeflow docs](https://developer.stackblitz.com/codeflow/what-is-codeflow).

[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow.svg)](https://pr.new/flydev-fr/processwire-vite-plugin)
[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow.svg)](https://pr.new/vitepw/processwire-vite-plugin)

## Repo Setup

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x. 20.x]
node-version: [18, 20, 21]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"vite": "^3.0.0 || ^4.4.9"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"picocolors": "^1.0.0",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 61823bd

Please sign in to comment.