|
28 | 28 | "lint:css": "stylelint **/src/**/*.css",
|
29 | 29 | "lint": "eslint --ext .js,.ts,.tsx .",
|
30 | 30 | "playground:build": "yarn workspace @docsearch/react-example build",
|
31 |
| - "playground:start": "yarn workspace @docsearch/react-example start", |
32 |
| - "playground-js:start": "yarn workspace @docsearch/js-example start", |
| 31 | + "playground:start": "yarn workspace @docsearch/react-example dev", |
| 32 | + "playground-js:start": "yarn workspace @docsearch/js-example dev", |
33 | 33 | "release": "shipjs prepare",
|
34 | 34 | "start": "yarn run watch",
|
35 | 35 | "test:size": "bundlesize",
|
|
41 | 41 | "website:test": "cd packages/website && yarn install && yarn start --no-open"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/cli": "7.23.4", |
45 | 44 | "@babel/plugin-transform-react-jsx": "7.23.4",
|
46 | 45 | "@babel/preset-env": "7.23.5",
|
47 | 46 | "@babel/preset-typescript": "7.23.3",
|
|
52 | 51 | "@testing-library/dom": "9.3.1",
|
53 | 52 | "@testing-library/jest-dom": "5.16.5",
|
54 | 53 | "@testing-library/react": "14.1.2",
|
55 |
| - "@testing-library/user-event": "13.5.0", |
56 | 54 | "@types/jest": "^29.0.0",
|
57 |
| - "@types/jest-diff": "^24.3.0", |
58 | 55 | "@types/react": "^18.0.0",
|
59 | 56 | "@types/react-dom": "^18.0.0",
|
60 | 57 | "@typescript-eslint/eslint-plugin": "5.41.0",
|
61 | 58 | "@typescript-eslint/parser": "5.41.0",
|
62 |
| - "algoliasearch": "5.11.0", |
63 |
| - "babel-eslint": "10.1.0", |
64 |
| - "babel-loader": "9.1.3", |
65 | 59 | "babel-plugin-inline-replace-variables": "1.3.1",
|
66 | 60 | "babel-plugin-module-resolver": "4.0.0",
|
67 | 61 | "bundlesize2": "0.0.31",
|
68 | 62 | "cssnano": "4.1.10",
|
69 | 63 | "cypress": "9.6.1",
|
70 |
| - "dotenv": "16.3.1", |
71 | 64 | "eslint": "8.55.0",
|
72 | 65 | "eslint-config-algolia": "20.0.0",
|
73 | 66 | "eslint-config-prettier": "8.10.0",
|
|
82 | 75 | "eslint-plugin-react-hooks": "4.6.0",
|
83 | 76 | "jest": "29.6.1",
|
84 | 77 | "jest-environment-jsdom": "29.6.1",
|
85 |
| - "jest-watch-typeahead": "1.1.0", |
86 |
| - "lerna": "4.0.0", |
| 78 | + "lerna": "8.1.9", |
87 | 79 | "postcss": "8.4.25",
|
88 | 80 | "prettier": "2.7.1",
|
89 | 81 | "react": "18.2.0",
|
90 | 82 | "react-dom": "18.2.0",
|
91 | 83 | "rollup": "1.32.1",
|
92 |
| - "rollup-plugin-commonjs": "10.1.0", |
93 | 84 | "rollup-plugin-dts": "^6.1.1",
|
94 | 85 | "rollup-plugin-filesize": "9.1.2",
|
95 |
| - "rollup-plugin-license": "3.2.0", |
96 | 86 | "rollup-plugin-terser": "7.0.2",
|
97 |
| - "shipjs": "0.24.4", |
| 87 | + "shipjs": "0.26.4", |
98 | 88 | "start-server-and-test": "1.15.5",
|
99 | 89 | "stylelint": "14.16.1",
|
100 | 90 | "stylelint-a11y": "1.2.3",
|
101 |
| - "stylelint-config-prettier": "9.0.3", |
102 | 91 | "stylelint-config-sass-guidelines": "9.0.1",
|
103 | 92 | "stylelint-config-standard": "28.0.0",
|
104 | 93 | "stylelint-no-unsupported-browser-features": "5.0.4",
|
105 | 94 | "stylelint-order": "5.0.0",
|
106 | 95 | "stylelint-prettier": "3.0.0",
|
107 | 96 | "ts-jest": "28.0.8",
|
108 | 97 | "typescript": "5.6.3",
|
109 |
| - "watch": "1.0.2", |
110 |
| - "webpack": "4.44.1" |
| 98 | + "watch": "1.0.2" |
111 | 99 | }
|
112 | 100 | }
|
0 commit comments