1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix #1711 update bootstrap (#1750)

* fix #1711 update bootstrap

* Don't check for cached PNPM since it's setup later
This commit is contained in:
Robert-Jan de Dreu
2023-10-20 11:25:22 +02:00
committed by GitHub
parent 5ca1214c9f
commit 13027f2050
3 changed files with 12 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: pnpm
- name: Install PNPM
uses: pnpm/action-setup@v2

View File

@@ -191,7 +191,7 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tabler/icons": "^2.35.0",
"bootstrap": "5.3.1"
"bootstrap": "5.3.2"
},
"peerDependencies": {
"@melloware/coloris": "^0.19.1",

22
pnpm-lock.yaml generated
View File

@@ -15,8 +15,8 @@ dependencies:
specifier: ^2.35.0
version: 2.35.0
bootstrap:
specifier: 5.3.1
version: 5.3.1(@popperjs/core@2.11.8)
specifier: 5.3.2
version: 5.3.2(@popperjs/core@2.11.8)
devDependencies:
'@babel/core':
@@ -2846,8 +2846,8 @@ packages:
readable-stream: 3.6.2
dev: true
/bootstrap@5.3.1(@popperjs/core@2.11.8):
resolution: {integrity: sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==}
/bootstrap@5.3.2(@popperjs/core@2.11.8):
resolution: {integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==}
peerDependencies:
'@popperjs/core': ^2.11.8
dependencies:
@@ -3237,7 +3237,7 @@ packages:
normalize-path: 3.0.0
readdirp: 3.6.0
optionalDependencies:
fsevents: 2.3.2
fsevents: 2.3.3
dev: true
/chromatic@6.17.4:
@@ -4658,12 +4658,12 @@ packages:
requiresBuild: true
dependencies:
bindings: 1.5.0
nan: 2.17.0
nan: 2.18.0
dev: true
optional: true
/fsevents@2.3.2:
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
/fsevents@2.3.3:
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
requiresBuild: true
@@ -6736,8 +6736,8 @@ packages:
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dev: true
/nan@2.17.0:
resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==}
/nan@2.18.0:
resolution: {integrity: sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==}
requiresBuild: true
dev: true
optional: true
@@ -8134,7 +8134,7 @@ packages:
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
fsevents: 2.3.2
fsevents: 2.3.3
dev: true
/rtlcss@3.5.0: