babel-preset-evergreen 0.9.9 → 0.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +17 -15
package/README.md CHANGED
@@ -6,7 +6,7 @@ A [babel] preset for modern javascript syntaxes.
6
6
  [![github][github-badge]][github-url]
7
7
  ![node][node-badge]
8
8
 
9
- [babel]: https://github.com/babel/babel
9
+ [babel]: https://babel.dev/
10
10
  [npm-url]: https://www.npmjs.com/package/babel-preset-evergreen
11
11
  [npm-badge]: https://img.shields.io/npm/v/babel-preset-evergreen.svg?style=flat-square&logo=npm
12
12
  [github-url]: https://github.com/best-shot/babel-preset-evergreen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-preset-evergreen",
3
- "version": "0.9.9",
3
+ "version": "0.9.11",
4
4
  "description": "A `babel` preset for modern javascript syntaxes",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -33,30 +33,31 @@
33
33
  "scripts": {
34
34
  "lint:staged": "nice-move lint staged",
35
35
  "prepare": "nice-move git hooks",
36
- "snapshot": "ava --fail-fast -u",
37
- "test": "ava --fast-fail"
36
+ "prepublishOnly": "pnpm run lint:staged && pnpm test",
37
+ "snapshot": "ava --fail-fast -u -w",
38
+ "test": "ava --fail-fast"
38
39
  },
39
40
  "dependencies": {
40
41
  "@babel/helper-plugin-utils": "^7.22.5",
41
- "@babel/plugin-transform-runtime": "^7.22.10",
42
- "@babel/preset-env": "^7.22.10",
43
- "@babel/runtime-corejs3": "^7.22.10",
44
- "core-js": "^3.32.0"
42
+ "@babel/plugin-transform-runtime": "^7.22.15",
43
+ "@babel/preset-env": "^7.22.20",
44
+ "@babel/runtime-corejs3": "^7.23.1",
45
+ "core-js": "^3.32.2"
45
46
  },
46
47
  "devDependencies": {
47
- "@babel/core": "^7.22.10",
48
- "@bring-it/npm": "^0.2.10",
48
+ "@babel/core": "^7.23.0",
49
+ "@bring-it/npm": "^0.3.0",
49
50
  "@nice-move/cli": "^0.10.11",
50
- "@nice-move/eslint-config-base": "^0.9.18",
51
- "@nice-move/prettier-config": "^0.9.3",
51
+ "@nice-move/eslint-config-base": "^0.9.20",
52
+ "@nice-move/prettier-config": "^0.9.4",
52
53
  "ava": "^5.3.1",
53
- "eslint": "^8.47.0",
54
+ "eslint": "^8.50.0",
54
55
  "eslint-plugin-ava": "^14.0.0",
55
- "garou": "^0.6.12",
56
- "prettier": "^3.0.2"
56
+ "garou": "^0.6.14",
57
+ "prettier": "^3.0.3"
57
58
  },
58
59
  "peerDependencies": {
59
- "@babel/core": "^7.22.10"
60
+ "@babel/core": "^7.23.0"
60
61
  },
61
62
  "engines": {
62
63
  "node": ">=18.12.0 || ^16.15.0"
@@ -65,6 +66,7 @@
65
66
  "access": "public",
66
67
  "registry": "https://registry.npmjs.org/"
67
68
  },
69
+ "packageManager": "pnpm@8.8.0",
68
70
  "eslintConfig": {
69
71
  "extends": "@nice-move/eslint-config-base"
70
72
  },