|
22 | 22 | "prepublishOnly": "pnpm build:lib"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@babel/core": "^7.15.5", |
| 25 | + "@babel/core": "^7.15.8", |
26 | 26 | "@babel/types": "^7.15.6",
|
27 | 27 | "@types/babel__standalone": "^7.1.3",
|
28 | 28 | "@types/dedent": "^0.7.0",
|
29 | 29 | "@types/workbox-sw": "^4.3.2",
|
30 | 30 | "assert": "^2.0.0",
|
31 |
| - "autoprefixer": "^10.3.6", |
| 31 | + "autoprefixer": "^10.3.7", |
32 | 32 | "patch-package": "^6.4.7",
|
33 |
| - "postcss": "^8.3.8", |
34 |
| - "tailwindcss": "^2.2.16", |
35 |
| - "typescript": "^4.4.3", |
36 |
| - "vite": "2.6.2", |
37 |
| - "vite-plugin-solid": "^2.0.3", |
| 33 | + "postcss": "^8.3.9", |
| 34 | + "tailwindcss": "^2.2.17", |
| 35 | + "typescript": "^4.4.4", |
| 36 | + "vite": "2.6.7", |
| 37 | + "vite-plugin-solid": "^2.1.0", |
38 | 38 | "workbox-cli": "^6.3.0"
|
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 | 41 | "@amoutonbrady/lz-string": "^0.0.1",
|
42 | 42 | "@amoutonbrady/solid-heroicons": "^0.9.0-rc.0",
|
43 | 43 | "@babel/preset-typescript": "^7.15.0",
|
44 |
| - "@babel/standalone": "^7.15.7", |
| 44 | + "@babel/standalone": "^7.15.8", |
45 | 45 | "@tailwindcss/forms": "^0.3.4",
|
46 | 46 | "babel-preset-solid": "1.1.5",
|
47 | 47 | "dedent": "^0.7.0",
|
48 | 48 | "mitt": "^3.0.0",
|
49 |
| - "monaco-editor": "^0.28.1", |
| 49 | + "monaco-editor": "^0.29.1", |
50 | 50 | "monaco-editor-textmate": "^3.0.0",
|
51 | 51 | "monaco-textmate": "^3.0.1",
|
52 | 52 | "onigasm": "^2.2.5",
|
53 | 53 | "prettier": "^2.4.1",
|
54 | 54 | "register-service-worker": "^1.7.2",
|
55 | 55 | "rollup": "^2.58.0",
|
56 |
| - "solid-dismiss": "^1.0.11", |
57 |
| - "solid-js": "1.1.5" |
| 56 | + "solid-dismiss": "^1.0.13", |
| 57 | + "solid-js": "1.1.6" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments