|
7 | 7 | "watch": "babel ./src/ --out-dir ./ --source-maps --watch", |
8 | 8 | "lint:eslint": "eslint \"./src/**/*.js\" --quiet --fix --color --ignore-path .gitignore", |
9 | 9 | "lint:prettier": "prettier \"./src/**/*.js\" --write --ignore-path .gitignore", |
10 | | - "lint": "yarn lint:eslint && yarn lint:prettier", |
11 | | - "test": "yarn lint", |
12 | | - "prepare": "cross-env NODE_ENV=production yarn build", |
13 | | - "validate": "yarn lint", |
14 | | - "ci:validate": "rm -rf node_modules && npm ci && yarn validate", |
15 | | - "prepublishOnly": "yarn ci:validate && yarn build" |
| 10 | + "lint": "npm run lint:eslint && npm run lint:prettier", |
| 11 | + "test": "npm run lint", |
| 12 | + "prepare": "cross-env NODE_ENV=production npm run build", |
| 13 | + "validate": "npm run lint", |
| 14 | + "ci:validate": "rm -rf node_modules && npm ci && npm run validate", |
| 15 | + "prepublishOnly": "npm run ci:validate && npm run build" |
16 | 16 | }, |
17 | 17 | "homepage": "https://github.com/Epic-Design-Labs/gatsby-source-optimizely/blob/master/README.md", |
18 | 18 | "repository": { |
|
36 | 36 | "license": "MIT", |
37 | 37 | "main": "index.js", |
38 | 38 | "dependencies": { |
39 | | - "axios": "0.27.2", |
40 | | - "gatsby-source-filesystem": "^4.21.1", |
| 39 | + "axios": "1.1.3", |
| 40 | + "gatsby-source-filesystem": "^4.24.0", |
41 | 41 | "micro": "^9.4.1", |
42 | 42 | "qs": "^6.11.0", |
43 | 43 | "sleep-promise": "^9.1.0", |
44 | | - "winston": "^3.8.1" |
| 44 | + "winston": "^3.8.2" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@babel/cli": "^7.18.10", |
48 | | - "@babel/core": "^7.18.13", |
49 | | - "@babel/eslint-parser": "^7.18.9", |
50 | | - "@babel/plugin-transform-runtime": "^7.18.10", |
51 | | - "@babel/runtime": "^7.18.9", |
52 | | - "@commitlint/cli": "^17.1.1", |
| 47 | + "@babel/cli": "^7.19.3", |
| 48 | + "@babel/core": "^7.19.3", |
| 49 | + "@babel/eslint-parser": "^7.19.1", |
| 50 | + "@babel/plugin-transform-runtime": "^7.19.1", |
| 51 | + "@babel/runtime": "^7.19.4", |
| 52 | + "@commitlint/cli": "^17.1.2", |
53 | 53 | "@commitlint/config-conventional": "^17.1.0", |
54 | | - "babel-preset-gatsby-package": "^2.21.0", |
| 54 | + "babel-preset-gatsby-package": "^2.24.0", |
55 | 55 | "babel-preset-minify": "^0.5.2", |
56 | 56 | "commitizen": "^4.2.5", |
57 | 57 | "cross-env": "^7.0.3", |
58 | 58 | "cz-conventional-changelog": "^3.3.0", |
59 | | - "eslint": "^8.23.0", |
| 59 | + "eslint": "^8.25.0", |
60 | 60 | "eslint-config-prettier": "^8.5.0", |
61 | 61 | "eslint-plugin-babel": "^5.3.1", |
62 | 62 | "eslint-plugin-prettier": "^4.2.1", |
63 | | - "eslint-plugin-react": "^7.31.1", |
64 | | - "gatsby": "^4.21.1", |
65 | | - "gatsby-core-utils": "^3.21.0", |
| 63 | + "eslint-plugin-react": "^7.31.10", |
| 64 | + "gatsby": "^4.24.4", |
| 65 | + "gatsby-core-utils": "^3.24.0", |
66 | 66 | "husky": "^8.0.1", |
67 | 67 | "lint-staged": "^13.0.3", |
68 | 68 | "prettier": "^2.7.1", |
|
92 | 92 | }, |
93 | 93 | "lint-staged": { |
94 | 94 | "**/*.{js,jsx,md,mdx,json}": [ |
95 | | - "yarn lint", |
| 95 | + "npm run lint", |
96 | 96 | "git add" |
97 | 97 | ] |
98 | 98 | }, |
|
101 | 101 | }, |
102 | 102 | "volta": { |
103 | 103 | "node": "18.11.0", |
104 | | - "yarn": "1.22.19" |
| 104 | + "npm": "8.19.2" |
105 | 105 | } |
106 | 106 | } |
0 commit comments