PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.2.4
Code Block Pro – Beautiful Syntax Highlighting v1.2.4
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 +21 -22 1.9.11.2.4 View file →
@@ -17,44 +17,43 @@
17 17 "rename": "node scripts/rename.mjs"
18 18 },
19 19 "devDependencies": {
20 20 "@redux-devtools/extension": "^3.2.3",
21 - "@trivago/prettier-plugin-sort-imports": "^3.4.0",
21 + "@trivago/prettier-plugin-sort-imports": "^3.3.0",
22 22 "@types/wordpress__block-editor": "^7.0.0",
23 23 "@types/wordpress__blocks": "^11.0.7",
24 - "@typescript-eslint/parser": "^5.42.1",
25 - "@wordpress/block-editor": "^10.4.0",
26 - "@wordpress/env": "^5.6.0",
27 - "@wordpress/scripts": "^24.5.0",
28 - "@wordpress/url": "^3.22.0",
29 - "autoprefixer": "^10.4.13",
24 + "@typescript-eslint/parser": "^5.33.1",
25 + "@wordpress/block-editor": "^9.7.0",
26 + "@wordpress/env": "^5.2.0",
27 + "@wordpress/scripts": "^23.7.1",
28 + "@wordpress/url": "^3.16.0",
29 + "autoprefixer": "^10.4.8",
30 30 "copy-webpack-plugin": "^11.0.0",
31 - "cypress": "^10.7.0",
32 - "cypress-wait-until": "^1.7.2",
33 - "eslint": "^8.27.0",
31 + "cypress": "^10.6.0",
32 + "eslint": "^8.22.0",
34 33 "eslint-config-prettier": "^8.5.0",
35 34 "eslint-plugin-cypress": "^2.12.1",
36 35 "eslint-plugin-prettier": "^4.2.1",
37 - "eslint-plugin-react": "^7.31.10",
36 + "eslint-plugin-react": "^7.30.1",
38 37 "eslint-plugin-react-hooks": "^4.6.0",
39 - "fast-glob": "^3.2.12",
38 + "fast-glob": "^3.2.11",
40 39 "glob": "^8.0.3",
41 - "postcss-import": "^15.0.0",
40 + "postcss-import": "^14.1.0",
42 41 "postcss-safe-important": "^1.2.1",
43 42 "prettier": "^2.7.1",
44 43 "replace-in-file": "^6.3.5",
45 - "tailwindcss": "^3.2.3",
46 - "typescript": "^4.8.4"
44 + "tailwindcss": "^3.1.8",
45 + "typescript": "^4.7.4"
47 46 },
48 47 "dependencies": {
49 - "@headlessui/react": "^1.7.4",
50 - "@wordpress/block-editor": "^10.4.0",
51 - "@wordpress/blocks": "^11.20.0",
52 - "@wordpress/element": "^4.19.0",
53 - "@wordpress/i18n": "^4.21.0",
48 + "@headlessui/react": "^1.6.6",
49 + "@wordpress/block-editor": "^9.7.0",
50 + "@wordpress/blocks": "^11.14.0",
51 + "@wordpress/element": "^4.13.0",
52 + "@wordpress/i18n": "^4.15.0",
54 53 "copy-to-clipboard": "^3.3.2",
55 - "react-simple-code-editor": "^0.13.1",
54 + "react-simple-code-editor": "^0.11.3",
56 55 "shiki": "^0.11.1",
57 56 "swr": "^1.3.0",
58 - "zustand": "^4.1.4"
57 + "zustand": "^4.1.0"
59 58 }
60 59 }