Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit bec5b41

Browse files
committed
fix(babel): update babel-plugin-prismjs and babel-loader
1 parent 6361412 commit bec5b41

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"font-awesome": "4.7.0",
2525
"intl-relativeformat": "^6.2.2",
2626
"mermaid": "^8.1.0",
27-
"prismjs": "1.19.0",
27+
"prismjs": "^1.19.0",
2828
"react": "16.12.0",
2929
"react-burger-menu": "^2.6.10",
3030
"react-canvas-draw": "^1.0.2",

packages/configs/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/configs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/plugin-transform-runtime": "^7.5.0",
2424
"@babel/preset-env": "^7.5.0",
2525
"@babel/preset-react": "^7.0.0",
26-
"babel-plugin-prismjs": "^1.0.2",
26+
"babel-plugin-prismjs": "^2.0.1",
2727
"deepmerge": "^4.0.0",
2828
"js-yaml": "3.13.1",
2929
"postcss-import": "12.0.1",
@@ -32,6 +32,6 @@
3232
"postcss-reporter": "6.0.1",
3333
"postcss-url": "8.0.0",
3434
"preferred-search": "1.0.0",
35-
"prismjs": "^1.16.0"
35+
"prismjs": "^1.19.0"
3636
}
3737
}

samples/debug/slides/04-code/1.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[issue](https://github.com/hiroppy/fusuma/issues/223)
2+
13
```python
24
print(bool(4 == 4))
35
```

0 commit comments

Comments
 (0)