Skip to content

Commit 94dda2d

Browse files
committed
ci: it moved again
1 parent b893e16 commit 94dda2d

File tree

7 files changed

+89
-64
lines changed

7 files changed

+89
-64
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/hydrogen
1+
lts/jod

html-web-page/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "romcal-html-web-page-example",
33
"scripts": {
4-
"prestart": "cp ../node_modules/romcal/rites/roman1969/dist/iife/romcal.js public/romcal/romcal.js && cp ./node_modules/@romcal/calendar.france/iife/fr.js public/romcal/fr.js",
4+
"prestart": "cp ./node_modules/romcal/rites/roman1969/dist/iife/romcal.js public/romcal/romcal.js && cp ./node_modules/@romcal/calendar.france/iife/fr.js public/romcal/fr.js",
55
"start": "http-server -g -p ${ROMCAL_APP_PORT:-3000} ./public",
66
"build": "exit 0",
77
"test:ui": "cypress run",
@@ -15,6 +15,6 @@
1515
},
1616
"license": "MIT",
1717
"devDependencies": {
18-
"cypress": "^14.3.3"
18+
"cypress": "^15.6.0"
1919
}
2020
}

package-lock.json

Lines changed: 81 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "npm run test --workspaces --if-present",
88
"start": "tsx scripts/start.ts",
9-
"build": "npm run build --workspaces --if-present"
9+
"build": "npm run build --workspaces --if-present",
10+
"clean": "rm -rf node_modules ./**/node_modules ./**/dist ./**/build ./**/out ./**/coverage"
1011
},
1112
"repository": {
1213
"type": "git",

react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"@typescript-eslint/eslint-plugin": "^8.32.1",
114114
"@typescript-eslint/parser": "^8.32.1",
115115
"@vitejs/plugin-react": "^4.4.1",
116-
"cypress": "^14.3.3",
116+
"cypress": "^15.6.0",
117117
"cypress-vite": "^1.6.0",
118118
"eslint": "^9.27.0",
119119
"eslint-config-prettier": "^9.1.0",

rest-api-with-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@eslint/js": "^9.27.0",
2424
"chai": "^5.2.0",
2525
"chai-http": "^5.1.2",
26-
"cypress": "^14.4.0",
26+
"cypress": "^15.6.0",
2727
"eslint": "^9.27.0",
2828
"eslint-config-airbnb-base": "^15.0.0",
2929
"eslint-config-prettier": "^10.1.5",

rest-api-with-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@eslint/js": "^9.27.0",
2727
"chai": "^5.2.0",
2828
"chai-http": "^5.1.2",
29-
"cypress": "^14.4.0",
29+
"cypress": "^15.6.0",
3030
"eslint": "^9.27.0",
3131
"eslint-config-airbnb-base": "^15.0.0",
3232
"eslint-config-prettier": "^10.1.5",

0 commit comments

Comments
 (0)