Skip to content

Commit

Permalink
upgrade to WCC v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 21, 2025
1 parent d7e8132 commit e3e2fde
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 1,420 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"test:loaders": "cross-env BROWSERSLIST_IGNORE_OLD_DATA=true __GWD_ROLLUP_MODE__=strict NODE_NO_WARNINGS=1 node --import $(pwd)/test/test-register.js ./node_modules/mocha/bin/mocha \"./packages/**/**/*.spec.js\"",
"test:loaders:win": "cross-env BROWSERSLIST_IGNORE_OLD_DATA=true __GWD_ROLLUP_MODE__=strict NODE_NO_WARNINGS=1 node --import file:\\\\%cd%\\test\\test-register.js ./node_modules/mocha/bin/mocha --exclude \"./packages/init/test/cases/**\" \"./packages/**/**/*.spec.js\"",
"test:tdd": "yarn test --watch",
"lint": "ls-lint && eslint",
"postinstall": "patch-package"
"lint": "ls-lint && eslint"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand All @@ -47,10 +46,6 @@
"jsdom": "^16.5.0",
"lerna": "^3.16.4",
"mocha": "^9.1.3",
"patch-package": "^8.0.0",
"rimraf": "^5.0.10",
"stylelint": "^13.8.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-standard": "^20.0.0"
"rimraf": "^5.0.10"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"remark-rehype": "^11.1.1",
"rollup": "^4.26.0",
"unified": "^11.0.5",
"wc-compiler": "~0.15.1"
"wc-compiler": "~0.16.0"
},
"devDependencies": {
"@mapbox/rehype-prism": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-import-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"wc-compiler": "~0.15.1"
"wc-compiler": "~0.16.0"
},
"devDependencies": {
"@greenwood/cli": "^0.31.0-alpha.5"
Expand Down
Loading

0 comments on commit e3e2fde

Please sign in to comment.