|
38 | 38 | "website:test": "yarn workspace @docsearch/website start --no-open" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@babel/cli": "7.16.7", |
42 | | - "@babel/plugin-transform-react-jsx": "7.16.7", |
43 | | - "@babel/preset-env": "7.16.7", |
44 | | - "@babel/preset-typescript": "7.16.7", |
| 41 | + "@babel/cli": "7.18.9", |
| 42 | + "@babel/plugin-transform-react-jsx": "7.18.6", |
| 43 | + "@babel/preset-env": "7.18.9", |
| 44 | + "@babel/preset-typescript": "7.18.6", |
45 | 45 | "@rollup/plugin-json": "4.1.0", |
46 | 46 | "@rollup/plugin-node-resolve": "7.1.1", |
47 | 47 | "@rollup/plugin-replace": "2.3.3", |
48 | | - "@testing-library/dom": "8.11.3", |
| 48 | + "@testing-library/dom": "8.16.0", |
49 | 49 | "@testing-library/jest-dom": "5.16.2", |
50 | 50 | "@testing-library/react": "13.3.0", |
51 | 51 | "@testing-library/user-event": "13.5.0", |
52 | 52 | "@types/jest": "^27.0.0", |
53 | 53 | "@types/jest-diff": "^24.3.0", |
54 | 54 | "@types/react": "^18.0.0", |
55 | 55 | "@types/react-dom": "^18.0.0", |
56 | | - "@typescript-eslint/eslint-plugin": "5.14.0", |
57 | | - "@typescript-eslint/parser": "5.14.0", |
58 | | - "algoliasearch": "4.11.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "5.30.7", |
| 57 | + "@typescript-eslint/parser": "5.30.7", |
| 58 | + "algoliasearch": "4.14.1", |
59 | 59 | "babel-eslint": "10.1.0", |
60 | | - "babel-loader": "8.2.3", |
| 60 | + "babel-loader": "8.2.5", |
61 | 61 | "babel-plugin-inline-replace-variables": "1.3.1", |
62 | 62 | "babel-plugin-module-resolver": "4.0.0", |
63 | | - "bundlesize": "0.18.1", |
| 63 | + "bundlesize2": "0.0.31", |
64 | 64 | "concurrently": "5.3.0", |
65 | 65 | "cross-env": "7.0.3", |
66 | 66 | "cssnano": "4.1.10", |
|
72 | 72 | "eslint-plugin-cypress": "2.12.1", |
73 | 73 | "eslint-plugin-eslint-comments": "3.2.0", |
74 | 74 | "eslint-plugin-import": "2.26.0", |
75 | | - "eslint-plugin-jest": "26.5.3", |
| 75 | + "eslint-plugin-jest": "26.6.0", |
76 | 76 | "eslint-plugin-jsdoc": "39.2.9", |
77 | | - "eslint-plugin-jsx-a11y": "6.5.1", |
78 | | - "eslint-plugin-prettier": "4.0.0", |
79 | | - "eslint-plugin-react": "7.30.0", |
80 | | - "eslint-plugin-react-hooks": "4.5.0", |
81 | | - "jest": "28.1.1", |
82 | | - "jest-environment-jsdom": "28.1.1", |
| 77 | + "eslint-plugin-jsx-a11y": "6.6.1", |
| 78 | + "eslint-plugin-prettier": "4.2.1", |
| 79 | + "eslint-plugin-react": "7.30.1", |
| 80 | + "eslint-plugin-react-hooks": "4.6.0", |
| 81 | + "jest": "28.1.3", |
| 82 | + "jest-environment-jsdom": "28.1.3", |
83 | 83 | "jest-watch-typeahead": "1.1.0", |
84 | 84 | "lerna": "4.0.0", |
85 | 85 | "postcss": "8.4.5", |
86 | | - "prettier": "2.5.1", |
87 | | - "react": "18.1.0", |
88 | | - "react-dom": "18.1.0", |
| 86 | + "prettier": "2.7.1", |
| 87 | + "react": "18.2.0", |
| 88 | + "react-dom": "18.2.0", |
89 | 89 | "rollup": "1.32.1", |
90 | 90 | "rollup-plugin-babel": "4.4.0", |
91 | 91 | "rollup-plugin-commonjs": "10.1.0", |
|
94 | 94 | "rollup-plugin-terser": "7.0.2", |
95 | 95 | "shipjs": "0.24.4", |
96 | 96 | "start-server-and-test": "1.11.3", |
97 | | - "stylelint": "14.5.3", |
| 97 | + "stylelint": "14.9.1", |
98 | 98 | "stylelint-a11y": "1.2.3", |
99 | 99 | "stylelint-config-prettier": "9.0.3", |
100 | 100 | "stylelint-config-sass-guidelines": "9.0.1", |
101 | 101 | "stylelint-config-standard": "25.0.0", |
102 | | - "stylelint-no-unsupported-browser-features": "5.0.2", |
| 102 | + "stylelint-no-unsupported-browser-features": "5.0.3", |
103 | 103 | "stylelint-order": "5.0.0", |
104 | 104 | "stylelint-prettier": "2.0.0", |
105 | 105 | "ts-jest": "28.0.2", |
106 | | - "typescript": "4.7.3", |
| 106 | + "typescript": "4.7.4", |
107 | 107 | "watch": "1.0.2", |
108 | 108 | "webpack": "4.44.1" |
109 | 109 | } |
|
0 commit comments