|
22 | 22 | "prepublishOnly": "pnpm build:lib"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@babel/core": "^7.15.0", |
26 |
| - "@babel/types": "^7.15.0", |
| 25 | + "@babel/core": "^7.15.5", |
| 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.1", |
| 31 | + "autoprefixer": "^10.3.6", |
32 | 32 | "patch-package": "^6.4.7",
|
33 |
| - "postcss": "^8.3.6", |
34 |
| - "tailwindcss": "^2.2.7", |
35 |
| - "typescript": "^4.3.5", |
| 33 | + "postcss": "^8.3.8", |
| 34 | + "tailwindcss": "^2.2.16", |
| 35 | + "typescript": "^4.4.3", |
36 | 36 | "vite": "2.3.8",
|
37 |
| - "vite-plugin-solid": "^2.0.1", |
38 |
| - "workbox-cli": "^6.2.4" |
| 37 | + "vite-plugin-solid": "^2.0.3", |
| 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.3", |
45 |
| - "@tailwindcss/forms": "^0.3.3", |
46 |
| - "babel-preset-solid": "1.1.1", |
| 44 | + "@babel/standalone": "^7.15.7", |
| 45 | + "@tailwindcss/forms": "^0.3.4", |
| 46 | + "babel-preset-solid": "1.1.5", |
47 | 47 | "dedent": "^0.7.0",
|
48 | 48 | "mitt": "^3.0.0",
|
49 | 49 | "monaco-editor": "^0.25.2",
|
|
52 | 52 | "onigasm": "^2.2.5",
|
53 | 53 | "prettier": "=2.3.0",
|
54 | 54 | "register-service-worker": "^1.7.2",
|
55 |
| - "rollup": "^2.56.2", |
56 |
| - "solid-js": "1.1.1" |
| 55 | + "rollup": "^2.58.0", |
| 56 | + "solid-js": "1.1.5" |
57 | 57 | }
|
58 | 58 | }
|
0 commit comments