Skip to content

Commit 66b8726

Browse files
committed
fix: update Bolt dependencies in Drupal Lab example to the latest versions
1 parent 12b3639 commit 66b8726

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

example-integrations/drupal-lab/web/themes/bolt-starter/.boltrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ module.exports = {
33
buildDir: './dist/',
44
wwwDir: '../../',
55
verbosity: 1,
6+
enableCache: true,
67
components: {
78
global: [
89
'@bolt/global',
910
'@bolt/components-button',
1011
'@bolt/components-headline',
1112
'@bolt/components-link',
1213
'@bolt/components-icon',
14+
'@bolt/components-navbar',
15+
'@bolt/components-sticky',
1316
],
1417
individual: [
1518
// example specifying a standalone component's CSS and JS individually
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bolt/bolt-starter",
33
"description": "Drupal 8 Starter Theme using the Bolt Design System",
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"private": true,
66
"publishConfig": {
77
"access": "public"
@@ -11,11 +11,14 @@
1111
"start": "bolt start"
1212
},
1313
"dependencies": {
14-
"@bolt/build-tools": "^2.2.2",
15-
"@bolt/components-button": "^2.2.2",
16-
"@bolt/components-headline": "^2.2.2",
17-
"@bolt/components-icon": "^2.2.2",
18-
"@bolt/components-link": "^2.2.2",
19-
"@bolt/global": "^2.2.2"
14+
"@bolt/twig-renderer": "^2.3.0",
15+
"@bolt/build-tools": "^2.3.0",
16+
"@bolt/components-button": "^2.3.0",
17+
"@bolt/components-sticky": "^2.3.0",
18+
"@bolt/components-navbar": "^2.3.0",
19+
"@bolt/components-headline": "^2.3.0",
20+
"@bolt/components-icon": "^2.3.0",
21+
"@bolt/components-link": "^2.3.0",
22+
"@bolt/global": "^2.3.0"
2023
}
2124
}

0 commit comments

Comments
 (0)