Skip to content

Commit d3433b7

Browse files
authored
Updated deps and versions (#238)
1 parent b25945f commit d3433b7

File tree

2 files changed

+10
-751
lines changed

2 files changed

+10
-751
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pytorch-ignite/code-generator",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",
@@ -9,8 +9,7 @@
99
"test:ci": "start-server-and-test --expect 200 serve http://127.0.0.1:5000 test",
1010
"release": "node scripts/release.js",
1111
"fmt": "prettier --write . && bash scripts/run_code_style.sh fmt",
12-
"lint": "prettier --check . && bash scripts/run_code_style.sh lint",
13-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
12+
"lint": "prettier --check . && bash scripts/run_code_style.sh lint"
1413
},
1514
"dependencies": {
1615
"@iconify/iconify": "^3.1.0",
@@ -21,13 +20,12 @@
2120
"@types/prismjs": "^1.26.0",
2221
"@vitejs/plugin-vue": "^2.1.0",
2322
"@vue/compiler-sfc": "^3.2.30",
24-
"conventional-changelog-cli": "^2.2.2",
2523
"ejs": "^3.1.6",
2624
"execa": "^7.1.1",
2725
"file-saver": "^2.0.5",
2826
"jest": "^27.5.0",
2927
"jszip": "^3.10.1",
30-
"playwright-chromium": "^1.31.0",
28+
"playwright-chromium": "^1.33.0",
3129
"prettier": "^2.5.1",
3230
"prismjs": "^1.26.0",
3331
"prompts": "^2.4.2",

0 commit comments

Comments
 (0)