Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-01-25 01:12:36 +0300
committerDavid O'Regan <doregan@gitlab.com>2022-01-25 20:58:51 +0300
commit49a1df2eede228137fd2f9baad004614862adbad (patch)
tree0a470d5ae1d0c803e791137b0afd41b98dd92f3f /package.json
parent6d4e30f1c14917cf895ee9250c29e0e18309796a (diff)
Update Popperjs dependency to next major version
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a005e833..2879833d 100644
--- a/package.json
+++ b/package.json
@@ -38,11 +38,11 @@
"dependencies": {
"@gitlab/svgs": "^2.2.0",
"@gitlab/ui": "^33.0.0",
+ "@popperjs/core": "^2.11.2",
"@tnir/instantsearch.js": "4.13.2-q.1",
"algoliasearch": "4.12.0",
"bootstrap": "^4.6.0",
"pikaday": "^1.8.2",
- "popper.js": "1.16.1-lts",
"vue": "^2.6.14"
}
}