Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Apr 9, 2022
1 parent 50b9e98 commit fed322c
Show file tree
Hide file tree
Showing 3 changed files with 1,275 additions and 376 deletions.
25 changes: 12 additions & 13 deletions packages/gatsby-plugin-purgecss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,30 @@
"license": "MIT",
"author": "Ananto Ghosh",
"devDependencies": {
"@release-it/conventional-changelog": "^4.2.0",
"@release-it/conventional-changelog": "^4.2.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/loader-utils": "^2.0.3",
"@types/node": "^16.11.26",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"coveralls": "^3.1.1",
"dotenv-cli": "^5.0.0",
"eslint": "^8.10.0",
"eslint": "^8.13.0",
"eslint-config-good-code": "^1.1.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^42.0.0",
"execa": "^6.1.0",
"gatsby": "^4.8.2",
"gatsby": "^4.11.2",
"jest": "^27.5.1",
"release-it": "^14.12.5",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.6.2"
"release-it": "^14.14.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"fs-extra": "^9.1.0",
"loader-utils": "^2.0.2",
"merge-anything": "^4.0.5",
"fs-extra": "^10.0.1",
"loader-utils": "^3.2.0",
"merge-anything": "^5.0.2",
"purgecss": "^4.1.3"
},
"peerDependencies": {
Expand All @@ -44,7 +43,7 @@
"test:unit": "jest unit",
"test:build": "jest build",
"jest:coverage": "jest --ci --coverage",
"release": "dotenv release-it"
"release": "release-it"
},
"files": [
"index.js",
Expand Down
56 changes: 28 additions & 28 deletions packages/test_build/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "my-gatsby-site",
"version": "1.0.0",
"private": true,
"description": "My Gatsby Site",
"author": "Ananto Ghosh",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.8.2",
"gatsby-plugin-less": "^6.8.0",
"gatsby-plugin-purgecss": "workspace:*",
"gatsby-plugin-sass": "^5.8.0",
"gatsby-plugin-stylus": "^4.8.0",
"less": "^4.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.49.9"
}
}
{
"name": "my-gatsby-site",
"version": "1.0.0",
"private": true,
"description": "My Gatsby Site",
"author": "Ananto Ghosh",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.11.2",
"gatsby-plugin-less": "^6.11.0",
"gatsby-plugin-purgecss": "workspace:*",
"gatsby-plugin-sass": "^5.11.1",
"gatsby-plugin-stylus": "^4.11.0",
"less": "^4.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.50.0"
}
}
Loading

0 comments on commit fed322c

Please sign in to comment.