Skip to content

Commit b1a2d5d

Browse files
authored
chore: update project to Cypress 15.0.0 (#56)
* update angular standalone to angular 20 * chore: update react vite ts project * chore: update svelte deps (doesnt currently work * update vue vite project * update msw to latest and cypress to 15 beta * chore: update to Cypress 15.0.0
1 parent 9dbeee6 commit b1a2d5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+14384
-14222
lines changed

angular-standalone/.postcssrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"plugins": {
3+
"@tailwindcss/postcss": {}
4+
}
5+
}

angular-standalone/angular.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"projectType": "application",
88
"schematics": {
99
"@schematics/angular:component": {
10-
"style": "scss"
10+
"style": "css"
1111
}
1212
},
1313
"root": "",
@@ -24,15 +24,15 @@
2424
"zone.js"
2525
],
2626
"tsConfig": "tsconfig.app.json",
27-
"inlineStyleLanguage": "scss",
27+
"inlineStyleLanguage": "css",
2828
"assets": [
2929
{
3030
"glob": "**/*",
3131
"input": "public"
3232
}
3333
],
3434
"styles": [
35-
"src/styles.scss"
35+
"src/styles.css"
3636
],
3737
"scripts": []
3838
},
@@ -83,15 +83,15 @@
8383
"zone.js/testing"
8484
],
8585
"tsConfig": "tsconfig.spec.json",
86-
"inlineStyleLanguage": "scss",
86+
"inlineStyleLanguage": "css",
8787
"assets": [
8888
{
8989
"glob": "**/*",
9090
"input": "public"
9191
}
9292
],
9393
"styles": [
94-
"src/styles.scss"
94+
"src/styles.css"
9595
],
9696
"scripts": []
9797
}

0 commit comments

Comments
 (0)