Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayRys committed Jun 3, 2023
1 parent 6d4aeb7 commit dc4a9bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The social sharing buttons that aren’t shabby.

Version [3.0](https://github.com/NikolayRys/Likely/releases/tag/v3.0.0) is out 🎉
Version [3.1](https://github.com/NikolayRys/Likely/releases/tag/v3.1.0) is out 🎉

## Take a look

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ilyabirman-likely",
"description": "The social sharing buttons that aren’t shabby",
"version": "3.0.0",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "https://github.com/ilyabirman/Likely.git"
Expand Down Expand Up @@ -48,28 +48,28 @@
"LICENCE.txt"
],
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"babel-loader": "^9.1.2",
"babel-plugin-add-module-exports": "^1.0.4",
"bestzip": "^2.2.1",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chromedriver": "^112.0.1",
"css-loader": "^6.7.3",
"chromedriver": "^114.0.1",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.0",
"cssnano": "^6.0.1",
"eslint": "^8.39.0",
"eslint": "^8.42.0",
"in-publish": "^2.0.1",
"mini-css-extract-plugin": "^2.7.5",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",
"selenium-webdriver": "^4.9.0",
"selenium-webdriver": "^4.9.2",
"static-server": "^2.2.1",
"style-loader": "^3.3.2",
"style-loader": "^3.3.3",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2"
"stylus-loader": "^7.1.2",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1"
}
}

0 comments on commit dc4a9bb

Please sign in to comment.