Skip to content

Commit

Permalink
Chore: update dev dependencies (#3960)
Browse files Browse the repository at this point in the history
* Chore: update dev dependencies

* Add nvmrc

* Rm nvmrc

* Yarn v1

* Fix cypress-image-snapshot import
  • Loading branch information
katspaugh authored Dec 14, 2024
1 parent 0cd146c commit 329c849
Show file tree
Hide file tree
Showing 3 changed files with 620 additions and 584 deletions.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'cypress'
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin'
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin.js'

export default defineConfig({
video: false,
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,21 @@
"serve": "npx live-server --port=9090 --no-browser --ignore='.*,src,cypress,scripts'",
"start": "npm run build:dev & npm run serve"
},
"packageManager": "yarn@1.22.22",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"cypress": "^13.9.0",
"@rollup/plugin-typescript": "^12.1.1",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"cypress": "^13.16.1",
"cypress-image-snapshot": "^4.0.1",
"eslint": "^8",
"eslint-config-prettier": "^8",
"eslint-plugin-prettier": "^4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"glob": "^11.0.0",
"prettier": "^2",
"rollup": "^4.17.2",
"prettier": "^3.4.2",
"rollup": "^4.28.1",
"rollup-plugin-dts": "^6.1.0",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 329c849

Please sign in to comment.