Bump
This commit is contained in:
28
package.json
28
package.json
@ -3,14 +3,16 @@
|
||||
"scripts": {
|
||||
"build": "./scripts/build.ts",
|
||||
"check-import": "./scripts/check-imports.ts",
|
||||
"define": "/usr/local/bin/codium ./packages/eslint-define-config"
|
||||
"define": "/usr/local/bin/codium ./packages/eslint-define-config",
|
||||
"do": "yarn build; (cd dist && ver bump && npm publish)"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@aet/eslint-define-config": "^0.1.0-beta.15",
|
||||
"@babel/core": "^7.24.9",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
|
||||
"@babel/preset-env": "^7.25.0",
|
||||
"@aet/eslint-define-config": "^0.1.0-beta.16",
|
||||
"@antfu/install-pkg": "^0.3.3",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
||||
"@babel/preset-env": "^7.25.3",
|
||||
"@types/babel-plugin-macros": "^3.1.3",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/eslint": "^9.6.0",
|
||||
@ -19,12 +21,12 @@
|
||||
"@types/estree": "^1.0.5",
|
||||
"@types/estree-jsx": "^1.0.5",
|
||||
"@types/lodash": "^4.17.7",
|
||||
"@types/node": "^20.14.12",
|
||||
"@typescript-eslint/eslint-plugin": "7.17.0",
|
||||
"@typescript-eslint/type-utils": "^7.17.0",
|
||||
"@typescript-eslint/types": "^7.17.0",
|
||||
"@typescript-eslint/typescript-estree": "^7.17.0",
|
||||
"@typescript-eslint/utils": "^7.17.0",
|
||||
"@types/node": "^22.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/type-utils": "^8.0.0",
|
||||
"@typescript-eslint/types": "^8.0.0",
|
||||
"@typescript-eslint/typescript-estree": "^8.0.0",
|
||||
"@typescript-eslint/utils": "^8.0.0",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"dts-bundle-generator": "9.4.0",
|
||||
"esbuild": "0.23.0",
|
||||
@ -64,9 +66,9 @@
|
||||
"jsonify": "npm:@nolyfill/jsonify@^1",
|
||||
"object-keys": "npm:@nolyfill/object-keys@^1",
|
||||
"set-function-length": "npm:@nolyfill/set-function-length@^1",
|
||||
"@babel/types": "7.24.0",
|
||||
"@babel/types": "7.25.2",
|
||||
"is-core-module": "npm:@nolyfill/is-core-module@^1",
|
||||
"json-stable-stringify": "npm:@nolyfill/json-stable-stringify@^1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user