|
6 | 6 | "build": "gatsby build", |
7 | 7 | "develop": "gatsby clean && gatsby develop", |
8 | 8 | "format": "prettier --write src/**/*.{js,jsx}", |
9 | | - "start": "npm run develop", |
| 9 | + "start": "yarn develop", |
10 | 10 | "serve": "gatsby serve", |
11 | 11 | "lint": "eslint . --fix --ext js,jsx,ts,tsx", |
12 | 12 | "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"", |
13 | 13 | "prepare": "husky install" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@emotion/css": "^11.1.3", |
17 | 16 | "@emotion/react": "^11.1.5", |
18 | 17 | "emotion-theming": "^11.0.0", |
19 | | - "gatsby": "^3.2.1", |
20 | | - "gatsby-plugin-catch-links": "^3.2.0", |
21 | | - "gatsby-plugin-emotion": "^6.2.0", |
22 | | - "gatsby-plugin-gdpr-cookies": "^1.0.14", |
23 | | - "gatsby-plugin-manifest": "^3.2.0", |
24 | | - "gatsby-plugin-nprogress": "^3.2.0", |
25 | | - "gatsby-plugin-offline": "^4.2.0", |
26 | | - "gatsby-plugin-react-helmet": "^4.2.0", |
27 | | - "gatsby-plugin-react-svg": "^3.0.0", |
28 | | - "gatsby-plugin-sharp": "^3.2.0", |
29 | | - "gatsby-remark-copy-linked-files": "^3.2.0", |
30 | | - "gatsby-remark-images": "^4.2.0", |
31 | | - "gatsby-source-filesystem": "^3.2.0", |
32 | | - "gatsby-transformer-remark": "^3.2.0", |
33 | | - "gatsby-transformer-sharp": "^3.2.0", |
| 18 | + "gatsby": "^3.3.0", |
| 19 | + "gatsby-plugin-catch-links": "^3.3.0", |
| 20 | + "gatsby-plugin-emotion": "^6.3.0", |
| 21 | + "gatsby-plugin-gdpr-cookies": "^2.0.0", |
| 22 | + "gatsby-plugin-manifest": "^3.3.0", |
| 23 | + "gatsby-plugin-nprogress": "^3.3.0", |
| 24 | + "gatsby-plugin-offline": "^4.3.0", |
| 25 | + "gatsby-plugin-react-helmet": "^4.3.0", |
| 26 | + "gatsby-plugin-react-svg": "^3.0.1", |
| 27 | + "gatsby-plugin-sharp": "^3.3.0", |
| 28 | + "gatsby-remark-copy-linked-files": "^4.0.0", |
| 29 | + "gatsby-remark-images": "^5.0.0", |
| 30 | + "gatsby-source-filesystem": "^3.3.0", |
| 31 | + "gatsby-transformer-remark": "^4.0.0", |
| 32 | + "gatsby-transformer-sharp": "^3.3.0", |
34 | 33 | "lodash.clamp": "^4.0.3", |
35 | 34 | "lodash.throttle": "^4.1.1", |
36 | 35 | "mdi-react": "^7.5.0", |
|
40 | 39 | "react-dom": "^17.0.2", |
41 | 40 | "react-helmet": "^6.1.0", |
42 | 41 | "react-responsive-carousel": "^3.2.18", |
43 | | - "react-spring": "^9.0.0-rc.3", |
44 | | - "react-use": "^17.2.1", |
| 42 | + "react-spring": "^9.1.1", |
| 43 | + "react-use": "^17.2.3", |
45 | 44 | "react-use-gesture": "^9.1.3" |
46 | 45 | }, |
47 | 46 | "devDependencies": { |
48 | | - "eslint": "^7.23.0", |
49 | | - "eslint-config-prettier": "^8.1.0", |
| 47 | + "eslint": "^7.24.0", |
| 48 | + "eslint-config-prettier": "^8.2.0", |
50 | 49 | "eslint-plugin-import": "^2.22.1", |
51 | | - "eslint-plugin-react": "^7.23.1", |
| 50 | + "eslint-plugin-react": "^7.23.2", |
52 | 51 | "eslint-plugin-react-hooks": "^4.2.0", |
53 | | - "gatsby-plugin-gatsby-cloud": "^2.2.0", |
| 52 | + "gatsby-plugin-gatsby-cloud": "^2.3.0", |
54 | 53 | "husky": "^6.0.0", |
55 | 54 | "lint-staged": "10.5.4", |
56 | | - "postcss": "^8.2.9", |
| 55 | + "postcss": "^8.2.10", |
57 | 56 | "prettier": "2.2.1" |
58 | 57 | }, |
59 | 58 | "repository": { |
|
0 commit comments