Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit 6b75ff2

Browse files
author
SSen
committed
release: v2.1.0
chore: upgrade dependencies
1 parent 2a31e06 commit 6b75ff2

5 files changed

Lines changed: 107 additions & 105 deletions

File tree

DEPENDENCIES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
```
44
◯ fork-ts-checker-webpack-plugin latest 5.2.1 ❯ 6.1.0 packages https://github.com/TypeStrong/fork-ts-checker-webpack-plugin#readme
55
◯ html-webpack-plugin latest 4.5.1 ❯ 5.0.0 packages https://github.com/jantimon/html-webpack-plugin
6-
◯ http-proxy-middleware latest 0.19.2 ❯ 1.0.6 packages https://github.com/chimurai/http-proxy-middleware#readme
76
◯ node-sass latest 4.14.1 ❯ 5.0.0 packages https://github.com/sass/node-sass
87
◯ puppeteer latest 6.0.0 ❯ 7.0.1 packages https://github.com/puppeteer/puppeteer#readme
98
◯ puppeteer-core latest 6.0.0 ❯ 7.0.1 packages https://github.com/puppeteer/puppeteer#readme

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@handbook/markdown-source-import": "^1.1.0",
2828
"@ssen/eslint-config": "^1.3.1",
2929
"@ssen/prettier-config": "^1.2.0",
30-
"eslint": "^7.22.0",
30+
"eslint": "^7.23.0",
3131
"eslint-config-prettier": "^8.1.0",
3232
"husky": "^5.2.0",
3333
"lint-staged": "^10.5.4",

packages/.packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'@ssen/*':
2-
version: 2.0.1
2+
version: 2.1.0
33
tag: latest
44
module: commonjs
55
'@rocket-scripts/*':
6-
version: 2.0.1
6+
version: 2.1.0
77
tag: latest
88
module: commonjs

packages/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.13.10",
39+
"@babel/core": "^7.13.13",
4040
"@babel/plugin-proposal-class-properties": "^7.13.0",
4141
"@babel/plugin-proposal-decorators": "^7.13.5",
4242
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
@@ -46,7 +46,7 @@
4646
"@babel/plugin-transform-arrow-functions": "^7.13.0",
4747
"@babel/plugin-transform-destructuring": "^7.13.0",
4848
"@babel/preset-env": "^7.13.12",
49-
"@babel/preset-react": "^7.12.13",
49+
"@babel/preset-react": "^7.13.13",
5050
"@babel/preset-typescript": "^7.13.0",
5151
"@loadable/babel-plugin": "^5.13.2",
5252
"@loadable/webpack-plugin": "^5.14.2",
@@ -73,8 +73,8 @@
7373
"@types/less": "^3.0.2",
7474
"@types/loadable__webpack-plugin": "^5.7.2",
7575
"@types/lodash.debounce": "^4.0.6",
76-
"@types/mini-css-extract-plugin": "^1.2.3",
77-
"@types/node": "^14.14.36",
76+
"@types/mini-css-extract-plugin": "^1.4.0",
77+
"@types/node": "^14.14.37",
7878
"@types/node-fetch": "^2.5.8",
7979
"@types/node-sass": "^4.11.1",
8080
"@types/nodemon": "^1.19.0",
@@ -112,9 +112,9 @@
112112
"chokidar": "^3.5.1",
113113
"css-loader": "^5.2.0",
114114
"date-fns": "^2.19.0",
115-
"electron": "^11.4.1",
115+
"electron": "^12.0.2",
116116
"escape-string-regexp": "^4.0.0",
117-
"eslint": "^7.22.0",
117+
"eslint": "^7.23.0",
118118
"eslint-config-prettier": "^8.1.0",
119119
"eslint-loader": "^4.0.2",
120120
"file-loader": "^6.2.0",
@@ -127,15 +127,15 @@
127127
"ink": "^3.0.8",
128128
"ink-testing-library": "^2.1.0",
129129
"ink-use-stdout-dimensions": "^1.0.5",
130-
"intl-messageformat": "^9.5.4",
130+
"intl-messageformat": "^9.6.1",
131131
"jest": "^26.6.3",
132132
"js-yaml": "^4.0.0",
133133
"json-loader": "^0.5.7",
134134
"less": "^4.1.1",
135135
"less-loader": "^8.0.0",
136136
"lint-staged": "^10.5.4",
137137
"lodash.debounce": "^4.0.8",
138-
"mini-css-extract-plugin": "^1.3.9",
138+
"mini-css-extract-plugin": "^1.4.0",
139139
"node-fetch": "^2.6.1",
140140
"node-sass": "^4.14.1",
141141
"nodemon": "^2.0.7",

0 commit comments

Comments
 (0)