Skip to content

Commit 1b0302b

Browse files
committed
⬆️ Update nullstack-adapt-babel to v0.0.23
1 parent 756e123 commit 1b0302b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/active-class-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"stackblitz": {
1212
"installDependencies": false,
13-
"startCommand": "npm i [email protected].20 -D && nullstack-adapt-babel && npm start",
13+
"startCommand": "npm i [email protected].23 -D && nullstack-adapt-babel && npm start",
1414
"compileTrigger": "save"
1515
}
1616
}

examples/analyze-bundles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"stackblitz": {
1818
"installDependencies": false,
19-
"startCommand": "npm i [email protected].20 -D && nullstack-adapt-babel && npm start",
19+
"startCommand": "npm i [email protected].23 -D && nullstack-adapt-babel && npm start",
2020
"compileTrigger": "save"
2121
}
2222
}

examples/basic-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"stackblitz": {
1212
"installDependencies": false,
13-
"startCommand": "npm i [email protected].20 -D && nullstack-adapt-babel && npm start",
13+
"startCommand": "npm i [email protected].23 -D && nullstack-adapt-babel && npm start",
1414
"compileTrigger": "save"
1515
}
1616
}

examples/environment-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"stackblitz": {
1414
"installDependencies": false,
15-
"startCommand": "npm i [email protected].20 -D && nullstack-adapt-babel && npm start",
15+
"startCommand": "npm i [email protected].23 -D && nullstack-adapt-babel && npm start",
1616
"compileTrigger": "save"
1717
}
1818
}

examples/head-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"stackblitz": {
1212
"installDependencies": false,
13-
"startCommand": "npm i [email protected].20 -D && nullstack-adapt-babel && npm start",
13+
"startCommand": "npm i [email protected].23 -D && nullstack-adapt-babel && npm start",
1414
"compileTrigger": "save"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"stackblitz": {
1212
"installDependencies": false,
13-
"startCommand": "npm i [email protected].20 -D && nullstack-adapt-babel && npm start",
13+
"startCommand": "npm i [email protected].23 -D && nullstack-adapt-babel && npm start",
1414
"compileTrigger": "save"
1515
},
1616
"dependencies": {

examples/with-tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"stackblitz": {
1414
"installDependencies": false,
15-
"startCommand": "npm i [email protected].20 -D && nullstack-adapt-babel && npm start",
15+
"startCommand": "npm i [email protected].23 -D && nullstack-adapt-babel && npm start",
1616
"compileTrigger": "save"
1717
}
1818
}

examples/with-videojs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"stackblitz": {
1717
"installDependencies": false,
18-
"startCommand": "npm i [email protected].20 -D && nullstack-adapt-babel && npm start",
18+
"startCommand": "npm i [email protected].23 -D && nullstack-adapt-babel && npm start",
1919
"compileTrigger": "save"
2020
}
2121
}

0 commit comments

Comments
 (0)