dev dependencies
parent
880a6fd23a
commit
31837d4370
|
|
@ -67,10 +67,10 @@
|
|||
"@types/randomcolor": "^0.5.9",
|
||||
"@types/session-file-store": "^1.2.5",
|
||||
"axe-core": "^4.10.3",
|
||||
"cypress": "^14.3.1",
|
||||
"cypress": "^14.3.2",
|
||||
"cypress-axe": "^1.6.0",
|
||||
"eslint-config-cityssm": "^22.2.2",
|
||||
"nodemon": "^3.1.9",
|
||||
"nodemon": "^3.1.10",
|
||||
"prettier-config-cityssm": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -4175,9 +4175,9 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "14.3.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.1.tgz",
|
||||
"integrity": "sha512-/2q06qvHMK3PNiadnRW1Je0lJ43gAFPQJUAK2zIxjr22kugtWxVQznTBLVu1AvRH+RP3oWZhCdWqiEi+0NuqCg==",
|
||||
"version": "14.3.2",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.2.tgz",
|
||||
"integrity": "sha512-n+yGD2ZFFKgy7I3YtVpZ7BcFYrrDMcKj713eOZdtxPttpBjCyw/R8dLlFSsJPouneGN7A/HOSRyPJ5+3/gKDoA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
@ -9385,9 +9385,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/nodemon": {
|
||||
"version": "3.1.9",
|
||||
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz",
|
||||
"integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==",
|
||||
"version": "3.1.10",
|
||||
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz",
|
||||
"integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -93,10 +93,10 @@
|
|||
"@types/randomcolor": "^0.5.9",
|
||||
"@types/session-file-store": "^1.2.5",
|
||||
"axe-core": "^4.10.3",
|
||||
"cypress": "^14.3.1",
|
||||
"cypress": "^14.3.2",
|
||||
"cypress-axe": "^1.6.0",
|
||||
"eslint-config-cityssm": "^22.2.2",
|
||||
"nodemon": "^3.1.9",
|
||||
"nodemon": "^3.1.10",
|
||||
"prettier-config-cityssm": "^1.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue