build-ts 5.10.4 → 6.0.0

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 (1) hide show
  1. package/package.json +22 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-ts",
3
- "version": "5.10.4",
3
+ "version": "6.0.0",
4
4
  "repository": "github:WillBooster/build-ts",
5
5
  "license": "UNLICENSED",
6
6
  "author": "WillBooster Inc.",
@@ -33,12 +33,12 @@
33
33
  },
34
34
  "prettier": "@willbooster/prettier-config",
35
35
  "dependencies": {
36
- "@babel/core": "7.22.5",
36
+ "@babel/core": "7.22.8",
37
37
  "@babel/plugin-proposal-class-properties": "7.18.6",
38
38
  "@babel/plugin-proposal-numeric-separator": "7.18.6",
39
39
  "@babel/plugin-syntax-import-assertions": "7.22.5",
40
- "@babel/plugin-transform-runtime": "7.22.5",
41
- "@babel/preset-env": "7.22.5",
40
+ "@babel/plugin-transform-runtime": "7.22.7",
41
+ "@babel/preset-env": "7.22.7",
42
42
  "@babel/preset-react": "7.22.5",
43
43
  "@babel/preset-typescript": "7.22.5",
44
44
  "@rollup/plugin-babel": "6.0.3",
@@ -48,15 +48,15 @@
48
48
  "@rollup/plugin-replace": "5.0.2",
49
49
  "@rollup/plugin-terser": "0.4.3",
50
50
  "@rollup/pluginutils": "5.0.2",
51
- "babel-plugin-polyfill-corejs3": "0.8.1",
51
+ "babel-plugin-polyfill-corejs3": "0.8.2",
52
52
  "babel-plugin-transform-remove-console": "6.9.4",
53
53
  "chalk": "5.2.0",
54
- "core-js": "3.31.0",
55
- "core-js-pure": "3.31.0",
54
+ "core-js": "3.31.1",
55
+ "core-js-pure": "3.31.1",
56
56
  "date-time": "4.0.0",
57
57
  "dotenv": "16.3.1",
58
58
  "pretty-ms": "8.0.0",
59
- "rollup": "3.25.1",
59
+ "rollup": "3.26.2",
60
60
  "rollup-plugin-analyzer": "4.0.0",
61
61
  "rollup-plugin-keep-import": "1.0.2",
62
62
  "rollup-plugin-node-externals": "6.1.1",
@@ -64,26 +64,26 @@
64
64
  "rollup-plugin-ts": "3.2.0",
65
65
  "signal-exit": "4.0.2",
66
66
  "ts-node": "10.9.1",
67
- "typescript": "5.1.3",
67
+ "typescript": "5.1.6",
68
68
  "yargs": "17.7.2"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/babel__core": "7.20.1",
72
72
  "@types/babel__plugin-transform-runtime": "7.9.2",
73
73
  "@types/babel__preset-env": "7.9.2",
74
- "@types/eslint": "8.40.2",
75
- "@types/node": "20.3.1",
74
+ "@types/eslint": "8.44.0",
75
+ "@types/node": "20.4.0",
76
76
  "@types/signal-exit": "3.0.1",
77
77
  "@types/yargs": "17.0.24",
78
- "@typescript-eslint/eslint-plugin": "5.60.0",
79
- "@typescript-eslint/parser": "5.60.0",
78
+ "@typescript-eslint/eslint-plugin": "5.61.0",
79
+ "@typescript-eslint/parser": "5.61.0",
80
80
  "@willbooster/babel-configs": "1.3.0",
81
81
  "@willbooster/eslint-config-ts": "10.2.0",
82
82
  "@willbooster/prettier-config": "9.1.1",
83
83
  "@willbooster/renovate-config": "9.5.0",
84
- "@willbooster/shared-lib-node": "2.1.0",
84
+ "@willbooster/shared-lib-node": "2.2.3",
85
85
  "conventional-changelog-conventionalcommits": "6.1.0",
86
- "eslint": "8.43.0",
86
+ "eslint": "8.44.0",
87
87
  "eslint-config-prettier": "8.8.0",
88
88
  "eslint-import-resolver-typescript": "3.5.5",
89
89
  "eslint-plugin-import": "2.27.5",
@@ -91,17 +91,17 @@
91
91
  "eslint-plugin-sort-destructure-keys": "1.5.0",
92
92
  "eslint-plugin-unicorn": "47.0.0",
93
93
  "husky": "8.0.3",
94
- "lint-staged": "13.2.2",
94
+ "lint-staged": "13.2.3",
95
95
  "micromatch": "4.0.5",
96
96
  "pinst": "3.0.0",
97
- "prettier": "2.8.8",
98
- "semantic-release": "21.0.5",
99
- "sort-package-json": "2.4.1",
97
+ "prettier": "3.0.0",
98
+ "semantic-release": "21.0.7",
99
+ "sort-package-json": "2.5.1",
100
100
  "type-fest": "3.12.0",
101
- "vitest": "0.32.2"
101
+ "vitest": "0.33.0"
102
102
  },
103
- "packageManager": "yarn@4.0.0-rc.46",
103
+ "packageManager": "yarn@4.0.0-rc.48",
104
104
  "engines": {
105
- "node": ">=16.19.0 <20"
105
+ "node": ">=18"
106
106
  }
107
107
  }