PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.13.0
Code Block Pro – Beautiful Syntax Highlighting v1.13.0
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
← All changes | package.json +43 -37 1.4.01.13.0 View file →
@@ -1,8 +1,8 @@
1 1 {
2 2 "name": "code-block-pro",
3 3 "version": "0.1.0",
4 - "description": "My amazing block",
4 + "description": "Code Block Pro - Beautiful syntax highlighting",
5 5 "author": "Kevin Batdorf",
6 6 "license": "GPL-2.0-or-later",
7 7 "main": "build/index.js",
8 8 "scripts": {
@@ -16,44 +16,50 @@
16 16 "eject": "node scripts/eject.mjs",
17 17 "rename": "node scripts/rename.mjs"
18 18 },
19 19 "devDependencies": {
20 - "@redux-devtools/extension": "^3.2.3",
21 - "@trivago/prettier-plugin-sort-imports": "^3.3.0",
22 - "@types/wordpress__block-editor": "^7.0.0",
23 - "@types/wordpress__blocks": "^11.0.7",
24 - "@typescript-eslint/parser": "^5.36.1",
25 - "@wordpress/block-editor": "^9.8.0",
26 - "@wordpress/env": "^5.2.0",
27 - "@wordpress/scripts": "^24.0.0",
28 - "@wordpress/url": "^3.17.0",
29 - "autoprefixer": "^10.4.8",
30 - "copy-webpack-plugin": "^11.0.0",
31 - "cypress": "^10.7.0",
32 - "eslint": "^8.23.0",
33 - "eslint-config-prettier": "^8.5.0",
34 - "eslint-plugin-cypress": "^2.12.1",
35 - "eslint-plugin-prettier": "^4.2.1",
36 - "eslint-plugin-react": "^7.31.6",
37 - "eslint-plugin-react-hooks": "^4.6.0",
38 - "fast-glob": "^3.2.11",
39 - "glob": "^8.0.3",
40 - "postcss-import": "^15.0.0",
41 - "postcss-safe-important": "^1.2.1",
42 - "prettier": "^2.7.1",
43 - "replace-in-file": "^6.3.5",
44 - "tailwindcss": "^3.1.8",
45 - "typescript": "^4.8.2"
20 + "@redux-devtools/extension": "^3.2.5",
21 + "@trivago/prettier-plugin-sort-imports": "4.0.0",
22 + "@types/wordpress__block-editor": "11.0.1",
23 + "@types/wordpress__blocks": "12.0.3",
24 + "@typescript-eslint/parser": "5.50.0",
25 + "@wordpress/block-editor": "11.3.0",
26 + "@wordpress/env": "5.11.0",
27 + "@wordpress/scripts": "25.3.0",
28 + "@wordpress/url": "3.27.0",
29 + "autoprefixer": "10.4.13",
30 + "copy-webpack-plugin": "11.0.0",
31 + "cypress": "12.5.1",
32 + "cypress-wait-until": "1.7.2",
33 + "eslint": "8.33.0",
34 + "eslint-config-prettier": "8.6.0",
35 + "eslint-plugin-cypress": "2.12.1",
36 + "eslint-plugin-no-only-tests": "^3.1.0",
37 + "eslint-plugin-prettier": "4.2.1",
38 + "eslint-plugin-react": "7.32.2",
39 + "eslint-plugin-react-hooks": "4.6.0",
40 + "fast-glob": "3.2.12",
41 + "glob": "8.1.0",
42 + "postcss-import": "15.1.0",
43 + "postcss-safe-important": "1.2.1",
44 + "prettier": "2.8.3",
45 + "replace-in-file": "6.3.5",
46 + "tailwindcss": "3.2.4",
47 + "typescript": "4.9.5"
46 48 },
47 49 "dependencies": {
48 - "@headlessui/react": "^1.6.6",
49 - "@wordpress/block-editor": "^9.8.0",
50 - "@wordpress/blocks": "^11.15.0",
51 - "@wordpress/element": "^4.14.0",
52 - "@wordpress/i18n": "^4.16.0",
53 - "copy-to-clipboard": "^3.3.2",
54 - "react-simple-code-editor": "^0.13.0",
55 - "shiki": "^0.11.1",
56 - "swr": "^1.3.0",
57 - "zustand": "^4.1.1"
50 + "@headlessui/react": "1.7.9",
51 + "@wordpress/block-editor": "11.3.0",
52 + "@wordpress/blocks": "12.3.0",
53 + "@wordpress/element": "5.3.0",
54 + "@wordpress/escape-html": "^2.26.0",
55 + "@wordpress/hooks": "3.26.0",
56 + "@wordpress/html-entities": "^3.26.0",
57 + "@wordpress/i18n": "4.26.0",
58 + "copy-to-clipboard": "3.3.3",
59 + "react-simple-code-editor": "0.13.1",
60 + "shiki": "0.14.0",
61 + "strip-ansi": "^7.0.1",
62 + "swr": "2.0.3",
63 + "zustand": "4.3.2"
58 64 }
59 65 }