|
1 | 1 | { |
2 | 2 | "name": "root", |
3 | | - "version": "5.3.0", |
| 3 | + "version": "5.3.1-alpha3", |
4 | 4 | "scripts": { |
5 | 5 | "start": "npm run storybook", |
6 | 6 | "version": "./update-version.sh", |
|
31 | 31 | "@babel/preset-react": "^7.8.3", |
32 | 32 | "@babel/preset-typescript": "^7.9.0", |
33 | 33 | "@faker-js/faker": "^7.6.0", |
34 | | - "@linaria/babel-preset": "^4.1.3", |
35 | | - "@linaria/core": "^4.1.3", |
36 | | - "@linaria/esbuild": "^4.1.3", |
37 | | - "@linaria/react": "^4.1.3", |
38 | | - "@linaria/shaker": "^4.1.3", |
39 | | - "@linaria/webpack-loader": "^4.1.3", |
| 34 | + "@linaria/babel-preset": "^4.5.3", |
| 35 | + "@linaria/core": "^4.5.3", |
| 36 | + "@linaria/esbuild": "^4.5.3", |
| 37 | + "@linaria/react": "^4.5.3", |
| 38 | + "@linaria/shaker": "^4.5.3", |
| 39 | + "@linaria/webpack-loader": "^4.5.3", |
40 | 40 | "@storybook/addon-actions": "^6.5.12", |
41 | 41 | "@storybook/addon-controls": "^6.5.12", |
42 | 42 | "@storybook/addon-links": "^6.5.12", |
|
50 | 50 | "@testing-library/react-hooks": "^8.0.1", |
51 | 51 | "@testing-library/user-event": "^13.5.0", |
52 | 52 | "@types/cheerio": "^0.22.30", |
53 | | - "@types/jest": "^28.1.8", |
| 53 | + "@types/jest": "^29.5.4", |
54 | 54 | "@types/lodash": "^4.14.177", |
55 | 55 | "@types/marked": "^4.0.2", |
56 | 56 | "@types/node": "^18.7.13", |
|
63 | 63 | "@types/react-syntax-highlighter": "^15.5.5", |
64 | 64 | "@types/testing-library__jest-dom": "^5.14.2", |
65 | 65 | "@typescript-eslint/eslint-plugin": "^5.30.5", |
66 | | - "@typescript-eslint/parser": "^5.30.5", |
| 66 | + "@typescript-eslint/parser": "^6.4.1", |
67 | 67 | "@typescript-eslint/typescript-estree": "^5.30.5", |
68 | 68 | "babel-loader": "^8.1.0", |
| 69 | + "esbuild": "^0.19.2", |
69 | 70 | "eslint": "^8.19.0", |
70 | 71 | "eslint-plugin-import": "^2.26.0", |
71 | 72 | "eslint-plugin-react": "^7.30.1", |
|
74 | 75 | "eslint-plugin-unicorn": "^43.0.1", |
75 | 76 | "http-server": "^14.1.1", |
76 | 77 | "jest-canvas-mock": "^2.3.1", |
| 78 | + "jest-environment-jsdom": "^29.6.4", |
77 | 79 | "lodash": "^4.17.21", |
78 | 80 | "marked": "^4.0.10", |
79 | 81 | "mini-css-extract-plugin": "^2.6.1", |
| 82 | + "prettier": "^3.0.2", |
80 | 83 | "react": "^16.12.0 || 17.x", |
81 | 84 | "react-dom": "^16.12.0 || 17.x", |
82 | 85 | "react-laag": "^2.0.3", |
83 | 86 | "react-responsive-carousel": "^3.2.7", |
84 | 87 | "react-syntax-highlighter": "^15.4.5", |
85 | | - "ts-jest": "^27.0.7", |
| 88 | + "ts-jest": "^29.1.1", |
86 | 89 | "tsc-esm-fix": "^2.7.8", |
87 | 90 | "typedoc": "^0.23.13", |
88 | | - "typescript": "^4.8.2", |
| 91 | + "typescript": "^5.1.6", |
89 | 92 | "webpack": "^5.73.0" |
90 | 93 | } |
91 | 94 | } |
0 commit comments