Merge branch 'update-dependencies' into 'dev'

Bump v5.6.1

See merge request turris/reforis/foris-js!213
merge-requests/215/head
Aleksandr Gumroian 4 months ago
commit 0fd7c08188
  1. 4
      .gitlab-ci.yml
  2. 1296
      package-lock.json
  3. 6
      package.json

@ -1,4 +1,4 @@
image: node:16-alpine
image: registry.nic.cz/turris/reforis/reforis/reforis-image
stages:
- test
@ -6,7 +6,7 @@ stages:
- publish
before_script:
- apk add make
- apt-get update && apt-get install -y make
- npm install
test:

1296
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{
"name": "foris",
"version": "5.6.0",
"version": "5.6.1",
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
"author": "CZ.NIC, z.s.p.o.",
"repository": {
@ -22,7 +22,7 @@
"react-uid": "^2.2.0"
},
"peerDependencies": {
"bootstrap": "4.4.1",
"bootstrap": "^4.6.2",
"prop-types": "15.8.1",
"react": "16.9.0",
"react-dom": "16.9.0",
@ -38,7 +38,7 @@
"@testing-library/react": "^8.0.9",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.5.0",
"bootstrap": "^4.6.2",
"css-loader": "^5.2.4",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",

Loading…
Cancel
Save