Skip to content

Commit

Permalink
chore: bump ts and vite version (#68)
Browse files Browse the repository at this point in the history
* chore: bump ts and vite version

* chore: fix

* chore: fix

* chore: fix
  • Loading branch information
Saul-Mirone committed May 27, 2024
1 parent fd502fc commit 13b7e3a
Show file tree
Hide file tree
Showing 4 changed files with 5,704 additions and 4,461 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 18.6.0
node-version: 20.11.0

- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
with:
version: latest
run_install: false
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
firefox-version: latest-esr

- name: run e2e test on chrome
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
env:
CYPRESS_SERVER_PORT: 7000
CYPRESS_PORT: 8000
Expand All @@ -65,7 +65,7 @@ jobs:
browser: chrome

- name: run e2e test on firefox
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
env:
CYPRESS_SERVER_PORT: 7001
CYPRESS_PORT: 8000
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"cypress": "^13.0.0",
"cypress": "^13.2.0",
"lit": "^3.0.0",
"prosemirror-example-setup": "^1.2.1",
"prosemirror-menu": "^1.2.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"license": "MIT",
"engines": {
"node": ">=16",
"pnpm": ">=7"
"node": ">=20",
"pnpm": ">=9"
},
"scripts": {
"build": "pnpm -r run build",
Expand Down Expand Up @@ -38,8 +38,8 @@
"prosemirror-state": "^1.4.2",
"prosemirror-view": "^1.30.2",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^5.0.0"
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 13b7e3a

Please sign in to comment.