|
13 | 13 | "type:watch": "tsc --noEmit --watch"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "solid-js": "^1.1.2" |
| 16 | + "solid-js": "^1.1.3" |
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
19 | 19 | "@babel/core": "^7.15.5",
|
20 | 20 | "@babel/eslint-parser": "^7.15.4",
|
21 |
| - "@babel/preset-env": "^7.15.4", |
| 21 | + "@babel/preset-env": "^7.15.6", |
22 | 22 | "@babel/preset-typescript": "^7.15.0",
|
23 | 23 | "@rollup/plugin-babel": "^5.3.0",
|
24 | 24 | "@rollup/plugin-node-resolve": "^13.0.4",
|
25 | 25 | "@rollup/plugin-replace": "^3.0.0",
|
26 | 26 | "@rollup/plugin-url": "^6.1.0",
|
27 | 27 | "@testing-library/jest-dom": "^5.14.1",
|
28 | 28 | "@types/jest": "^27.0.1",
|
29 |
| - "@typescript-eslint/eslint-plugin": "^4.31.0", |
30 |
| - "@typescript-eslint/parser": "^4.31.0", |
31 |
| - "babel-jest": "^27.1.0", |
32 |
| - "babel-plugin-transform-import-meta": "^2.0.0", |
| 29 | + "@typescript-eslint/eslint-plugin": "^4.31.1", |
| 30 | + "@typescript-eslint/parser": "^4.31.1", |
| 31 | + "babel-jest": "^27.2.0", |
| 32 | + "babel-plugin-transform-import-meta": "^2.1.0", |
| 33 | + "babel-plugin-transform-vite-meta-env": "^1.0.3", |
33 | 34 | "babel-plugin-tsconfig-paths": "^1.0.1",
|
34 |
| - "babel-preset-solid": "^1.1.2", |
| 35 | + "babel-preset-solid": "^1.1.3", |
35 | 36 | "cross-env": "^7.0.3",
|
36 | 37 | "eslint": "^7.32.0",
|
37 | 38 | "eslint-config-prettier": "^8.3.0",
|
38 |
| - "eslint-import-resolver-typescript": "^2.4.0", |
| 39 | + "eslint-import-resolver-typescript": "^2.5.0", |
39 | 40 | "eslint-plugin-import": "^2.24.2",
|
40 | 41 | "eslint-plugin-jest": "^24.4.0",
|
41 |
| - "eslint-plugin-jest-dom": "^3.9.0", |
| 42 | + "eslint-plugin-jest-dom": "^3.9.2", |
42 | 43 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
43 | 44 | "eslint-plugin-local": "^1.0.0",
|
44 | 45 | "eslint-plugin-prettier": "^4.0.0",
|
45 |
| - "eslint-plugin-testing-library": "^4.12.1", |
46 |
| - "eslint-plugin-unicorn": "^35.0.0", |
47 |
| - "jest": "^27.1.0", |
48 |
| - "nollup": "^0.18.3", |
| 46 | + "eslint-plugin-testing-library": "^4.12.2", |
| 47 | + "eslint-plugin-unicorn": "^36.0.0", |
| 48 | + "jest": "^27.2.0", |
| 49 | + "nollup": "^0.18.4", |
49 | 50 | "npm-run-all": "^4.1.5",
|
50 |
| - "prettier": "^2.3.2", |
| 51 | + "prettier": "^2.4.0", |
51 | 52 | "rimraf": "^3.0.2",
|
52 | 53 | "rollup": "^2.56.3",
|
53 | 54 | "rollup-plugin-hot-css": "0.5.1",
|
54 | 55 | "rollup-plugin-static-files": "0.2.0",
|
55 | 56 | "rollup-plugin-terser": "^7.0.2",
|
56 | 57 | "sirv-cli": "^1.0.14",
|
57 | 58 | "solid-jest": "^0.2.0",
|
| 59 | + "solid-refresh": "^0.2.2", |
58 | 60 | "solid-testing-library": "^0.2.1",
|
59 | 61 | "ts-jest": "^27.0.5",
|
60 |
| - "typescript": "^4.4.2" |
| 62 | + "typescript": "^4.4.3" |
61 | 63 | },
|
62 | 64 | "jest": {
|
63 | 65 | "roots": [
|
|
0 commit comments