bump: dependencies

This commit is contained in:
Jean-Baptiste Pasquier 2021-06-15 14:21:14 +02:00
parent 0c31d412ce
commit a2123f07df
3 changed files with 569 additions and 460 deletions

View File

@ -41,7 +41,7 @@ build:
test:e2e:
stage: test
image: cypress/included:5.6.0
image: cypress/included:7.5.0
services:
- name: ${CI_REGISTRY_IMAGE}/djangoldp:latest
before_script:

1015
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -59,16 +59,16 @@
"dependencies": {
"@startinblox/orbit-styling-framework": "^1.9.9",
"cross-env": "^7.0.3",
"fs-extra": "^9.0.1",
"fs-extra": "^10.0.0",
"normalize.css": "^8.0.1",
"parcel-bundler": "^1.12.5",
"parcel-plugin-sw-cache": "^0.3.1",
"pug": "^3.0.0",
"rimraf": "^2.7.1",
"sass": "^1.29.0"
"pug": "^3.0.2",
"rimraf": "^3.0.2",
"sass": "^1.35.0"
},
"devDependencies": {
"cypress": "^5.6.0",
"cypress-localstorage-commands": "^1.2.4"
"cypress": "^7.5.0",
"cypress-localstorage-commands": "^1.4.5"
}
}