Skip to content

Commit 001085a

Browse files
feat: Add default example sandbox for CodeSandbox CI (#179)
* feat: Add default example sandbox for CodeSandbox CI * fix: package * fix: add more packages and example sandbox * added missing packages * add missing dependencies * Create neat-cheetahs-wash.md Co-authored-by: anotherjsguy <[email protected]>
1 parent 3b6c1be commit 001085a

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

.changeset/neat-cheetahs-wash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"babel-plugin-filbert": patch
3+
---
4+
5+
bug: add missing dependencies

.codesandbox/ci.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"packages": [
3+
"packages/core",
4+
"packages/theming",
5+
"packages/server-stylesheet",
6+
"packages/browser-stylesheet",
7+
"packages/autoprefixer",
8+
"packages/css-ast",
9+
"packages/style-sheet-context",
10+
"packages/css-parser",
11+
"packages/stylesheet",
12+
"packages/types",
13+
"packages/macro",
14+
"packages/babel-plugin-filbert",
15+
"packages/gatsby-plugin-filbert"
16+
],
17+
"buildCommand": "build",
18+
"sandboxes": [
19+
"github/kuldeepkeshwar/filbert-js-examples-with-cra",
20+
"github/kuldeepkeshwar/filbert-js-examples-with-preact",
21+
"github/kuldeepkeshwar/filbert-js-examples-with-nextjs",
22+
"github/kuldeepkeshwar/filbert-js-examples-with-gatsby"
23+
]
24+
}

packages/babel-plugin-filbert/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"styled-components"
2727
],
2828
"license": "MIT",
29+
"dependencies": {
30+
"@babel/plugin-transform-react-jsx": "^7.10.4",
31+
"@babel/core": "^7.0.0-0"
32+
},
2933
"peerDependencies": {
3034
"@babel/plugin-transform-react-jsx": "^7.10.4",
3135
"@babel/core": "^7.0.0-0"

0 commit comments

Comments
 (0)