|
76 | 76 | },
|
77 | 77 | "dependencies": {
|
78 | 78 | "@codemirror/autocomplete": "^6.9.0",
|
79 |
| - "@codemirror/commands": "^6.2.4", |
| 79 | + "@codemirror/commands": "^6.2.5", |
80 | 80 | "@codemirror/lang-css": "^6.2.1",
|
81 |
| - "@codemirror/lang-html": "^6.4.5", |
82 |
| - "@codemirror/lang-javascript": "^6.1.9", |
83 |
| - "@codemirror/language": "^6.8.0", |
| 81 | + "@codemirror/lang-html": "^6.4.6", |
| 82 | + "@codemirror/lang-javascript": "^6.2.1", |
| 83 | + "@codemirror/language": "^6.9.0", |
84 | 84 | "@codemirror/state": "^6.2.1",
|
85 |
| - "@codemirror/view": "^6.16.0", |
86 |
| - "@codesandbox/sandpack-client": "^2.6.9", |
| 85 | + "@codemirror/view": "^6.18.1", |
| 86 | + "@codesandbox/sandpack-client": "^2.7.0", |
87 | 87 | "@lezer/highlight": "^1.1.6",
|
88 | 88 | "@stitches/core": "^1.2.8",
|
89 |
| - "ansi-to-vue3": "^0.1.1", |
| 89 | + "ansi-to-vue3": "^0.1.2", |
90 | 90 | "clean-set": "^1.1.2",
|
91 | 91 | "dequal": "^2.0.3",
|
92 | 92 | "lz-string": "^1.5.0"
|
93 | 93 | },
|
94 | 94 | "devDependencies": {
|
95 |
| - "@babel/core": "^7.22.10", |
96 |
| - "@babel/plugin-transform-typescript": "^7.22.10", |
97 |
| - "@babel/preset-typescript": "^7.22.5", |
| 95 | + "@babel/core": "^7.22.17", |
| 96 | + "@babel/plugin-transform-typescript": "^7.22.15", |
| 97 | + "@babel/preset-typescript": "^7.22.15", |
98 | 98 | "@codemirror/lang-python": "^6.1.3",
|
99 | 99 | "@codemirror/legacy-modes": "^6.3.3",
|
100 | 100 | "@codesandbox/sandpack-themes": "^2.0.21",
|
101 |
| - "@commitlint/cli": "^17.6.7", |
102 |
| - "@commitlint/config-conventional": "^17.6.7", |
103 |
| - "@swc/core": "^1.3.75", |
104 |
| - "@testing-library/jest-dom": "^5.17.0", |
| 101 | + "@commitlint/cli": "^17.7.1", |
| 102 | + "@commitlint/config-conventional": "^17.7.0", |
| 103 | + "@swc/core": "^1.3.84", |
| 104 | + "@testing-library/jest-dom": "^6.1.3", |
105 | 105 | "@testing-library/user-event": "^14.4.3",
|
106 | 106 | "@testing-library/vue": "^7.0.0",
|
107 | 107 | "@types/lz-string": "^1.5.0",
|
108 |
| - "@types/node": "^20.4.9", |
| 108 | + "@types/node": "^20.6.0", |
109 | 109 | "@typescript-eslint/eslint-plugin": "^5.62.0",
|
110 | 110 | "@typescript-eslint/parser": "^5.62.0",
|
111 |
| - "@vitejs/plugin-vue": "^4.2.3", |
112 |
| - "@vitejs/plugin-vue-jsx": "^3.0.1", |
113 |
| - "@vitest/ui": "^0.34.1", |
| 111 | + "@vitejs/plugin-vue": "^4.3.4", |
| 112 | + "@vitejs/plugin-vue-jsx": "^3.0.2", |
| 113 | + "@vitest/ui": "^0.34.4", |
114 | 114 | "@vue/babel-plugin-jsx": "^1.1.5",
|
115 | 115 | "@vue/eslint-config-typescript": "^11.0.3",
|
116 | 116 | "acorn-walk": "^8.2.0",
|
117 | 117 | "astring": "^1.8.6",
|
118 |
| - "autoprefixer": "^10.4.14", |
| 118 | + "autoprefixer": "^10.4.15", |
119 | 119 | "babel-loader": "^9.1.3",
|
120 |
| - "bumpp": "^9.1.1", |
| 120 | + "bumpp": "^9.2.0", |
121 | 121 | "cssnano": "^6.0.1",
|
122 | 122 | "esbuild-plugin-babel": "^0.2.3",
|
123 |
| - "eslint": "^8.46.0", |
| 123 | + "eslint": "^8.49.0", |
124 | 124 | "eslint-config-airbnb-base": "^15.0.0",
|
125 | 125 | "eslint-config-airbnb-typescript": "^17.1.0",
|
126 |
| - "eslint-plugin-import": "^2.28.0", |
| 126 | + "eslint-plugin-import": "^2.28.1", |
127 | 127 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
128 |
| - "eslint-plugin-vue": "^9.16.1", |
| 128 | + "eslint-plugin-vue": "^9.17.0", |
129 | 129 | "husky": "^8.0.3",
|
130 | 130 | "jsdom": "^22.1.0",
|
131 |
| - "lint-staged": "^13.2.3", |
132 |
| - "npm": "^9.8.1", |
| 131 | + "lint-staged": "^14.0.1", |
| 132 | + "npm": "^10.1.0", |
133 | 133 | "shelljs": "^0.8.5",
|
134 | 134 | "tsup": "^7.2.0",
|
135 |
| - "typescript": "^5.1.6", |
| 135 | + "typescript": "^5.2.2", |
136 | 136 | "vite": "^4.4.9",
|
137 |
| - "vite-plugin-windicss": "^1.9.0", |
138 |
| - "vitest": "^0.34.1", |
139 |
| - "vue-tsc": "^1.8.8" |
| 137 | + "vite-plugin-windicss": "^1.9.1", |
| 138 | + "vitest": "^0.34.4", |
| 139 | + "vue-tsc": "^1.8.10" |
140 | 140 | },
|
141 | 141 | "peerDependencies": {
|
142 | 142 | "vue": ">=3.2.0"
|
|
0 commit comments