@yoast/related-keyphrase-suggestions 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoast/related-keyphrase-suggestions",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Yoast related keyphrase suggestions package",
5
5
  "main": "build/index.js",
6
6
  "style": "build/css/style.css",
@@ -13,11 +13,11 @@
13
13
  "private": false,
14
14
  "sideEffects": false,
15
15
  "scripts": {
16
- "clean:build": "rm -rf build",
17
16
  "build": "yarn clean:build && yarn build:js && yarn build:css",
18
17
  "build:js": "babel src --out-dir build --ignore \"src/**/*.stories.js\",\"src/**/stories.js\",\"src/**/docs/**/*.js\"",
19
18
  "build:css": "node ./scripts/build-css.js",
20
- "watch": "yarn watch:js & yarn watch:css",
19
+ "clean:build": "rm -rf build",
20
+ "watch": "yarn clean:build && ( yarn watch:js & yarn watch:css )",
21
21
  "watch:js": "yarn build:js --watch",
22
22
  "watch:css": "node ./scripts/watch-css.js",
23
23
  "storybook": "storybook dev -p 6007",
@@ -45,11 +45,11 @@
45
45
  "@storybook/test": "^8.6.12",
46
46
  "@storybook/theming": "^8.6.12",
47
47
  "@wordpress/jest-preset-default": "^8.0.1",
48
- "@yoast/browserslist-config": "^1.2.4",
48
+ "@yoast/browserslist-config": "^1.2.5",
49
49
  "@yoast/eslint-config": "^8.1.0",
50
50
  "@yoast/jest-preset": "^1.0.1",
51
- "@yoast/postcss-preset": "^1.2.0",
52
- "@yoast/tailwindcss-preset": "^2.3.0",
51
+ "@yoast/postcss-preset": "^1.2.1",
52
+ "@yoast/tailwindcss-preset": "^2.4.0",
53
53
  "babel-loader": "^9.2.1",
54
54
  "css-loader": "^7.1.2",
55
55
  "eslint": "^9.16.0",
@@ -64,13 +64,13 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@heroicons/react": "^1.0.6",
67
- "@wordpress/i18n": "^5.10.0",
67
+ "@wordpress/i18n": "^5.8.2",
68
68
  "classnames": "^2.5.1",
69
69
  "lodash": "^4.17.21",
70
70
  "prop-types": "^15.8.1"
71
71
  },
72
72
  "peerDependencies": {
73
- "@yoast/ui-library": "^4.2.0",
73
+ "@yoast/ui-library": "^4.3.0",
74
74
  "react": "^18.2.0",
75
75
  "react-dom": "^18.2.0"
76
76
  }