|
63 | 63 | "module": "dist/react-visual-grid.esm.js", |
64 | 64 | "umd": "dist/react-visual-grid.umd.js", |
65 | 65 | "devDependencies": { |
66 | | - "@babel/core": "^7.20.12", |
67 | | - "@babel/plugin-proposal-optional-chaining": "^7.20.7", |
68 | | - "@babel/plugin-transform-runtime": "^7.19.6", |
| 66 | + "@babel/core": "^7.21.0", |
| 67 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
| 68 | + "@babel/plugin-transform-runtime": "^7.21.0", |
69 | 69 | "@rollup/plugin-babel": "^6.0.3", |
70 | 70 | "@rollup/plugin-buble": "^1.0.2", |
71 | 71 | "@rollup/plugin-commonjs": "^24.0.1", |
72 | 72 | "@rollup/plugin-eslint": "^9.0.3", |
73 | 73 | "@rollup/plugin-node-resolve": "^15.0.1", |
74 | 74 | "@rollup/plugin-strip": "^3.0.2", |
75 | | - "@testing-library/react": "^13.4.0", |
| 75 | + "@testing-library/react": "^14.0.0", |
76 | 76 | "@types/jest": "^29.4.0", |
77 | 77 | "@types/react": "^18.0.28", |
78 | 78 | "@types/react-dom": "^18.0.11", |
79 | | - "@typescript-eslint/eslint-plugin": "^5.52.0", |
80 | | - "@typescript-eslint/parser": "^5.52.0", |
| 79 | + "@typescript-eslint/eslint-plugin": "^5.53.0", |
| 80 | + "@typescript-eslint/parser": "^5.53.0", |
81 | 81 | "@vitejs/plugin-react": "^3.1.0", |
82 | 82 | "autoprefixer": "^10.4.13", |
83 | 83 | "cssnano": "^5.1.15", |
|
100 | 100 | "postcss-scss": "^4.0.6", |
101 | 101 | "react": "^18.2.0", |
102 | 102 | "react-dom": "^18.2.0", |
103 | | - "rollup": "^3.15.0", |
| 103 | + "rollup": "^3.17.2", |
104 | 104 | "rollup-plugin-analyzer": "^4.0.0", |
105 | 105 | "rollup-plugin-copy": "^3.4.0", |
106 | 106 | "rollup-plugin-delete": "^2.0.0", |
107 | 107 | "rollup-plugin-peer-deps-external": "^2.2.4", |
108 | 108 | "rollup-plugin-postcss": "^4.0.2", |
109 | 109 | "rollup-plugin-terser": "^7.0.2", |
110 | 110 | "rollup-plugin-typescript2": "^0.34.1", |
111 | | - "sass": "^1.58.1", |
112 | | - "stylelint": "^15.1.0", |
| 111 | + "sass": "^1.58.3", |
| 112 | + "stylelint": "^15.2.0", |
113 | 113 | "stylelint-config-prettier": "^9.0.5", |
114 | 114 | "stylelint-config-prettier-scss": "^0.0.1", |
115 | 115 | "stylelint-config-standard": "^30.0.1", |
116 | 116 | "stylelint-config-standard-scss": "^7.0.1", |
117 | 117 | "typescript": "^4.9.5", |
118 | | - "vite": "^4.1.1" |
| 118 | + "vite": "^4.1.4" |
119 | 119 | } |
120 | 120 | } |
0 commit comments