Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Jun 25, 2021
1 parent 165ef0d commit 97f6cde
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"homepage": "https://github.com/10up/babel-preset-default#readme",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.12.5",
"@wordpress/babel-preset-default": "^4.11.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"core-js": "^3.8.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A shareable ESLint configuration",
"scripts": {
"lint": "eslint .",
"test": "npm run test:index && npm run test:react && npm run test:wordpress && npm run test:node",
"test": "npm run test:index && npm run test:react && npm run test:wordpress && npm run test:node",
"test:index": "node fixtures/test-eslint-config --config-file=./index.js",
"test:react": "node fixtures/test-eslint-config --config-file=./react.js",
"test:wordpress": "node fixtures/test-eslint-config --config-file=./wordpress.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/stylelint-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "10up stylelint config for WordPress projects",
"main": "index.js",
"homepage": "https://github.com/10up/10up-toolkit/tree/develop/packages/stylelint-config#readme",
Expand Down
10 changes: 5 additions & 5 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "git+https://github.com/10up/10up-toolkit.git",
"directory": "packages/toolkit"
},
"version": "1.0.7",
"version": "1.0.8",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
Expand All @@ -31,7 +31,7 @@
"dependencies": {
"@10up/babel-preset-default": "^1.1.2",
"@10up/eslint-config": "^2.3.5",
"@10up/stylelint-config": "^1.1.1",
"@10up/stylelint-config": "^1.1.2",
"@babel/core": "^7.2.0",
"@babel/eslint-parser": "^7.12.13",
"@svgr/webpack": "^5.5.0",
Expand Down Expand Up @@ -66,6 +66,7 @@
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.2",
"html-webpack-plugin": "^5.3.1",
"husky": "^4.3.8",
"ignore-emit-webpack-plugin": "2.0.6",
"imagemin-webpack-plugin": "^2.4.2",
Expand Down Expand Up @@ -95,10 +96,9 @@
"url-loader": "^4.1.1",
"webpack": "^5.24.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-sources": "^2.2.0",
"webpackbar": "^5.0.0-3",
"html-webpack-plugin": "^5.3.1",
"webpack-dev-server": "^3.11.2"
"webpackbar": "^5.0.0-3"
},
"description": "Collection of reusable scripts for 10up development.",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions projects/10up-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenup-theme",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "10up-toolkit start",
Expand All @@ -15,12 +15,12 @@
"node": ">=12.0.0"
},
"devDependencies": {
"10up-toolkit": "1.0.7"
"10up-toolkit": "^1.0.8"
},
"dependencies": {
"@10up/component-accordion": "^2.0.2",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"@10up/component-accordion": "2.0.1"
"prop-types": "^15.7.2"
},
"@10up/scripts": {
"devURL": "https://my-project.test",
Expand Down
4 changes: 2 additions & 2 deletions projects/library-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/library-ts-test",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"author": "10up",
"description": "Accessible accordion component.",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/10up/component-accordion#readme",
"devDependencies": {
"10up-toolkit": "1.0.7"
"10up-toolkit": "^1.0.8"
},
"10up-toolkit": {
"libraryName": "TenUpAccordion"
Expand Down
8 changes: 4 additions & 4 deletions projects/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/component-accordion",
"version": "2.0.1",
"version": "2.0.2",
"author": "10up",
"private": true,
"description": "Accessible accordion component.",
Expand All @@ -27,12 +27,12 @@
},
"homepage": "https://github.com/10up/component-accordion#readme",
"devDependencies": {
"10up-toolkit": "^1.0.8",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/user-event": "^12.6.3",
"jest-axe": "^4.1.0",
"10up-toolkit": "1.0.7",
"concurrently": "^5.3.0"
"concurrently": "^5.3.0",
"jest-axe": "^4.1.0"
},
"10up-toolkit": {
"libraryName": "TenUpAccordion"
Expand Down

0 comments on commit 97f6cde

Please sign in to comment.